@pulumi/aws-native 0.114.0 → 0.115.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (34) hide show
  1. package/cleanrooms/getIdMappingTable.d.ts +53 -0
  2. package/cleanrooms/getIdMappingTable.js +26 -0
  3. package/cleanrooms/getIdMappingTable.js.map +1 -0
  4. package/cleanrooms/getIdNamespaceAssociation.d.ts +54 -0
  5. package/cleanrooms/getIdNamespaceAssociation.js +26 -0
  6. package/cleanrooms/getIdNamespaceAssociation.js.map +1 -0
  7. package/cleanrooms/idMappingTable.d.ts +98 -0
  8. package/cleanrooms/idMappingTable.js +86 -0
  9. package/cleanrooms/idMappingTable.js.map +1 -0
  10. package/cleanrooms/idNamespaceAssociation.d.ts +92 -0
  11. package/cleanrooms/idNamespaceAssociation.js +86 -0
  12. package/cleanrooms/idNamespaceAssociation.js.map +1 -0
  13. package/cleanrooms/index.d.ts +12 -0
  14. package/cleanrooms/index.js +15 -1
  15. package/cleanrooms/index.js.map +1 -1
  16. package/ec2/getSubnet.d.ts +2 -1
  17. package/ec2/getSubnet.js.map +1 -1
  18. package/ec2/subnet.d.ts +4 -2
  19. package/ec2/subnet.js.map +1 -1
  20. package/package.json +3 -3
  21. package/package.json.dev +2 -2
  22. package/route53resolver/getResolverRule.d.ts +4 -0
  23. package/route53resolver/getResolverRule.js.map +1 -1
  24. package/route53resolver/resolverRule.d.ts +10 -2
  25. package/route53resolver/resolverRule.js +2 -3
  26. package/route53resolver/resolverRule.js.map +1 -1
  27. package/types/enums/cleanrooms/index.d.ts +16 -0
  28. package/types/enums/cleanrooms/index.js +9 -1
  29. package/types/enums/cleanrooms/index.js.map +1 -1
  30. package/types/enums/route53resolver/index.d.ts +1 -0
  31. package/types/enums/route53resolver/index.js +1 -0
  32. package/types/enums/route53resolver/index.js.map +1 -1
  33. package/types/input.d.ts +34 -0
  34. package/types/output.d.ts +62 -0
