@pulumi/aws-native 1.16.0-alpha.1734088202 → 1.16.0-alpha.1734380938

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 (196) hide show
  1. package/appconfig/configurationProfile.d.ts +9 -0
  2. package/appconfig/configurationProfile.js +2 -0
  3. package/appconfig/configurationProfile.js.map +1 -1
  4. package/appconfig/environment.d.ts +9 -0
  5. package/appconfig/environment.js +2 -0
  6. package/appconfig/environment.js.map +1 -1
  7. package/batch/getJobDefinition.d.ts +16 -11
  8. package/batch/getJobDefinition.js +2 -2
  9. package/batch/getJobDefinition.js.map +1 -1
  10. package/batch/jobDefinition.d.ts +16 -17
  11. package/batch/jobDefinition.js +0 -2
  12. package/batch/jobDefinition.js.map +1 -1
  13. package/cassandra/getKeyspace.d.ts +13 -0
  14. package/cassandra/getKeyspace.js.map +1 -1
  15. package/cassandra/getType.d.ts +51 -0
  16. package/cassandra/getType.js +30 -0
  17. package/cassandra/getType.js.map +1 -0
  18. package/cassandra/index.d.ts +6 -0
  19. package/cassandra/index.js +8 -1
  20. package/cassandra/index.js.map +1 -1
  21. package/cassandra/keyspace.d.ts +8 -0
  22. package/cassandra/keyspace.js +3 -1
  23. package/cassandra/keyspace.js.map +1 -1
  24. package/cassandra/type.d.ts +79 -0
  25. package/cassandra/type.js +78 -0
  26. package/cassandra/type.js.map +1 -0
  27. package/cleanrooms/configuredTable.d.ts +2 -2
  28. package/cloudformation/getStack.d.ts +19 -19
  29. package/cloudformation/stack.d.ts +40 -40
  30. package/cloudformation/stackSet.d.ts +2 -2
  31. package/connect/getQueue.d.ts +4 -0
  32. package/connect/getQueue.js.map +1 -1
  33. package/connect/getRule.d.ts +7 -6
  34. package/connect/getRule.js +2 -2
  35. package/connect/getRule.js.map +1 -1
  36. package/connect/queue.d.ts +8 -0
  37. package/connect/queue.js +2 -0
  38. package/connect/queue.js.map +1 -1
  39. package/connect/rule.d.ts +13 -11
  40. package/connect/rule.js +1 -1
  41. package/connect/rule.js.map +1 -1
  42. package/ec2/getVpcEndpoint.d.ts +4 -0
  43. package/ec2/getVpcEndpoint.js.map +1 -1
  44. package/ec2/vpcEndpoint.d.ts +12 -2
  45. package/ec2/vpcEndpoint.js +9 -4
  46. package/ec2/vpcEndpoint.js.map +1 -1
  47. package/ecs/getService.d.ts +3 -5
  48. package/ecs/getService.js.map +1 -1
  49. package/ecs/service.d.ts +6 -10
  50. package/ecs/service.js.map +1 -1
  51. package/emrserverless/application.d.ts +8 -0
  52. package/emrserverless/application.js +2 -0
  53. package/emrserverless/application.js.map +1 -1
  54. package/emrserverless/getApplication.d.ts +4 -0
  55. package/emrserverless/getApplication.js.map +1 -1
  56. package/logs/getLogGroup.d.ts +1 -0
  57. package/logs/getLogGroup.js.map +1 -1
  58. package/logs/getMetricFilter.d.ts +6 -0
  59. package/logs/getMetricFilter.js.map +1 -1
  60. package/logs/getQueryDefinition.d.ts +5 -0
  61. package/logs/getQueryDefinition.js.map +1 -1
  62. package/logs/getSubscriptionFilter.d.ts +6 -0
  63. package/logs/getSubscriptionFilter.js.map +1 -1
  64. package/logs/getTransformer.d.ts +28 -0
  65. package/logs/getTransformer.js +28 -0
  66. package/logs/getTransformer.js.map +1 -0
  67. package/logs/index.d.ts +6 -0
  68. package/logs/index.js +8 -1
  69. package/logs/index.js.map +1 -1
  70. package/logs/logGroup.d.ts +2 -0
  71. package/logs/logGroup.js +2 -0
  72. package/logs/logGroup.js.map +1 -1
  73. package/logs/metricFilter.d.ts +12 -0
  74. package/logs/metricFilter.js +2 -0
  75. package/logs/metricFilter.js.map +1 -1
  76. package/logs/queryDefinition.d.ts +9 -0
  77. package/logs/queryDefinition.js +2 -0
  78. package/logs/queryDefinition.js.map +1 -1
  79. package/logs/subscriptionFilter.d.ts +12 -0
  80. package/logs/subscriptionFilter.js +2 -0
  81. package/logs/subscriptionFilter.js.map +1 -1
  82. package/logs/transformer.d.ts +51 -0
  83. package/logs/transformer.js +66 -0
  84. package/logs/transformer.js.map +1 -0
  85. package/m2/environment.d.ts +2 -0
  86. package/m2/environment.js +3 -1
  87. package/m2/environment.js.map +1 -1
  88. package/msk/replicator.js +1 -1
  89. package/msk/replicator.js.map +1 -1
  90. package/networkmanager/directConnectGatewayAttachment.d.ts +127 -0
  91. package/networkmanager/directConnectGatewayAttachment.js +99 -0
  92. package/networkmanager/directConnectGatewayAttachment.js.map +1 -0
  93. package/networkmanager/getDirectConnectGatewayAttachment.d.ts +84 -0
  94. package/networkmanager/getDirectConnectGatewayAttachment.js +28 -0
  95. package/networkmanager/getDirectConnectGatewayAttachment.js.map +1 -0
  96. package/networkmanager/index.d.ts +6 -0
  97. package/networkmanager/index.js +8 -1
  98. package/networkmanager/index.js.map +1 -1
  99. package/package.json +3 -3
  100. package/package.json.dev +2 -2
  101. package/qbusiness/application.d.ts +6 -0
  102. package/qbusiness/application.js.map +1 -1
  103. package/qbusiness/dataAccessor.d.ts +45 -0
  104. package/qbusiness/dataAccessor.js.map +1 -1
  105. package/qbusiness/dataSource.d.ts +6 -0
  106. package/qbusiness/dataSource.js.map +1 -1
  107. package/qbusiness/getDataAccessor.d.ts +36 -0
  108. package/qbusiness/getDataAccessor.js.map +1 -1
  109. package/qbusiness/getDataSource.d.ts +3 -0
  110. package/qbusiness/getDataSource.js.map +1 -1
  111. package/qbusiness/getWebExperience.d.ts +3 -0
  112. package/qbusiness/getWebExperience.js.map +1 -1
  113. package/qbusiness/permission.d.ts +24 -0
  114. package/qbusiness/permission.js.map +1 -1
  115. package/qbusiness/webExperience.d.ts +6 -0
  116. package/qbusiness/webExperience.js.map +1 -1
  117. package/quicksight/dataSet.d.ts +2 -0
  118. package/quicksight/dataSet.js +2 -0
  119. package/quicksight/dataSet.js.map +1 -1
  120. package/quicksight/getDataSet.d.ts +1 -0
  121. package/quicksight/getDataSet.js.map +1 -1
  122. package/s3/bucket.d.ts +0 -2
  123. package/s3/bucket.js +0 -2
  124. package/s3/bucket.js.map +1 -1
  125. package/s3/getBucket.d.ts +0 -1
  126. package/s3/getBucket.js.map +1 -1
  127. package/s3tables/getTableBucket.d.ts +12 -0
  128. package/s3tables/getTableBucket.js.map +1 -1
  129. package/s3tables/getTableBucketPolicy.d.ts +9 -0
  130. package/s3tables/getTableBucketPolicy.js.map +1 -1
  131. package/s3tables/tableBucket.d.ts +15 -0
  132. package/s3tables/tableBucket.js.map +1 -1
  133. package/s3tables/tableBucketPolicy.d.ts +12 -0
  134. package/s3tables/tableBucketPolicy.js.map +1 -1
  135. package/transfer/getServer.d.ts +1 -0
  136. package/transfer/getServer.js.map +1 -1
  137. package/transfer/server.d.ts +1 -0
  138. package/transfer/server.js +2 -0
  139. package/transfer/server.js.map +1 -1
  140. package/types/enums/appconfig/index.d.ts +18 -0
  141. package/types/enums/appconfig/index.js +11 -1
  142. package/types/enums/appconfig/index.js.map +1 -1
  143. package/types/enums/autoscaling/index.d.ts +4 -5
  144. package/types/enums/autoscaling/index.js.map +1 -1
  145. package/types/enums/cloudfront/index.d.ts +5 -0
  146. package/types/enums/cloudfront/index.js +5 -1
  147. package/types/enums/cloudfront/index.js.map +1 -1
  148. package/types/enums/connect/index.d.ts +11 -4
  149. package/types/enums/connect/index.js.map +1 -1
  150. package/types/enums/ec2/index.d.ts +23 -0
  151. package/types/enums/ec2/index.js +21 -1
  152. package/types/enums/ec2/index.js.map +1 -1
  153. package/types/enums/ecs/index.d.ts +2 -3
  154. package/types/enums/ecs/index.js.map +1 -1
  155. package/types/enums/logs/index.d.ts +21 -0
  156. package/types/enums/logs/index.js +16 -1
  157. package/types/enums/logs/index.js.map +1 -1
  158. package/types/enums/m2/index.d.ts +5 -0
  159. package/types/enums/m2/index.js +5 -1
  160. package/types/enums/m2/index.js.map +1 -1
  161. package/types/enums/transfer/index.d.ts +9 -0
  162. package/types/enums/transfer/index.js +9 -1
  163. package/types/enums/transfer/index.js.map +1 -1
  164. package/types/enums/vpclattice/index.d.ts +17 -0
  165. package/types/enums/vpclattice/index.js.map +1 -1
  166. package/types/input.d.ts +809 -234
  167. package/types/output.d.ts +812 -234
  168. package/types/output.js.map +1 -1
  169. package/vpclattice/getResourceConfiguration.d.ts +31 -0
  170. package/vpclattice/getResourceConfiguration.js.map +1 -1
  171. package/vpclattice/getResourceGateway.d.ts +15 -0
  172. package/vpclattice/getResourceGateway.js.map +1 -1
  173. package/vpclattice/getServiceNetwork.d.ts +3 -0
  174. package/vpclattice/getServiceNetwork.js.map +1 -1
  175. package/vpclattice/getServiceNetworkResourceAssociation.d.ts +15 -0
  176. package/vpclattice/getServiceNetworkResourceAssociation.js.map +1 -1
  177. package/vpclattice/resourceConfiguration.d.ts +84 -0
  178. package/vpclattice/resourceConfiguration.js.map +1 -1
  179. package/vpclattice/resourceGateway.d.ts +30 -0
  180. package/vpclattice/resourceGateway.js.map +1 -1
  181. package/vpclattice/serviceNetwork.d.ts +6 -0
  182. package/vpclattice/serviceNetwork.js.map +1 -1
  183. package/vpclattice/serviceNetworkResourceAssociation.d.ts +24 -0
  184. package/vpclattice/serviceNetworkResourceAssociation.js.map +1 -1
  185. package/wisdom/aiGuardrailVersion.d.ts +27 -0
  186. package/wisdom/aiGuardrailVersion.js.map +1 -1
  187. package/wisdom/aiPromptVersion.d.ts +3 -0
  188. package/wisdom/aiPromptVersion.js.map +1 -1
  189. package/wisdom/getAiGuardrailVersion.d.ts +21 -0
  190. package/wisdom/getAiGuardrailVersion.js.map +1 -1
  191. package/wisdom/getAiPromptVersion.d.ts +3 -0
  192. package/wisdom/getAiPromptVersion.js.map +1 -1
  193. package/workspaces/getWorkspacesPool.d.ts +1 -0
  194. package/workspaces/getWorkspacesPool.js.map +1 -1
  195. package/workspaces/workspacesPool.d.ts +0 -6
  196. package/workspaces/workspacesPool.js.map +1 -1