@@ -0,0 +1,53 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Represents an association between an ID mapping workflow and a collaboration
5
+ */
6
+ export declare function getIdMappingTable(args: GetIdMappingTableArgs, opts?: pulumi.InvokeOptions): Promise<GetIdMappingTableResult>;
7
+ export interface GetIdMappingTableArgs {
8
+ idMappingTableIdentifier: string;
9
+ /**
10
+ * The unique identifier of the membership resource for the ID mapping table.
11
+ */
12
+ membershipIdentifier: string;
13
+ }
14
+ export interface GetIdMappingTableResult {
15
+ /**
16
+ * The Amazon Resource Name (ARN) of the ID mapping table.
17
+ */
18
+ readonly arn?: string;
19
+ /**
20
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
21
+ */
22
+ readonly collaborationArn?: string;
23
+ readonly collaborationIdentifier?: string;
24
+ /**
25
+ * The description of the ID mapping table.
26
+ */
27
+ readonly description?: string;
28
+ readonly idMappingTableIdentifier?: string;
29
+ readonly inputReferenceProperties?: outputs.cleanrooms.IdMappingTableInputReferenceProperties;
30
+ /**
31
+ * The Amazon Resource Name (ARN) of the AWS KMS key.
32
+ */
33
+ readonly kmsKeyArn?: string;
34
+ /**
35
+ * The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
36
+ */
37
+ readonly membershipArn?: string;
38
+ /**
39
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
40
+ */
41
+ readonly tags?: outputs.Tag[];
42
+ }
43
+ /**
44
+ * Represents an association between an ID mapping workflow and a collaboration
45
+ */
46
+ export declare function getIdMappingTableOutput(args: GetIdMappingTableOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIdMappingTableResult>;
47
+ export interface GetIdMappingTableOutputArgs {
48
+ idMappingTableIdentifier: pulumi.Input<string>;
49
+ /**
50
+ * The unique identifier of the membership resource for the ID mapping table.
51
+ */
52
+ membershipIdentifier: pulumi.Input<string>;
53
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getIdMappingTableOutput = exports.getIdMappingTable = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents an association between an ID mapping workflow and a collaboration
10
+ */
11
+ function getIdMappingTable(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:cleanrooms:getIdMappingTable", {
14
+ "idMappingTableIdentifier": args.idMappingTableIdentifier,
15
+ "membershipIdentifier": args.membershipIdentifier,
16
+ }, opts);
17
+ }
18
+ exports.getIdMappingTable = getIdMappingTable;
19
+ /**
20
+ * Represents an association between an ID mapping workflow and a collaboration
21
+ */
22
+ function getIdMappingTableOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getIdMappingTable(a, opts));
24
+ }
25
+ exports.getIdMappingTableOutput = getIdMappingTableOutput;
26
+ //# sourceMappingURL=getIdMappingTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIdMappingTable.js","sourceRoot":"","sources":["../../cleanrooms/getIdMappingTable.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,iBAAiB,CAAC,IAA2B,EAAE,IAA2B;IAEtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,yCAAyC,EAAE;QACpE,0BAA0B,EAAE,IAAI,CAAC,wBAAwB;QACzD,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8CAOC;AAuCD;;GAEG;AACH,SAAgB,uBAAuB,CAAC,IAAiC,EAAE,IAA2B;IAClG,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,iBAAiB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC5E,CAAC;AAFD,0DAEC"}
@@ -0,0 +1,54 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as outputs from "../types/output";
3
+ /**
4
+ * Represents an association between an ID namespace and a collaboration
5
+ */
6
+ export declare function getIdNamespaceAssociation(args: GetIdNamespaceAssociationArgs, opts?: pulumi.InvokeOptions): Promise<GetIdNamespaceAssociationResult>;
7
+ export interface GetIdNamespaceAssociationArgs {
8
+ idNamespaceAssociationIdentifier: string;
9
+ /**
10
+ * The unique identifier of the membership that contains the ID namespace association.
11
+ */
12
+ membershipIdentifier: string;
13
+ }
14
+ export interface GetIdNamespaceAssociationResult {
15
+ /**
16
+ * The Amazon Resource Name (ARN) of the ID namespace association.
17
+ */
18
+ readonly arn?: string;
19
+ /**
20
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
21
+ */
22
+ readonly collaborationArn?: string;
23
+ readonly collaborationIdentifier?: string;
24
+ /**
25
+ * The description of the ID namespace association.
26
+ */
27
+ readonly description?: string;
28
+ /**
29
+ * The configuration settings for the ID mapping table.
30
+ */
31
+ readonly idMappingConfig?: outputs.cleanrooms.IdNamespaceAssociationIdMappingConfig;
32
+ readonly idNamespaceAssociationIdentifier?: string;
33
+ readonly inputReferenceProperties?: outputs.cleanrooms.IdNamespaceAssociationInputReferenceProperties;
34
+ /**
35
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
36
+ */
37
+ readonly membershipArn?: string;
38
+ /**
39
+ * The name of this ID namespace association.
40
+ */
41
+ readonly name?: string;
42
+ readonly tags?: outputs.Tag[];
43
+ }
44
+ /**
45
+ * Represents an association between an ID namespace and a collaboration
46
+ */
47
+ export declare function getIdNamespaceAssociationOutput(args: GetIdNamespaceAssociationOutputArgs, opts?: pulumi.InvokeOptions): pulumi.Output<GetIdNamespaceAssociationResult>;
48
+ export interface GetIdNamespaceAssociationOutputArgs {
49
+ idNamespaceAssociationIdentifier: pulumi.Input<string>;
50
+ /**
51
+ * The unique identifier of the membership that contains the ID namespace association.
52
+ */
53
+ membershipIdentifier: pulumi.Input<string>;
54
+ }
@@ -0,0 +1,26 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.getIdNamespaceAssociationOutput = exports.getIdNamespaceAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents an association between an ID namespace and a collaboration
10
+ */
11
+ function getIdNamespaceAssociation(args, opts) {
12
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
13
+ return pulumi.runtime.invoke("aws-native:cleanrooms:getIdNamespaceAssociation", {
14
+ "idNamespaceAssociationIdentifier": args.idNamespaceAssociationIdentifier,
15
+ "membershipIdentifier": args.membershipIdentifier,
16
+ }, opts);
17
+ }
18
+ exports.getIdNamespaceAssociation = getIdNamespaceAssociation;
19
+ /**
20
+ * Represents an association between an ID namespace and a collaboration
21
+ */
22
+ function getIdNamespaceAssociationOutput(args, opts) {
23
+ return pulumi.output(args).apply((a) => getIdNamespaceAssociation(a, opts));
24
+ }
25
+ exports.getIdNamespaceAssociationOutput = getIdNamespaceAssociationOutput;
26
+ //# sourceMappingURL=getIdNamespaceAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"getIdNamespaceAssociation.js","sourceRoot":"","sources":["../../cleanrooms/getIdNamespaceAssociation.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,yBAAyB,CAAC,IAAmC,EAAE,IAA2B;IAEtG,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,iDAAiD,EAAE;QAC5E,kCAAkC,EAAE,IAAI,CAAC,gCAAgC;QACzE,sBAAsB,EAAE,IAAI,CAAC,oBAAoB;KACpD,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAPD,8DAOC;AAwCD;;GAEG;AACH,SAAgB,+BAA+B,CAAC,IAAyC,EAAE,IAA2B;IAClH,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,yBAAyB,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpF,CAAC;AAFD,0EAEC"}
@@ -0,0 +1,98 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Represents an association between an ID mapping workflow and a collaboration
6
+ */
7
+ export declare class IdMappingTable extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing IdMappingTable resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IdMappingTable;
17
+ /**
18
+ * Returns true if the given object is an instance of IdMappingTable. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is IdMappingTable;
22
+ /**
23
+ * The Amazon Resource Name (ARN) of the ID mapping table.
24
+ */
25
+ readonly arn: pulumi.Output<string>;
26
+ /**
27
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID mapping table.
28
+ */
29
+ readonly collaborationArn: pulumi.Output<string>;
30
+ readonly collaborationIdentifier: pulumi.Output<string>;
31
+ /**
32
+ * The description of the ID mapping table.
33
+ */
34
+ readonly description: pulumi.Output<string | undefined>;
35
+ readonly idMappingTableIdentifier: pulumi.Output<string>;
36
+ /**
37
+ * The input reference configuration for the ID mapping table.
38
+ */
39
+ readonly inputReferenceConfig: pulumi.Output<outputs.cleanrooms.IdMappingTableInputReferenceConfig>;
40
+ readonly inputReferenceProperties: pulumi.Output<outputs.cleanrooms.IdMappingTableInputReferenceProperties>;
41
+ /**
42
+ * The Amazon Resource Name (ARN) of the AWS KMS key.
43
+ */
44
+ readonly kmsKeyArn: pulumi.Output<string | undefined>;
45
+ /**
46
+ * The Amazon Resource Name (ARN) of the membership resource for the ID mapping table.
47
+ */
48
+ readonly membershipArn: pulumi.Output<string>;
49
+ /**
50
+ * The unique identifier of the membership resource for the ID mapping table.
51
+ */
52
+ readonly membershipIdentifier: pulumi.Output<string>;
53
+ /**
54
+ * The name of the ID mapping table.
55
+ */
56
+ readonly name: pulumi.Output<string>;
57
+ /**
58
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
59
+ */
60
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
61
+ /**
62
+ * Create a IdMappingTable resource with the given unique name, arguments, and options.
63
+ *
64
+ * @param name The _unique_ name of the resource.
65
+ * @param args The arguments to use to populate this resource's properties.
66
+ * @param opts A bag of options that control this resource's behavior.
67
+ */
68
+ constructor(name: string, args: IdMappingTableArgs, opts?: pulumi.CustomResourceOptions);
69
+ }
70
+ /**
71
+ * The set of arguments for constructing a IdMappingTable resource.
72
+ */
73
+ export interface IdMappingTableArgs {
74
+ /**
75
+ * The description of the ID mapping table.
76
+ */
77
+ description?: pulumi.Input<string>;
78
+ /**
79
+ * The input reference configuration for the ID mapping table.
80
+ */
81
+ inputReferenceConfig: pulumi.Input<inputs.cleanrooms.IdMappingTableInputReferenceConfigArgs>;
82
+ /**
83
+ * The Amazon Resource Name (ARN) of the AWS KMS key.
84
+ */
85
+ kmsKeyArn?: pulumi.Input<string>;
86
+ /**
87
+ * The unique identifier of the membership resource for the ID mapping table.
88
+ */
89
+ membershipIdentifier: pulumi.Input<string>;
90
+ /**
91
+ * The name of the ID mapping table.
92
+ */
93
+ name?: pulumi.Input<string>;
94
+ /**
95
+ * An optional label that you can assign to a resource when you create it. Each tag consists of a key and an optional value, both of which you define. When you use tagging, you can also use tag-based access control in IAM policies to control access to this resource.
96
+ */
97
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
98
+ }
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.IdMappingTable = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents an association between an ID mapping workflow and a collaboration
10
+ */
11
+ class IdMappingTable extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing IdMappingTable resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new IdMappingTable(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of IdMappingTable. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === IdMappingTable.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a IdMappingTable resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.inputReferenceConfig === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'inputReferenceConfig'");
46
+ }
47
+ if ((!args || args.membershipIdentifier === undefined) && !opts.urn) {
48
+ throw new Error("Missing required property 'membershipIdentifier'");
49
+ }
50
+ resourceInputs["description"] = args ? args.description : undefined;
51
+ resourceInputs["inputReferenceConfig"] = args ? args.inputReferenceConfig : undefined;
52
+ resourceInputs["kmsKeyArn"] = args ? args.kmsKeyArn : undefined;
53
+ resourceInputs["membershipIdentifier"] = args ? args.membershipIdentifier : undefined;
54
+ resourceInputs["name"] = args ? args.name : undefined;
55
+ resourceInputs["tags"] = args ? args.tags : undefined;
56
+ resourceInputs["arn"] = undefined /*out*/;
57
+ resourceInputs["collaborationArn"] = undefined /*out*/;
58
+ resourceInputs["collaborationIdentifier"] = undefined /*out*/;
59
+ resourceInputs["idMappingTableIdentifier"] = undefined /*out*/;
60
+ resourceInputs["inputReferenceProperties"] = undefined /*out*/;
61
+ resourceInputs["membershipArn"] = undefined /*out*/;
62
+ }
63
+ else {
64
+ resourceInputs["arn"] = undefined /*out*/;
65
+ resourceInputs["collaborationArn"] = undefined /*out*/;
66
+ resourceInputs["collaborationIdentifier"] = undefined /*out*/;
67
+ resourceInputs["description"] = undefined /*out*/;
68
+ resourceInputs["idMappingTableIdentifier"] = undefined /*out*/;
69
+ resourceInputs["inputReferenceConfig"] = undefined /*out*/;
70
+ resourceInputs["inputReferenceProperties"] = undefined /*out*/;
71
+ resourceInputs["kmsKeyArn"] = undefined /*out*/;
72
+ resourceInputs["membershipArn"] = undefined /*out*/;
73
+ resourceInputs["membershipIdentifier"] = undefined /*out*/;
74
+ resourceInputs["name"] = undefined /*out*/;
75
+ resourceInputs["tags"] = undefined /*out*/;
76
+ }
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
78
+ const replaceOnChanges = { replaceOnChanges: ["inputReferenceConfig", "membershipIdentifier", "name"] };
79
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
80
+ super(IdMappingTable.__pulumiType, name, resourceInputs, opts);
81
+ }
82
+ }
83
+ exports.IdMappingTable = IdMappingTable;
84
+ /** @internal */
85
+ IdMappingTable.__pulumiType = 'aws-native:cleanrooms:IdMappingTable';
86
+ //# sourceMappingURL=idMappingTable.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idMappingTable.js","sourceRoot":"","sources":["../../cleanrooms/idMappingTable.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,92 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Represents an association between an ID namespace and a collaboration
6
+ */
7
+ export declare class IdNamespaceAssociation extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing IdNamespaceAssociation resource's state with the given name, ID, and optional extra
10
+ * properties used to qualify the lookup.
11
+ *
12
+ * @param name The _unique_ name of the resulting resource.
13
+ * @param id The _unique_ provider ID of the resource to lookup.
14
+ * @param opts Optional settings to control the behavior of the CustomResource.
15
+ */
16
+ static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): IdNamespaceAssociation;
17
+ /**
18
+ * Returns true if the given object is an instance of IdNamespaceAssociation. This is designed to work even
19
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
20
+ */
21
+ static isInstance(obj: any): obj is IdNamespaceAssociation;
22
+ /**
23
+ * The Amazon Resource Name (ARN) of the ID namespace association.
24
+ */
25
+ readonly arn: pulumi.Output<string>;
26
+ /**
27
+ * The Amazon Resource Name (ARN) of the collaboration that contains this ID namespace association.
28
+ */
29
+ readonly collaborationArn: pulumi.Output<string>;
30
+ readonly collaborationIdentifier: pulumi.Output<string>;
31
+ /**
32
+ * The description of the ID namespace association.
33
+ */
34
+ readonly description: pulumi.Output<string | undefined>;
35
+ /**
36
+ * The configuration settings for the ID mapping table.
37
+ */
38
+ readonly idMappingConfig: pulumi.Output<outputs.cleanrooms.IdNamespaceAssociationIdMappingConfig | undefined>;
39
+ readonly idNamespaceAssociationIdentifier: pulumi.Output<string>;
40
+ /**
41
+ * The input reference configuration for the ID namespace association.
42
+ */
43
+ readonly inputReferenceConfig: pulumi.Output<outputs.cleanrooms.IdNamespaceAssociationInputReferenceConfig>;
44
+ readonly inputReferenceProperties: pulumi.Output<outputs.cleanrooms.IdNamespaceAssociationInputReferenceProperties>;
45
+ /**
46
+ * The Amazon Resource Name (ARN) of the membership resource for this ID namespace association.
47
+ */
48
+ readonly membershipArn: pulumi.Output<string>;
49
+ /**
50
+ * The unique identifier of the membership that contains the ID namespace association.
51
+ */
52
+ readonly membershipIdentifier: pulumi.Output<string>;
53
+ /**
54
+ * The name of this ID namespace association.
55
+ */
56
+ readonly name: pulumi.Output<string>;
57
+ readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
58
+ /**
59
+ * Create a IdNamespaceAssociation resource with the given unique name, arguments, and options.
60
+ *
61
+ * @param name The _unique_ name of the resource.
62
+ * @param args The arguments to use to populate this resource's properties.
63
+ * @param opts A bag of options that control this resource's behavior.
64
+ */
65
+ constructor(name: string, args: IdNamespaceAssociationArgs, opts?: pulumi.CustomResourceOptions);
66
+ }
67
+ /**
68
+ * The set of arguments for constructing a IdNamespaceAssociation resource.
69
+ */
70
+ export interface IdNamespaceAssociationArgs {
71
+ /**
72
+ * The description of the ID namespace association.
73
+ */
74
+ description?: pulumi.Input<string>;
75
+ /**
76
+ * The configuration settings for the ID mapping table.
77
+ */
78
+ idMappingConfig?: pulumi.Input<inputs.cleanrooms.IdNamespaceAssociationIdMappingConfigArgs>;
79
+ /**
80
+ * The input reference configuration for the ID namespace association.
81
+ */
82
+ inputReferenceConfig: pulumi.Input<inputs.cleanrooms.IdNamespaceAssociationInputReferenceConfigArgs>;
83
+ /**
84
+ * The unique identifier of the membership that contains the ID namespace association.
85
+ */
86
+ membershipIdentifier: pulumi.Input<string>;
87
+ /**
88
+ * The name of this ID namespace association.
89
+ */
90
+ name?: pulumi.Input<string>;
91
+ tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
92
+ }
@@ -0,0 +1,86 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
+ // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.IdNamespaceAssociation = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Represents an association between an ID namespace and a collaboration
10
+ */
11
+ class IdNamespaceAssociation extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing IdNamespaceAssociation resource's state with the given name, ID, and optional extra
14
+ * properties used to qualify the lookup.
15
+ *
16
+ * @param name The _unique_ name of the resulting resource.
17
+ * @param id The _unique_ provider ID of the resource to lookup.
18
+ * @param opts Optional settings to control the behavior of the CustomResource.
19
+ */
20
+ static get(name, id, opts) {
21
+ return new IdNamespaceAssociation(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of IdNamespaceAssociation. This is designed to work even
25
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
26
+ */
27
+ static isInstance(obj) {
28
+ if (obj === undefined || obj === null) {
29
+ return false;
30
+ }
31
+ return obj['__pulumiType'] === IdNamespaceAssociation.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a IdNamespaceAssociation resource with the given unique name, arguments, and options.
35
+ *
36
+ * @param name The _unique_ name of the resource.
37
+ * @param args The arguments to use to populate this resource's properties.
38
+ * @param opts A bag of options that control this resource's behavior.
39
+ */
40
+ constructor(name, args, opts) {
41
+ let resourceInputs = {};
42
+ opts = opts || {};
43
+ if (!opts.id) {
44
+ if ((!args || args.inputReferenceConfig === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'inputReferenceConfig'");
46
+ }
47
+ if ((!args || args.membershipIdentifier === undefined) && !opts.urn) {
48
+ throw new Error("Missing required property 'membershipIdentifier'");
49
+ }
50
+ resourceInputs["description"] = args ? args.description : undefined;
51
+ resourceInputs["idMappingConfig"] = args ? args.idMappingConfig : undefined;
52
+ resourceInputs["inputReferenceConfig"] = args ? args.inputReferenceConfig : undefined;
53
+ resourceInputs["membershipIdentifier"] = args ? args.membershipIdentifier : undefined;
54
+ resourceInputs["name"] = args ? args.name : undefined;
55
+ resourceInputs["tags"] = args ? args.tags : undefined;
56
+ resourceInputs["arn"] = undefined /*out*/;
57
+ resourceInputs["collaborationArn"] = undefined /*out*/;
58
+ resourceInputs["collaborationIdentifier"] = undefined /*out*/;
59
+ resourceInputs["idNamespaceAssociationIdentifier"] = undefined /*out*/;
60
+ resourceInputs["inputReferenceProperties"] = undefined /*out*/;
61
+ resourceInputs["membershipArn"] = undefined /*out*/;
62
+ }
63
+ else {
64
+ resourceInputs["arn"] = undefined /*out*/;
65
+ resourceInputs["collaborationArn"] = undefined /*out*/;
66
+ resourceInputs["collaborationIdentifier"] = undefined /*out*/;
67
+ resourceInputs["description"] = undefined /*out*/;
68
+ resourceInputs["idMappingConfig"] = undefined /*out*/;
69
+ resourceInputs["idNamespaceAssociationIdentifier"] = undefined /*out*/;
70
+ resourceInputs["inputReferenceConfig"] = undefined /*out*/;
71
+ resourceInputs["inputReferenceProperties"] = undefined /*out*/;
72
+ resourceInputs["membershipArn"] = undefined /*out*/;
73
+ resourceInputs["membershipIdentifier"] = undefined /*out*/;
74
+ resourceInputs["name"] = undefined /*out*/;
75
+ resourceInputs["tags"] = undefined /*out*/;
76
+ }
77
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
78
+ const replaceOnChanges = { replaceOnChanges: ["inputReferenceConfig", "membershipIdentifier"] };
79
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
80
+ super(IdNamespaceAssociation.__pulumiType, name, resourceInputs, opts);
81
+ }
82
+ }
83
+ exports.IdNamespaceAssociation = IdNamespaceAssociation;
84
+ /** @internal */
85
+ IdNamespaceAssociation.__pulumiType = 'aws-native:cleanrooms:IdNamespaceAssociation';
86
+ //# sourceMappingURL=idNamespaceAssociation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"idNamespaceAssociation.js","sourceRoot":"","sources":["../../cleanrooms/idNamespaceAssociation.ts"],"names":[],"mappings":"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"}
@@ -22,12 +22,24 @@ export declare const getConfiguredTableOutput: typeof import("./getConfiguredTab
22
22
  export { GetConfiguredTableAssociationArgs, GetConfiguredTableAssociationResult, GetConfiguredTableAssociationOutputArgs } from "./getConfiguredTableAssociation";
23
23
  export declare const getConfiguredTableAssociation: typeof import("./getConfiguredTableAssociation").getConfiguredTableAssociation;
24
24
  export declare const getConfiguredTableAssociationOutput: typeof import("./getConfiguredTableAssociation").getConfiguredTableAssociationOutput;
25
+ export { GetIdMappingTableArgs, GetIdMappingTableResult, GetIdMappingTableOutputArgs } from "./getIdMappingTable";
26
+ export declare const getIdMappingTable: typeof import("./getIdMappingTable").getIdMappingTable;
27
+ export declare const getIdMappingTableOutput: typeof import("./getIdMappingTable").getIdMappingTableOutput;
28
+ export { GetIdNamespaceAssociationArgs, GetIdNamespaceAssociationResult, GetIdNamespaceAssociationOutputArgs } from "./getIdNamespaceAssociation";
29
+ export declare const getIdNamespaceAssociation: typeof import("./getIdNamespaceAssociation").getIdNamespaceAssociation;
30
+ export declare const getIdNamespaceAssociationOutput: typeof import("./getIdNamespaceAssociation").getIdNamespaceAssociationOutput;
25
31
  export { GetMembershipArgs, GetMembershipResult, GetMembershipOutputArgs } from "./getMembership";
26
32
  export declare const getMembership: typeof import("./getMembership").getMembership;
27
33
  export declare const getMembershipOutput: typeof import("./getMembership").getMembershipOutput;
28
34
  export { GetPrivacyBudgetTemplateArgs, GetPrivacyBudgetTemplateResult, GetPrivacyBudgetTemplateOutputArgs } from "./getPrivacyBudgetTemplate";
29
35
  export declare const getPrivacyBudgetTemplate: typeof import("./getPrivacyBudgetTemplate").getPrivacyBudgetTemplate;
30
36
  export declare const getPrivacyBudgetTemplateOutput: typeof import("./getPrivacyBudgetTemplate").getPrivacyBudgetTemplateOutput;
37
+ export { IdMappingTableArgs } from "./idMappingTable";
38
+ export type IdMappingTable = import("./idMappingTable").IdMappingTable;
39
+ export declare const IdMappingTable: typeof import("./idMappingTable").IdMappingTable;
40
+ export { IdNamespaceAssociationArgs } from "./idNamespaceAssociation";
41
+ export type IdNamespaceAssociation = import("./idNamespaceAssociation").IdNamespaceAssociation;
42
+ export declare const IdNamespaceAssociation: typeof import("./idNamespaceAssociation").IdNamespaceAssociation;
31
43
  export { MembershipArgs } from "./membership";
32
44
  export type Membership = import("./membership").Membership;
33
45
  export declare const Membership: typeof import("./membership").Membership;
@@ -16,7 +16,7 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
17
17
  };
18
18
  Object.defineProperty(exports, "__esModule", { value: true });
19
- exports.PrivacyBudgetTemplate = exports.Membership = exports.getPrivacyBudgetTemplateOutput = exports.getPrivacyBudgetTemplate = exports.getMembershipOutput = exports.getMembership = exports.getConfiguredTableAssociationOutput = exports.getConfiguredTableAssociation = exports.getConfiguredTableOutput = exports.getConfiguredTable = exports.getCollaborationOutput = exports.getCollaboration = exports.getAnalysisTemplateOutput = exports.getAnalysisTemplate = exports.ConfiguredTableAssociation = exports.ConfiguredTable = exports.Collaboration = exports.AnalysisTemplate = void 0;
19
+ exports.PrivacyBudgetTemplate = exports.Membership = exports.IdNamespaceAssociation = exports.IdMappingTable = exports.getPrivacyBudgetTemplateOutput = exports.getPrivacyBudgetTemplate = exports.getMembershipOutput = exports.getMembership = exports.getIdNamespaceAssociationOutput = exports.getIdNamespaceAssociation = exports.getIdMappingTableOutput = exports.getIdMappingTable = exports.getConfiguredTableAssociationOutput = exports.getConfiguredTableAssociation = exports.getConfiguredTableOutput = exports.getConfiguredTable = exports.getCollaborationOutput = exports.getCollaboration = exports.getAnalysisTemplateOutput = exports.getAnalysisTemplate = exports.ConfiguredTableAssociation = exports.ConfiguredTable = exports.Collaboration = exports.AnalysisTemplate = void 0;
20
20
  const pulumi = require("@pulumi/pulumi");
21
21
  const utilities = require("../utilities");
22
22
  exports.AnalysisTemplate = null;
@@ -39,12 +39,22 @@ utilities.lazyLoad(exports, ["getConfiguredTable", "getConfiguredTableOutput"],
39
39
  exports.getConfiguredTableAssociation = null;
40
40
  exports.getConfiguredTableAssociationOutput = null;
41
41
  utilities.lazyLoad(exports, ["getConfiguredTableAssociation", "getConfiguredTableAssociationOutput"], () => require("./getConfiguredTableAssociation"));
42
+ exports.getIdMappingTable = null;
43
+ exports.getIdMappingTableOutput = null;
44
+ utilities.lazyLoad(exports, ["getIdMappingTable", "getIdMappingTableOutput"], () => require("./getIdMappingTable"));
45
+ exports.getIdNamespaceAssociation = null;
46
+ exports.getIdNamespaceAssociationOutput = null;
47
+ utilities.lazyLoad(exports, ["getIdNamespaceAssociation", "getIdNamespaceAssociationOutput"], () => require("./getIdNamespaceAssociation"));
42
48
  exports.getMembership = null;
43
49
  exports.getMembershipOutput = null;
44
50
  utilities.lazyLoad(exports, ["getMembership", "getMembershipOutput"], () => require("./getMembership"));
45
51
  exports.getPrivacyBudgetTemplate = null;
46
52
  exports.getPrivacyBudgetTemplateOutput = null;
47
53
  utilities.lazyLoad(exports, ["getPrivacyBudgetTemplate", "getPrivacyBudgetTemplateOutput"], () => require("./getPrivacyBudgetTemplate"));
54
+ exports.IdMappingTable = null;
55
+ utilities.lazyLoad(exports, ["IdMappingTable"], () => require("./idMappingTable"));
56
+ exports.IdNamespaceAssociation = null;
57
+ utilities.lazyLoad(exports, ["IdNamespaceAssociation"], () => require("./idNamespaceAssociation"));
48
58
  exports.Membership = null;
49
59
  utilities.lazyLoad(exports, ["Membership"], () => require("./membership"));
50
60
  exports.PrivacyBudgetTemplate = null;
@@ -63,6 +73,10 @@ const _module = {
63
73
  return new exports.ConfiguredTable(name, undefined, { urn });
64
74
  case "aws-native:cleanrooms:ConfiguredTableAssociation":
65
75
  return new exports.ConfiguredTableAssociation(name, undefined, { urn });
76
+ case "aws-native:cleanrooms:IdMappingTable":
77
+ return new exports.IdMappingTable(name, undefined, { urn });
78
+ case "aws-native:cleanrooms:IdNamespaceAssociation":
79
+ return new exports.IdNamespaceAssociation(name, undefined, { urn });
66
80
  case "aws-native:cleanrooms:Membership":
67
81
  return new exports.Membership(name, undefined, { urn });
68
82
  case "aws-native:cleanrooms:PrivacyBudgetTemplate":
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cleanrooms/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../cleanrooms/index.ts"],"names":[],"mappings":"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"}
@@ -19,7 +19,8 @@ export interface GetSubnetResult {
19
19
  */
20
20
  readonly assignIpv6AddressOnCreation?: boolean;
21
21
  /**
22
- * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. For more information, see [DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-nat64-dns64) in the *User Guide*.
22
+ * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
23
+ * You must first configure a NAT gateway in a public subnet (separate from the subnet containing the IPv6-only workloads). For example, the subnet containing the NAT gateway should have a ``0.0.0.0/0`` route pointing to the internet gateway. For more information, see [Configure DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) in the *User Guide*.
23
24
  */
24
25
  readonly enableDns64?: boolean;
25
26
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"getSubnet.js","sourceRoot":"","sources":["../../ec2/getSubnet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAsDD;;;;GAIG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
1
+ {"version":3,"file":"getSubnet.js","sourceRoot":"","sources":["../../ec2/getSubnet.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;;;GAIG;AACH,SAAgB,SAAS,CAAC,IAAmB,EAAE,IAA2B;IAEtE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,0BAA0B,EAAE;QACrD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,8BAMC;AAuDD;;;;GAIG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAClF,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,SAAS,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AACpE,CAAC;AAFD,0CAEC"}
package/ec2/subnet.d.ts CHANGED
@@ -41,7 +41,8 @@ export declare class Subnet extends pulumi.CustomResource {
41
41
  */
42
42
  readonly cidrBlock: pulumi.Output<string | undefined>;
43
43
  /**
44
- * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. For more information, see [DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-nat64-dns64) in the *User Guide*.
44
+ * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
45
+ * You must first configure a NAT gateway in a public subnet (separate from the subnet containing the IPv6-only workloads). For example, the subnet containing the NAT gateway should have a ``0.0.0.0/0`` route pointing to the internet gateway. For more information, see [Configure DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) in the *User Guide*.
45
46
  */
46
47
  readonly enableDns64: pulumi.Output<boolean | undefined>;
47
48
  /**
@@ -144,7 +145,8 @@ export interface SubnetArgs {
144
145
  */
145
146
  cidrBlock?: pulumi.Input<string>;
146
147
  /**
147
- * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations. For more information, see [DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/vpc-nat-gateway.html#nat-gateway-nat64-dns64) in the *User Guide*.
148
+ * Indicates whether DNS queries made to the Amazon-provided DNS Resolver in this subnet should return synthetic IPv6 addresses for IPv4-only destinations.
149
+ * You must first configure a NAT gateway in a public subnet (separate from the subnet containing the IPv6-only workloads). For example, the subnet containing the NAT gateway should have a ``0.0.0.0/0`` route pointing to the internet gateway. For more information, see [Configure DNS64 and NAT64](https://docs.aws.amazon.com/vpc/latest/userguide/nat-gateway-nat64-dns64.html#nat-gateway-nat64-dns64-walkthrough) in the *User Guide*.
148
150
  */
149
151
  enableDns64?: pulumi.Input<boolean>;
150
152
  /**
package/ec2/subnet.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"subnet.js","sourceRoot":"","sources":["../../ec2/subnet.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"subnet.js","sourceRoot":"","sources":["../../ec2/subnet.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws-native",
3
- "version": "0.114.0",
3
+ "version": "0.115.0",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -13,7 +13,7 @@
13
13
  "license": "Apache-2.0",
14
14
  "scripts": {
15
15
  "build": "tsc",
16
- "install": "node scripts/install-pulumi-plugin.js resource aws-native 0.114.0"
16
+ "install": "node scripts/install-pulumi-plugin.js resource aws-native 0.115.0"
17
17
  },
18
18
  "dependencies": {
19
19
  "@pulumi/pulumi": "^3.42.0"
@@ -25,6 +25,6 @@
25
25
  "pulumi": {
26
26
  "resource": true,
27
27
  "name": "aws-native",
28
- "version": "0.114.0"
28
+ "version": "0.115.0"
29
29
  }
30
30
  }
package/package.json.dev CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pulumi/aws-native",
3
- "version": "0.114.0",
3
+ "version": "0.115.0",
4
4
  "keywords": [
5
5
  "pulumi",
6
6
  "aws",
@@ -24,6 +24,6 @@
24
24
  "pulumi": {
25
25
  "resource": true,
26
26
  "name": "aws-native",
27
- "version": "0.114.0"
27
+ "version": "0.115.0"
28
28
  }
29
29
  }
@@ -15,6 +15,10 @@ export interface GetResolverRuleResult {
15
15
  * The Amazon Resource Name (ARN) of the resolver rule.
16
16
  */
17
17
  readonly arn?: string;
18
+ /**
19
+ * The name server domain for queries to be delegated to if a query matches the delegation record.
20
+ */
21
+ readonly delegationRecord?: string;
18
22
  /**
19
23
  * DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
20
24
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getResolverRule.js","sourceRoot":"","sources":["../../route53resolver/getResolverRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AAuCD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
1
+ {"version":3,"file":"getResolverRule.js","sourceRoot":"","sources":["../../route53resolver/getResolverRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,eAAe,CAAC,IAAyB,EAAE,IAA2B;IAElF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4CAA4C,EAAE;QACvE,gBAAgB,EAAE,IAAI,CAAC,cAAc;KACxC,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AAND,0CAMC;AA2CD;;GAEG;AACH,SAAgB,qBAAqB,CAAC,IAA+B,EAAE,IAA2B;IAC9F,OAAO,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,KAAK,CAAC,CAAC,CAAM,EAAE,EAAE,CAAC,eAAe,CAAC,CAAC,EAAE,IAAI,CAAC,CAAC,CAAA;AAC1E,CAAC;AAFD,sDAEC"}
@@ -24,10 +24,14 @@ export declare class ResolverRule extends pulumi.CustomResource {
24
24
  * The Amazon Resource Name (ARN) of the resolver rule.
25
25
  */
26
26
  readonly arn: pulumi.Output<string>;
27
+ /**
28
+ * The name server domain for queries to be delegated to if a query matches the delegation record.
29
+ */
30
+ readonly delegationRecord: pulumi.Output<string | undefined>;
27
31
  /**
28
32
  * DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
29
33
  */
30
- readonly domainName: pulumi.Output<string>;
34
+ readonly domainName: pulumi.Output<string | undefined>;
31
35
  /**
32
36
  * The name for the Resolver rule
33
37
  */
@@ -65,10 +69,14 @@ export declare class ResolverRule extends pulumi.CustomResource {
65
69
  * The set of arguments for constructing a ResolverRule resource.
66
70
  */
67
71
  export interface ResolverRuleArgs {
72
+ /**
73
+ * The name server domain for queries to be delegated to if a query matches the delegation record.
74
+ */
75
+ delegationRecord?: pulumi.Input<string>;
68
76
  /**
69
77
  * DNS queries for this domain name are forwarded to the IP addresses that are specified in TargetIps
70
78
  */
71
- domainName: pulumi.Input<string>;
79
+ domainName?: pulumi.Input<string>;
72
80
  /**
73
81
  * The name for the Resolver rule
74
82
  */
@@ -41,12 +41,10 @@ class ResolverRule extends pulumi.CustomResource {
41
41
  let resourceInputs = {};
42
42
  opts = opts || {};
43
43
  if (!opts.id) {
44
- if ((!args || args.domainName === undefined) && !opts.urn) {
45
- throw new Error("Missing required property 'domainName'");
46
- }
47
44
  if ((!args || args.ruleType === undefined) && !opts.urn) {
48
45
  throw new Error("Missing required property 'ruleType'");
49
46
  }
47
+ resourceInputs["delegationRecord"] = args ? args.delegationRecord : undefined;
50
48
  resourceInputs["domainName"] = args ? args.domainName : undefined;
51
49
  resourceInputs["name"] = args ? args.name : undefined;
52
50
  resourceInputs["resolverEndpointId"] = args ? args.resolverEndpointId : undefined;
@@ -58,6 +56,7 @@ class ResolverRule extends pulumi.CustomResource {
58
56
  }
59
57
  else {
60
58
  resourceInputs["arn"] = undefined /*out*/;
59
+ resourceInputs["delegationRecord"] = undefined /*out*/;
61
60
  resourceInputs["domainName"] = undefined /*out*/;
62
61
  resourceInputs["name"] = undefined /*out*/;
63
62
  resourceInputs["resolverEndpointId"] = undefined /*out*/;
@@ -1 +1 @@
1
- {"version":3,"file":"resolverRule.js","sourceRoot":"","sources":["../../route53resolver/resolverRule.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"resolverRule.js","sourceRoot":"","sources":["../../route53resolver/resolverRule.ts"],"names":[],"mappings":"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"}
@@ -106,6 +106,22 @@ export declare const ConfiguredTableScalarFunctions: {
106
106
  readonly Trim: "TRIM";
107
107
  };
108
108
  export type ConfiguredTableScalarFunctions = (typeof ConfiguredTableScalarFunctions)[keyof typeof ConfiguredTableScalarFunctions];
109
+ export declare const IdMappingTableInputSourceType: {
110
+ readonly Source: "SOURCE";
111
+ readonly Target: "TARGET";
112
+ };
113
+ /**
114
+ * The type of the input source of the ID mapping table.
115
+ */
116
+ export type IdMappingTableInputSourceType = (typeof IdMappingTableInputSourceType)[keyof typeof IdMappingTableInputSourceType];
117
+ export declare const IdNamespaceAssociationInputReferencePropertiesIdNamespaceType: {
118
+ readonly Source: "SOURCE";
119
+ readonly Target: "TARGET";
120
+ };
121
+ /**
122
+ * The ID namespace type for this ID namespace association.
123
+ */
124
+ export type IdNamespaceAssociationInputReferencePropertiesIdNamespaceType = (typeof IdNamespaceAssociationInputReferencePropertiesIdNamespaceType)[keyof typeof IdNamespaceAssociationInputReferencePropertiesIdNamespaceType];
109
125
  export declare const MembershipQueryLogStatus: {
110
126
  readonly Enabled: "ENABLED";
111
127
  readonly Disabled: "DISABLED";
@@ -2,7 +2,7 @@
2
2
  // *** WARNING: this file was generated by pulumi-language-nodejs. ***
3
3
  // *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.PrivacyBudgetTemplatePrivacyBudgetType = exports.PrivacyBudgetTemplateAutoRefresh = exports.MembershipResultFormat = exports.MembershipQueryLogStatus = exports.ConfiguredTableScalarFunctions = exports.ConfiguredTableJoinRequiredOption = exports.ConfiguredTableJoinOperator = exports.ConfiguredTableAssociationAnalysisRuleType = exports.ConfiguredTableAnalysisRuleType = exports.ConfiguredTableAnalysisMethod = exports.ConfiguredTableAggregationType = exports.ConfiguredTableAggregateFunctionName = exports.ConfiguredTableAdditionalAnalyses = exports.CollaborationQueryLogStatus = exports.CollaborationMemberAbility = exports.AnalysisTemplateFormat = exports.AnalysisTemplateAnalysisParameterType = void 0;
5
+ exports.PrivacyBudgetTemplatePrivacyBudgetType = exports.PrivacyBudgetTemplateAutoRefresh = exports.MembershipResultFormat = exports.MembershipQueryLogStatus = exports.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType = exports.IdMappingTableInputSourceType = exports.ConfiguredTableScalarFunctions = exports.ConfiguredTableJoinRequiredOption = exports.ConfiguredTableJoinOperator = exports.ConfiguredTableAssociationAnalysisRuleType = exports.ConfiguredTableAnalysisRuleType = exports.ConfiguredTableAnalysisMethod = exports.ConfiguredTableAggregationType = exports.ConfiguredTableAggregateFunctionName = exports.ConfiguredTableAdditionalAnalyses = exports.CollaborationQueryLogStatus = exports.CollaborationMemberAbility = exports.AnalysisTemplateFormat = exports.AnalysisTemplateAnalysisParameterType = void 0;
6
6
  exports.AnalysisTemplateAnalysisParameterType = {
7
7
  Smallint: "SMALLINT",
8
8
  Integer: "INTEGER",
@@ -92,6 +92,14 @@ exports.ConfiguredTableScalarFunctions = {
92
92
  ToTimestamp: "TO_TIMESTAMP",
93
93
  Trim: "TRIM",
94
94
  };
95
+ exports.IdMappingTableInputSourceType = {
96
+ Source: "SOURCE",
97
+ Target: "TARGET",
98
+ };
99
+ exports.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType = {
100
+ Source: "SOURCE",
101
+ Target: "TARGET",
102
+ };
95
103
  exports.MembershipQueryLogStatus = {
96
104
  Enabled: "ENABLED",
97
105
  Disabled: "DISABLED",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/cleanrooms/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/cleanrooms/index.ts"],"names":[],"mappings":"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"}
@@ -164,6 +164,7 @@ export declare const ResolverRuleRuleType: {
164
164
  readonly Forward: "FORWARD";
165
165
  readonly System: "SYSTEM";
166
166
  readonly Recursive: "RECURSIVE";
167
+ readonly Delegate: "DELEGATE";
167
168
  };
168
169
  /**
169
170
  * When you want to forward DNS queries for specified domain name to resolvers on your network, specify FORWARD. When you have a forwarding rule to forward DNS queries for a domain to your network and you want Resolver to process queries for a subdomain of that domain, specify SYSTEM.
@@ -101,6 +101,7 @@ exports.ResolverRuleRuleType = {
101
101
  Forward: "FORWARD",
102
102
  System: "SYSTEM",
103
103
  Recursive: "RECURSIVE",
104
+ Delegate: "DELEGATE",
104
105
  };
105
106
  exports.ResolverRuleTargetAddressProtocol = {
106
107
  Do53: "Do53",
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/route53resolver/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,wBAAwB,GAAG;IACpC,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,oBAAoB,EAAE,wBAAwB;IAC9C,SAAS,EAAE,WAAW;IACtB,0BAA0B,EAAE,+BAA+B;CACrD,CAAC;AAOE,QAAA,8CAA8C,GAAG;IAC1D,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,kCAAkC,GAAG;IAC9C,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,0BAA0B,EAAE,+BAA+B;CACrD,CAAC;AAOE,QAAA,mCAAmC,GAAG;IAC/C,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,iDAAiD,GAAG;IAC7D,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,MAAM,EAAE,QAAQ;IAChB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,4DAA4D,GAAG;IACxE,wBAAwB,EAAE,4BAA4B;IACtD,sBAAsB,EAAE,0BAA0B;CAC5C,CAAC;AAOE,QAAA,4BAA4B,GAAG;IACxC,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,cAAc;CACpB,CAAC;AAOE,QAAA,uBAAuB,GAAG;IACnC,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,0BAA0B,EAAE,+BAA+B;CACrD,CAAC;AAOE,QAAA,qBAAqB,GAAG;IACjC,QAAQ,EAAE,UAAU;IACpB,WAAW,EAAE,aAAa;IAC1B,QAAQ,EAAE,UAAU;IACpB,QAAQ,EAAE,UAAU;IACpB,YAAY,EAAE,eAAe;IAC7B,cAAc,EAAE,iBAAiB;IACjC,cAAc,EAAE,iBAAiB;CAC3B,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,oCAAoC,GAAG;IAChD,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,oCAAoC,GAAG;IAChD,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,SAAS,EAAE,WAAW;IACtB,QAAQ,EAAE,UAAU;CACd,CAAC;AAOE,QAAA,0CAA0C,GAAG;IACtD,IAAI,EAAE,MAAM;IACZ,mBAAmB,EAAE,uBAAuB;IAC5C,YAAY,EAAE,eAAe;CACvB,CAAC;AAOE,QAAA,2CAA2C,GAAG;IACvD,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,YAAY,EAAE,eAAe;IAC7B,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;CAClB,CAAC;AAOE,QAAA,qCAAqC,GAAG;IACjD,SAAS,EAAE,YAAY;IACvB,YAAY,EAAE,gBAAgB;IAC9B,UAAU,EAAE,cAAc;CACpB,CAAC;AAOE,QAAA,gCAAgC,GAAG;IAC5C,QAAQ,EAAE,UAAU;IACpB,OAAO,EAAE,SAAS;IAClB,QAAQ,EAAE,UAAU;IACpB,MAAM,EAAE,QAAQ;CACV,CAAC;AAOE,QAAA,oBAAoB,GAAG;IAChC,OAAO,EAAE,SAAS;IAClB,MAAM,EAAE,QAAQ;IAChB,SAAS,EAAE,WAAW;CAChB,CAAC;AAOE,QAAA,iCAAiC,GAAG;IAC7C,IAAI,EAAE,MAAM;IACZ,GAAG,EAAE,KAAK;CACJ,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/route53resolver/index.ts"],"names":[],"mappings":"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"}
package/types/input.d.ts CHANGED
@@ -10004,6 +10004,38 @@ export declare namespace cleanrooms {
10004
10004
  */
10005
10005
  glue: pulumi.Input<inputs.cleanrooms.ConfiguredTableGlueTableReferenceArgs>;
10006
10006
  }
10007
+ interface IdMappingTableInputReferenceConfigArgs {
10008
+ /**
10009
+ * The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution . Valid values are ID mapping workflow ARNs.
10010
+ */
10011
+ inputReferenceArn: pulumi.Input<string>;
10012
+ /**
10013
+ * When `TRUE` , AWS Clean Rooms manages permissions for the ID mapping table resource.
10014
+ *
10015
+ * When `FALSE` , the resource owner manages permissions for the ID mapping table resource.
10016
+ */
10017
+ manageResourcePolicies: pulumi.Input<boolean>;
10018
+ }
10019
+ interface IdNamespaceAssociationIdMappingConfigArgs {
10020
+ /**
10021
+ * An indicator as to whether you can use your column as a dimension column in the ID mapping table ( `TRUE` ) or not ( `FALSE` ).
10022
+ *
10023
+ * Default is `FALSE` .
10024
+ */
10025
+ allowUseAsDimensionColumn: pulumi.Input<boolean>;
10026
+ }
10027
+ interface IdNamespaceAssociationInputReferenceConfigArgs {
10028
+ /**
10029
+ * The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
10030
+ */
10031
+ inputReferenceArn: pulumi.Input<string>;
10032
+ /**
10033
+ * When `TRUE` , AWS Clean Rooms manages permissions for the ID namespace association resource.
10034
+ *
10035
+ * When `FALSE` , the resource owner manages permissions for the ID namespace association resource.
10036
+ */
10037
+ manageResourcePolicies: pulumi.Input<boolean>;
10038
+ }
10007
10039
  interface MembershipPaymentConfigurationArgs {
10008
10040
  /**
10009
10041
  * The payment responsibilities accepted by the collaboration member for query compute costs.
@@ -71824,6 +71856,8 @@ export declare namespace redshift {
71824
71856
  * - The cluster must have read bucket and put object permissions
71825
71857
  */
71826
71858
  bucketName?: pulumi.Input<string>;
71859
+ logDestinationType?: pulumi.Input<string>;
71860
+ logExports?: pulumi.Input<pulumi.Input<string>[]>;
71827
71861
  /**
71828
71862
  * The prefix applied to the log file names.
71829
71863
  *
package/types/output.d.ts CHANGED
@@ -10359,6 +10359,66 @@ export declare namespace cleanrooms {
10359
10359
  */
10360
10360
  glue: outputs.cleanrooms.ConfiguredTableGlueTableReference;
10361
10361
  }
10362
+ interface IdMappingTableInputReferenceConfig {
10363
+ /**
10364
+ * The Amazon Resource Name (ARN) of the referenced resource in AWS Entity Resolution . Valid values are ID mapping workflow ARNs.
10365
+ */
10366
+ inputReferenceArn: string;
10367
+ /**
10368
+ * When `TRUE` , AWS Clean Rooms manages permissions for the ID mapping table resource.
10369
+ *
10370
+ * When `FALSE` , the resource owner manages permissions for the ID mapping table resource.
10371
+ */
10372
+ manageResourcePolicies: boolean;
10373
+ }
10374
+ interface IdMappingTableInputReferenceProperties {
10375
+ /**
10376
+ * The input source of the ID mapping table.
10377
+ */
10378
+ idMappingTableInputSource: outputs.cleanrooms.IdMappingTableInputSource[];
10379
+ }
10380
+ interface IdMappingTableInputSource {
10381
+ /**
10382
+ * The unique identifier of the ID namespace association.
10383
+ */
10384
+ idNamespaceAssociationId: string;
10385
+ /**
10386
+ * The type of the input source of the ID mapping table.
10387
+ */
10388
+ type: enums.cleanrooms.IdMappingTableInputSourceType;
10389
+ }
10390
+ interface IdNamespaceAssociationDocument {
10391
+ }
10392
+ interface IdNamespaceAssociationIdMappingConfig {
10393
+ /**
10394
+ * An indicator as to whether you can use your column as a dimension column in the ID mapping table ( `TRUE` ) or not ( `FALSE` ).
10395
+ *
10396
+ * Default is `FALSE` .
10397
+ */
10398
+ allowUseAsDimensionColumn: boolean;
10399
+ }
10400
+ interface IdNamespaceAssociationInputReferenceConfig {
10401
+ /**
10402
+ * The Amazon Resource Name (ARN) of the AWS Entity Resolution resource that is being associated to the collaboration. Valid resource ARNs are from the ID namespaces that you own.
10403
+ */
10404
+ inputReferenceArn: string;
10405
+ /**
10406
+ * When `TRUE` , AWS Clean Rooms manages permissions for the ID namespace association resource.
10407
+ *
10408
+ * When `FALSE` , the resource owner manages permissions for the ID namespace association resource.
10409
+ */
10410
+ manageResourcePolicies: boolean;
10411
+ }
10412
+ interface IdNamespaceAssociationInputReferenceProperties {
10413
+ /**
10414
+ * Defines how ID mapping workflows are supported for this ID namespace association.
10415
+ */
10416
+ idMappingWorkflowsSupported?: outputs.cleanrooms.IdNamespaceAssociationDocument[];
10417
+ /**
10418
+ * The ID namespace type for this ID namespace association.
10419
+ */
10420
+ idNamespaceType?: enums.cleanrooms.IdNamespaceAssociationInputReferencePropertiesIdNamespaceType;
10421
+ }
10362
10422
  interface MembershipPaymentConfiguration {
10363
10423
  /**
10364
10424
  * The payment responsibilities accepted by the collaboration member for query compute costs.
@@ -73454,6 +73514,8 @@ export declare namespace redshift {
73454
73514
  * - The cluster must have read bucket and put object permissions
73455
73515
  */
73456
73516
  bucketName?: string;
73517
+ logDestinationType?: string;
73518
+ logExports?: string[];
73457
73519
  /**
73458
73520
  * The prefix applied to the log file names.
73459
73521
  *