@@ -0,0 +1,79 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * Resource schema for AWS::Cassandra::Type
6
+ */
7
+ export declare class Type extends pulumi.CustomResource {
8
+ /**
9
+ * Get an existing Type 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): Type;
17
+ /**
18
+ * Returns true if the given object is an instance of Type. 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 Type;
22
+ /**
23
+ * List of parent User-Defined Types that directly reference the User-Defined Type in their fields.
24
+ */
25
+ readonly directParentTypes: pulumi.Output<string[]>;
26
+ /**
27
+ * List of Tables that directly reference the User-Defined Type in their columns.
28
+ */
29
+ readonly directReferringTables: pulumi.Output<string[]>;
30
+ /**
31
+ * Field definitions of the User-Defined Type
32
+ */
33
+ readonly fields: pulumi.Output<outputs.cassandra.TypeField[]>;
34
+ /**
35
+ * ARN of the Keyspace which contains the User-Defined Type.
36
+ */
37
+ readonly keyspaceArn: pulumi.Output<string>;
38
+ /**
39
+ * Name of the Keyspace which contains the User-Defined Type.
40
+ */
41
+ readonly keyspaceName: pulumi.Output<string>;
42
+ /**
43
+ * Timestamp of the last time the User-Defined Type's meta data was modified.
44
+ */
45
+ readonly lastModifiedTimestamp: pulumi.Output<number>;
46
+ /**
47
+ * Maximum nesting depth of the User-Defined Type across the field types.
48
+ */
49
+ readonly maxNestingDepth: pulumi.Output<number>;
50
+ /**
51
+ * Name of the User-Defined Type.
52
+ */
53
+ readonly typeName: pulumi.Output<string>;
54
+ /**
55
+ * Create a Type resource with the given unique name, arguments, and options.
56
+ *
57
+ * @param name The _unique_ name of the resource.
58
+ * @param args The arguments to use to populate this resource's properties.
59
+ * @param opts A bag of options that control this resource's behavior.
60
+ */
61
+ constructor(name: string, args: TypeArgs, opts?: pulumi.CustomResourceOptions);
62
+ }
63
+ /**
64
+ * The set of arguments for constructing a Type resource.
65
+ */
66
+ export interface TypeArgs {
67
+ /**
68
+ * Field definitions of the User-Defined Type
69
+ */
70
+ fields: pulumi.Input<pulumi.Input<inputs.cassandra.TypeFieldArgs>[]>;
71
+ /**
72
+ * Name of the Keyspace which contains the User-Defined Type.
73
+ */
74
+ keyspaceName: pulumi.Input<string>;
75
+ /**
76
+ * Name of the User-Defined Type.
77
+ */
78
+ typeName?: pulumi.Input<string>;
79
+ }
@@ -0,0 +1,78 @@
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.Type = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * Resource schema for AWS::Cassandra::Type
10
+ */
11
+ class Type extends pulumi.CustomResource {
12
+ /**
13
+ * Get an existing Type 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 Type(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
22
+ }
23
+ /**
24
+ * Returns true if the given object is an instance of Type. 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'] === Type.__pulumiType;
32
+ }
33
+ /**
34
+ * Create a Type 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.fields === undefined) && !opts.urn) {
45
+ throw new Error("Missing required property 'fields'");
46
+ }
47
+ if ((!args || args.keyspaceName === undefined) && !opts.urn) {
48
+ throw new Error("Missing required property 'keyspaceName'");
49
+ }
50
+ resourceInputs["fields"] = args ? args.fields : undefined;
51
+ resourceInputs["keyspaceName"] = args ? args.keyspaceName : undefined;
52
+ resourceInputs["typeName"] = args ? args.typeName : undefined;
53
+ resourceInputs["directParentTypes"] = undefined /*out*/;
54
+ resourceInputs["directReferringTables"] = undefined /*out*/;
55
+ resourceInputs["keyspaceArn"] = undefined /*out*/;
56
+ resourceInputs["lastModifiedTimestamp"] = undefined /*out*/;
57
+ resourceInputs["maxNestingDepth"] = undefined /*out*/;
58
+ }
59
+ else {
60
+ resourceInputs["directParentTypes"] = undefined /*out*/;
61
+ resourceInputs["directReferringTables"] = undefined /*out*/;
62
+ resourceInputs["fields"] = undefined /*out*/;
63
+ resourceInputs["keyspaceArn"] = undefined /*out*/;
64
+ resourceInputs["keyspaceName"] = undefined /*out*/;
65
+ resourceInputs["lastModifiedTimestamp"] = undefined /*out*/;
66
+ resourceInputs["maxNestingDepth"] = undefined /*out*/;
67
+ resourceInputs["typeName"] = undefined /*out*/;
68
+ }
69
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
70
+ const replaceOnChanges = { replaceOnChanges: ["fields[*]", "keyspaceName", "typeName"] };
71
+ opts = pulumi.mergeOptions(opts, replaceOnChanges);
72
+ super(Type.__pulumiType, name, resourceInputs, opts);
73
+ }
74
+ }
75
+ exports.Type = Type;
76
+ /** @internal */
77
+ Type.__pulumiType = 'aws-native:cassandra:Type';
78
+ //# sourceMappingURL=type.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"type.js","sourceRoot":"","sources":["../../cassandra/type.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,MAAa,IAAK,SAAQ,MAAM,CAAC,cAAc;IAC3C;;;;;;;OAOG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,IAAmC;QAC5F,OAAO,IAAI,IAAI,CAAC,IAAI,EAAE,SAAgB,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,IAAI,CAAC,YAAY,CAAC;IACrD,CAAC;IAmCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAc,EAAE,IAAmC;QACzE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,CAAC,IAAI,CAAC,EAAE,EAAE;YACV,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,MAAM,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACnD,MAAM,IAAI,KAAK,CAAC,oCAAoC,CAAC,CAAC;aACzD;YACD,IAAI,CAAC,CAAC,IAAI,IAAI,IAAI,CAAC,YAAY,KAAK,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACzD,MAAM,IAAI,KAAK,CAAC,0CAA0C,CAAC,CAAC;aAC/D;YACD,cAAc,CAAC,QAAQ,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC;YAC1D,cAAc,CAAC,cAAc,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,YAAY,CAAC,CAAC,CAAC,SAAS,CAAC;YACtE,cAAc,CAAC,UAAU,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,QAAQ,CAAC,CAAC,CAAC,SAAS,CAAC;YAC9D,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SACzD;aAAM;YACH,cAAc,CAAC,mBAAmB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACxD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,QAAQ,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC7C,cAAc,CAAC,aAAa,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAClD,cAAc,CAAC,cAAc,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACnD,cAAc,CAAC,uBAAuB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YAC5D,cAAc,CAAC,iBAAiB,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;YACtD,cAAc,CAAC,UAAU,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAClD;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,gBAAgB,GAAG,EAAE,gBAAgB,EAAE,CAAC,WAAW,EAAE,cAAc,EAAE,UAAU,CAAC,EAAE,CAAC;QACzF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,gBAAgB,CAAC,CAAC;QACnD,KAAK,CAAC,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IACzD,CAAC;;AAnGL,oBAoGC;AAvFG,gBAAgB;AACO,iBAAY,GAAG,2BAA2B,CAAC"}
@@ -55,7 +55,7 @@ export declare class ConfiguredTable extends pulumi.CustomResource {
55
55
  /**
56
56
  * The table that this configured table represents.
57
57
  */
58
- readonly tableReference: pulumi.Output<outputs.cleanrooms.ConfiguredTableTableReference>;
58
+ readonly tableReference: pulumi.Output<outputs.cleanrooms.ConfiguredTableTableReference0Properties | outputs.cleanrooms.ConfiguredTableTableReference1Properties | outputs.cleanrooms.ConfiguredTableTableReference2Properties>;
59
59
  /**
60
60
  * An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
61
61
  */
@@ -96,7 +96,7 @@ export interface ConfiguredTableArgs {
96
96
  /**
97
97
  * The table that this configured table represents.
98
98
  */
99
- tableReference: pulumi.Input<inputs.cleanrooms.ConfiguredTableTableReferenceArgs>;
99
+ tableReference: pulumi.Input<inputs.cleanrooms.ConfiguredTableTableReference0PropertiesArgs | inputs.cleanrooms.ConfiguredTableTableReference1PropertiesArgs | inputs.cleanrooms.ConfiguredTableTableReference2PropertiesArgs>;
100
100
  /**
101
101
  * An arbitrary set of tags (key-value pairs) for this cleanrooms collaboration.
102
102
  */
@@ -13,7 +13,7 @@ export interface GetStackArgs {
13
13
  }
14
14
  export interface GetStackResult {
15
15
  /**
16
- * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
16
+ * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.
17
17
  *
18
18
  * - `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
19
19
  *
@@ -23,30 +23,30 @@ export interface GetStackResult {
23
23
  *
24
24
  * - If you have IAM resources, you can specify either capability.
25
25
  * - If you have IAM resources with custom names, you *must* specify `CAPABILITY_NAMED_IAM` .
26
- * - If you don't specify either of these capabilities, AWS CloudFormation returns an `InsufficientCapabilities` error.
26
+ * - If you don't specify either of these capabilities, CloudFormation returns an `InsufficientCapabilities` error.
27
27
  *
28
28
  * If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
29
29
  *
30
- * - [`AWS::IAM::AccessKey`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html)
31
- * - [`AWS::IAM::Group`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html)
32
- * - [`AWS::IAM::InstanceProfile`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
33
- * - [`AWS::IAM::Policy`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html)
34
- * - [`AWS::IAM::Role`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
35
- * - [`AWS::IAM::User`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html)
36
- * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html)
30
+ * - [AWS::IAM::AccessKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html)
31
+ * - [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html)
32
+ * - [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
33
+ * - [AWS::IAM::Policy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html)
34
+ * - [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
35
+ * - [AWS::IAM::User](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html)
36
+ * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html)
37
37
  *
38
- * For more information, see [Acknowledging IAM Resources in AWS CloudFormation Templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities) .
38
+ * For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
39
39
  * - `CAPABILITY_AUTO_EXPAND`
40
40
  *
41
- * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by AWS CloudFormation .
41
+ * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by CloudFormation .
42
42
  *
43
43
  * If you want to create a stack from a stack template that contains macros *and* nested stacks, you must create the stack directly from the template using this capability.
44
44
  *
45
45
  * > You should only create stacks directly from a stack template that contains macros if you know what processing the macro performs.
46
46
  * >
47
- * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without AWS CloudFormation being notified.
47
+ * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified.
48
48
  *
49
- * For more information, see [Using AWS CloudFormation macros to perform custom processing on templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) .
49
+ * For more information, see [Perform custom processing on CloudFormation templates with template macros](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) in the *AWS CloudFormation User Guide* .
50
50
  */
51
51
  readonly capabilities?: enums.cloudformation.StackCapabilitiesItem[];
52
52
  /**
@@ -68,9 +68,9 @@ export interface GetStackResult {
68
68
  */
69
69
  readonly disableRollback?: boolean;
70
70
  /**
71
- * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protecting a Stack From Being Deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
71
+ * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protect CloudFormation stacks from being deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
72
72
  *
73
- * For [nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) , termination protection is set on the root stack and can't be changed directly on the nested stack.
73
+ * For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack.
74
74
  */
75
75
  readonly enableTerminationProtection?: boolean;
76
76
  /**
@@ -104,9 +104,9 @@ export interface GetStackResult {
104
104
  */
105
105
  readonly parentId?: string;
106
106
  /**
107
- * The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
107
+ * The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to create the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
108
108
  *
109
- * If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that's generated from your user credentials.
109
+ * If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.
110
110
  */
111
111
  readonly roleArn?: string;
112
112
  /**
@@ -120,7 +120,7 @@ export interface GetStackResult {
120
120
  */
121
121
  readonly stackId?: string;
122
122
  /**
123
- * Structure containing the stack policy body. For more information, go to [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
123
+ * Structure containing the stack policy body. For more information, go to [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
124
124
  *
125
125
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::CloudFormation::Stack` for more information about the expected schema for this property.
126
126
  */
@@ -138,7 +138,7 @@ export interface GetStackResult {
138
138
  */
139
139
  readonly tags?: outputs.Tag[];
140
140
  /**
141
- * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) in the AWS CloudFormation User Guide.
141
+ * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
142
142
  *
143
143
  * Conditional: You must specify either the `TemplateBody` or the `TemplateURL` parameter, but not both.
144
144
  *
@@ -21,7 +21,7 @@ export declare class Stack extends pulumi.CustomResource {
21
21
  */
22
22
  static isInstance(obj: any): obj is Stack;
23
23
  /**
24
- * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
24
+ * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.
25
25
  *
26
26
  * - `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
27
27
  *
@@ -31,30 +31,30 @@ export declare class Stack extends pulumi.CustomResource {
31
31
  *
32
32
  * - If you have IAM resources, you can specify either capability.
33
33
  * - If you have IAM resources with custom names, you *must* specify `CAPABILITY_NAMED_IAM` .
34
- * - If you don't specify either of these capabilities, AWS CloudFormation returns an `InsufficientCapabilities` error.
34
+ * - If you don't specify either of these capabilities, CloudFormation returns an `InsufficientCapabilities` error.
35
35
  *
36
36
  * If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
37
37
  *
38
- * - [`AWS::IAM::AccessKey`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html)
39
- * - [`AWS::IAM::Group`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html)
40
- * - [`AWS::IAM::InstanceProfile`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
41
- * - [`AWS::IAM::Policy`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html)
42
- * - [`AWS::IAM::Role`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
43
- * - [`AWS::IAM::User`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html)
44
- * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html)
38
+ * - [AWS::IAM::AccessKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html)
39
+ * - [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html)
40
+ * - [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
41
+ * - [AWS::IAM::Policy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html)
42
+ * - [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
43
+ * - [AWS::IAM::User](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html)
44
+ * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html)
45
45
  *
46
- * For more information, see [Acknowledging IAM Resources in AWS CloudFormation Templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities) .
46
+ * For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
47
47
  * - `CAPABILITY_AUTO_EXPAND`
48
48
  *
49
- * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by AWS CloudFormation .
49
+ * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by CloudFormation .
50
50
  *
51
51
  * If you want to create a stack from a stack template that contains macros *and* nested stacks, you must create the stack directly from the template using this capability.
52
52
  *
53
53
  * > You should only create stacks directly from a stack template that contains macros if you know what processing the macro performs.
54
54
  * >
55
- * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without AWS CloudFormation being notified.
55
+ * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified.
56
56
  *
57
- * For more information, see [Using AWS CloudFormation macros to perform custom processing on templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) .
57
+ * For more information, see [Perform custom processing on CloudFormation templates with template macros](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) in the *AWS CloudFormation User Guide* .
58
58
  */
59
59
  readonly capabilities: pulumi.Output<enums.cloudformation.StackCapabilitiesItem[] | undefined>;
60
60
  /**
@@ -76,9 +76,9 @@ export declare class Stack extends pulumi.CustomResource {
76
76
  */
77
77
  readonly disableRollback: pulumi.Output<boolean | undefined>;
78
78
  /**
79
- * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protecting a Stack From Being Deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
79
+ * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protect CloudFormation stacks from being deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
80
80
  *
81
- * For [nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) , termination protection is set on the root stack and can't be changed directly on the nested stack.
81
+ * For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack.
82
82
  */
83
83
  readonly enableTerminationProtection: pulumi.Output<boolean | undefined>;
84
84
  /**
@@ -112,9 +112,9 @@ export declare class Stack extends pulumi.CustomResource {
112
112
  */
113
113
  readonly parentId: pulumi.Output<string>;
114
114
  /**
115
- * The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
115
+ * The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to create the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
116
116
  *
117
- * If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that's generated from your user credentials.
117
+ * If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.
118
118
  */
119
119
  readonly roleArn: pulumi.Output<string | undefined>;
120
120
  /**
@@ -134,7 +134,7 @@ export declare class Stack extends pulumi.CustomResource {
134
134
  */
135
135
  readonly stackName: pulumi.Output<string>;
136
136
  /**
137
- * Structure containing the stack policy body. For more information, go to [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
137
+ * Structure containing the stack policy body. For more information, go to [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
138
138
  *
139
139
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::CloudFormation::Stack` for more information about the expected schema for this property.
140
140
  */
@@ -156,7 +156,7 @@ export declare class Stack extends pulumi.CustomResource {
156
156
  */
157
157
  readonly tags: pulumi.Output<outputs.Tag[] | undefined>;
158
158
  /**
159
- * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) in the AWS CloudFormation User Guide.
159
+ * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
160
160
  *
161
161
  * Conditional: You must specify either the `TemplateBody` or the `TemplateURL` parameter, but not both.
162
162
  *
@@ -164,7 +164,7 @@ export declare class Stack extends pulumi.CustomResource {
164
164
  */
165
165
  readonly templateBody: pulumi.Output<any | undefined>;
166
166
  /**
167
- * Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) .
167
+ * Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket.
168
168
  *
169
169
  * Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
170
170
  */
@@ -189,7 +189,7 @@ export declare class Stack extends pulumi.CustomResource {
189
189
  */
190
190
  export interface StackArgs {
191
191
  /**
192
- * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.
192
+ * In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for CloudFormation to create the stack.
193
193
  *
194
194
  * - `CAPABILITY_IAM` and `CAPABILITY_NAMED_IAM`
195
195
  *
@@ -199,30 +199,30 @@ export interface StackArgs {
199
199
  *
200
200
  * - If you have IAM resources, you can specify either capability.
201
201
  * - If you have IAM resources with custom names, you *must* specify `CAPABILITY_NAMED_IAM` .
202
- * - If you don't specify either of these capabilities, AWS CloudFormation returns an `InsufficientCapabilities` error.
202
+ * - If you don't specify either of these capabilities, CloudFormation returns an `InsufficientCapabilities` error.
203
203
  *
204
204
  * If your stack template contains these resources, we recommend that you review all permissions associated with them and edit their permissions if necessary.
205
205
  *
206
- * - [`AWS::IAM::AccessKey`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-accesskey.html)
207
- * - [`AWS::IAM::Group`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-group.html)
208
- * - [`AWS::IAM::InstanceProfile`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
209
- * - [`AWS::IAM::Policy`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-policy.html)
210
- * - [`AWS::IAM::Role`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
211
- * - [`AWS::IAM::User`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-user.html)
212
- * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iam-addusertogroup.html)
206
+ * - [AWS::IAM::AccessKey](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-accesskey.html)
207
+ * - [AWS::IAM::Group](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-group.html)
208
+ * - [AWS::IAM::InstanceProfile](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-instanceprofile.html)
209
+ * - [AWS::IAM::Policy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-policy.html)
210
+ * - [AWS::IAM::Role](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-role.html)
211
+ * - [AWS::IAM::User](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-user.html)
212
+ * - [`AWS::IAM::UserToGroupAddition`](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-iam-usertogroupaddition.html)
213
213
  *
214
- * For more information, see [Acknowledging IAM Resources in AWS CloudFormation Templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-iam-template.html#capabilities) .
214
+ * For more information, see [Acknowledging IAM resources in CloudFormation templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/control-access-with-iam.html#using-iam-capabilities) in the *AWS CloudFormation User Guide* .
215
215
  * - `CAPABILITY_AUTO_EXPAND`
216
216
  *
217
- * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/create-reusable-transform-function-snippets-and-add-to-your-template-with-aws-include-transform.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by AWS CloudFormation .
217
+ * Some template contain macros. Macros perform custom processing on templates; this can include simple actions like find-and-replace operations, all the way to extensive transformations of entire templates. Because of this, users typically create a change set from the processed template, so that they can review the changes resulting from the macros before actually creating the stack. If your stack template contains one or more macros, and you choose to create a stack directly from the processed template, without first reviewing the resulting changes in a change set, you must acknowledge this capability. This includes the [AWS::Include](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-include.html) and [AWS::Serverless](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/transform-aws-serverless.html) transforms, which are macros hosted by CloudFormation .
218
218
  *
219
219
  * If you want to create a stack from a stack template that contains macros *and* nested stacks, you must create the stack directly from the template using this capability.
220
220
  *
221
221
  * > You should only create stacks directly from a stack template that contains macros if you know what processing the macro performs.
222
222
  * >
223
- * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without AWS CloudFormation being notified.
223
+ * > Each macro relies on an underlying Lambda service function for processing stack templates. Be aware that the Lambda function owner can update the function operation without CloudFormation being notified.
224
224
  *
225
- * For more information, see [Using AWS CloudFormation macros to perform custom processing on templates](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) .
225
+ * For more information, see [Perform custom processing on CloudFormation templates with template macros](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-macros.html) in the *AWS CloudFormation User Guide* .
226
226
  */
227
227
  capabilities?: pulumi.Input<pulumi.Input<enums.cloudformation.StackCapabilitiesItem>[]>;
228
228
  /**
@@ -236,9 +236,9 @@ export interface StackArgs {
236
236
  */
237
237
  disableRollback?: pulumi.Input<boolean>;
238
238
  /**
239
- * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protecting a Stack From Being Deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
239
+ * Whether to enable termination protection on the specified stack. If a user attempts to delete a stack with termination protection enabled, the operation fails and the stack remains unchanged. For more information, see [Protect CloudFormation stacks from being deleted](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-protect-stacks.html) in the *AWS CloudFormation User Guide* . Termination protection is deactivated on stacks by default.
240
240
  *
241
- * For [nested stacks](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-nested-stacks.html) , termination protection is set on the root stack and can't be changed directly on the nested stack.
241
+ * For nested stacks, termination protection is set on the root stack and can't be changed directly on the nested stack.
242
242
  */
243
243
  enableTerminationProtection?: pulumi.Input<boolean>;
244
244
  /**
@@ -258,9 +258,9 @@ export interface StackArgs {
258
258
  [key: string]: pulumi.Input<string>;
259
259
  }>;
260
260
  /**
261
- * The Amazon Resource Name (ARN) of an AWS Identity and Access Management (IAM) role that AWS CloudFormation assumes to create the stack. AWS CloudFormation uses the role's credentials to make calls on your behalf. AWS CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, AWS CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
261
+ * The Amazon Resource Name (ARN) of an IAM role that CloudFormation assumes to create the stack. CloudFormation uses the role's credentials to make calls on your behalf. CloudFormation always uses this role for all future operations on the stack. Provided that users have permission to operate on the stack, CloudFormation uses this role even if the users don't have permission to pass it. Ensure that the role grants least privilege.
262
262
  *
263
- * If you don't specify a value, AWS CloudFormation uses the role that was previously associated with the stack. If no role is available, AWS CloudFormation uses a temporary session that's generated from your user credentials.
263
+ * If you don't specify a value, CloudFormation uses the role that was previously associated with the stack. If no role is available, CloudFormation uses a temporary session that's generated from your user credentials.
264
264
  */
265
265
  roleArn?: pulumi.Input<string>;
266
266
  /**
@@ -270,7 +270,7 @@ export interface StackArgs {
270
270
  */
271
271
  stackName?: pulumi.Input<string>;
272
272
  /**
273
- * Structure containing the stack policy body. For more information, go to [Prevent Updates to Stack Resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
273
+ * Structure containing the stack policy body. For more information, go to [Prevent updates to stack resources](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/protect-stack-resources.html) in the *AWS CloudFormation User Guide* . You can specify either the `StackPolicyBody` or the `StackPolicyURL` parameter, but not both.
274
274
  *
275
275
  * Search the [CloudFormation User Guide](https://docs.aws.amazon.com/cloudformation/) for `AWS::CloudFormation::Stack` for more information about the expected schema for this property.
276
276
  */
@@ -288,7 +288,7 @@ export interface StackArgs {
288
288
  */
289
289
  tags?: pulumi.Input<pulumi.Input<inputs.TagArgs>[]>;
290
290
  /**
291
- * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes. For more information, go to [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) in the AWS CloudFormation User Guide.
291
+ * Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
292
292
  *
293
293
  * Conditional: You must specify either the `TemplateBody` or the `TemplateURL` parameter, but not both.
294
294
  *
@@ -296,7 +296,7 @@ export interface StackArgs {
296
296
  */
297
297
  templateBody?: any;
298
298
  /**
299
- * Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket. For more information, see [Template anatomy](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/template-anatomy.html) .
299
+ * Location of file containing the template body. The URL must point to a template (max size: 460,800 bytes) that's located in an Amazon S3 bucket.
300
300
  *
301
301
  * Whether an update causes interruptions depends on the resources that are being updated. An update never causes a nested stack to be replaced.
302
302
  */
@@ -49,7 +49,7 @@ export declare class StackSet extends pulumi.CustomResource {
49
49
  */
50
50
  readonly managedExecution: pulumi.Output<outputs.cloudformation.ManagedExecutionProperties | undefined>;
51
51
  /**
52
- * The user-specified preferences for how AWS CloudFormation performs a stack set operation.
52
+ * The user-specified preferences for how CloudFormation performs a stack set operation.
53
53
  */
54
54
  readonly operationPreferences: pulumi.Output<outputs.cloudformation.StackSetOperationPreferences | undefined>;
55
55
  /**
@@ -126,7 +126,7 @@ export interface StackSetArgs {
126
126
  */
127
127
  managedExecution?: pulumi.Input<inputs.cloudformation.ManagedExecutionPropertiesArgs>;
128
128
  /**
129
- * The user-specified preferences for how AWS CloudFormation performs a stack set operation.
129
+ * The user-specified preferences for how CloudFormation performs a stack set operation.
130
130
  */
131
131
  operationPreferences?: pulumi.Input<inputs.cloudformation.StackSetOperationPreferencesArgs>;
132
132
  /**
@@ -36,6 +36,10 @@ export interface GetQueueResult {
36
36
  * The outbound caller ID name, number, and outbound whisper flow.
37
37
  */
38
38
  readonly outboundCallerConfig?: outputs.connect.QueueOutboundCallerConfig;
39
+ /**
40
+ * The outbound email address ID.
41
+ */
42
+ readonly outboundEmailConfig?: outputs.connect.QueueOutboundEmailConfig;
39
43
  /**
40
44
  * The Amazon Resource Name (ARN) for the queue.
41
45
  */
@@ -1 +1 @@
1
- {"version":3,"file":"getQueue.js","sourceRoot":"","sources":["../../connect/getQueue.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AAuDD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
1
+ {"version":3,"file":"getQueue.js","sourceRoot":"","sources":["../../connect/getQueue.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,QAAQ,CAAC,IAAkB,EAAE,IAA2B;IACpE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,6BAA6B,EAAE;QACxD,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,4BAKC;AA2DD;;GAEG;AACH,SAAgB,cAAc,CAAC,IAAwB,EAAE,IAAiC;IACtF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,6BAA6B,EAAE;QAC9D,UAAU,EAAE,IAAI,CAAC,QAAQ;KAC5B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,wCAKC"}
@@ -2,7 +2,7 @@ import * as pulumi from "@pulumi/pulumi";
2
2
  import * as outputs from "../types/output";
3
3
  import * as enums from "../types/enums";
4
4
  /**
5
- * Resource Type definition for AWS:Connect::Rule
5
+ * Creates a rule for the specified CON instance.
6
6
  */
7
7
  export declare function getRule(args: GetRuleArgs, opts?: pulumi.InvokeOptions): Promise<GetRuleResult>;
8
8
  export interface GetRuleArgs {
@@ -13,11 +13,11 @@ export interface GetRuleArgs {
13
13
  }
14
14
  export interface GetRuleResult {
15
15
  /**
16
- * The list of actions that will be executed when a rule is triggered.
16
+ * A list of actions to be run when the rule is triggered.
17
17
  */
18
18
  readonly actions?: outputs.connect.RuleActions;
19
19
  /**
20
- * The conditions of a rule.
20
+ * The conditions of the rule.
21
21
  */
22
22
  readonly function?: string;
23
23
  /**
@@ -25,7 +25,8 @@ export interface GetRuleResult {
25
25
  */
26
26
  readonly name?: string;
27
27
  /**
28
- * The publish status of a rule, either draft or published.
28
+ * The publish status of the rule.
29
+ * *Allowed values*: ``DRAFT`` | ``PUBLISHED``
29
30
  */
30
31
  readonly publishStatus?: enums.connect.RulePublishStatus;
31
32
  /**
@@ -33,12 +34,12 @@ export interface GetRuleResult {
33
34
  */
34
35
  readonly ruleArn?: string;
35
36
  /**
36
- * One or more tags.
37
+ * The tags used to organize, track, or control access for this resource. For example, { "tags": {"key1":"value1", "key2":"value2"} }.
37
38
  */
38
39
  readonly tags?: outputs.Tag[];
39
40
  }
40
41
  /**
41
- * Resource Type definition for AWS:Connect::Rule
42
+ * Creates a rule for the specified CON instance.
42
43
  */
43
44
  export declare function getRuleOutput(args: GetRuleOutputArgs, opts?: pulumi.InvokeOutputOptions): pulumi.Output<GetRuleResult>;
44
45
  export interface GetRuleOutputArgs {
@@ -6,7 +6,7 @@ exports.getRuleOutput = exports.getRule = void 0;
6
6
  const pulumi = require("@pulumi/pulumi");
7
7
  const utilities = require("../utilities");
8
8
  /**
9
- * Resource Type definition for AWS:Connect::Rule
9
+ * Creates a rule for the specified CON instance.
10
10
  */
11
11
  function getRule(args, opts) {
12
12
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -16,7 +16,7 @@ function getRule(args, opts) {
16
16
  }
17
17
  exports.getRule = getRule;
18
18
  /**
19
- * Resource Type definition for AWS:Connect::Rule
19
+ * Creates a rule for the specified CON instance.
20
20
  */
21
21
  function getRuleOutput(args, opts) {
22
22
  opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts || {});
@@ -1 +1 @@
1
- {"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../connect/getRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAmCD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}
1
+ {"version":3,"file":"getRule.js","sourceRoot":"","sources":["../../connect/getRule.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAEjF,yCAAyC;AAIzC,0CAA0C;AAE1C;;GAEG;AACH,SAAgB,OAAO,CAAC,IAAiB,EAAE,IAA2B;IAClE,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,MAAM,CAAC,4BAA4B,EAAE;QACvD,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,0BAKC;AAoCD;;GAEG;AACH,SAAgB,aAAa,CAAC,IAAuB,EAAE,IAAiC;IACpF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,IAAI,EAAE,CAAC,CAAC;IACzE,OAAO,MAAM,CAAC,OAAO,CAAC,YAAY,CAAC,4BAA4B,EAAE;QAC7D,SAAS,EAAE,IAAI,CAAC,OAAO;KAC1B,EAAE,IAAI,CAAC,CAAC;AACb,CAAC;AALD,sCAKC"}