@cdk8s/awscdk-resolver 0.0.271 → 0.0.273
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.
- package/.jsii +4 -4
- package/lib/resolve.js +1 -1
- package/node_modules/@aws-sdk/client-cloudformation/README.md +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-cjs/index.js +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/models/models_0.js +4 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-es/protocols/Aws_query.js +91 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormation.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/CloudFormationClient.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ActivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/BatchDescribeTypeConfigurationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CancelUpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ContinueUpdateRollbackCommand.d.ts +4 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateGeneratedTemplateCommand.d.ts +12 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackRefactorCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/CreateStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeactivateTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteGeneratedTemplateCommand.d.ts +7 -4
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeleteStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DeregisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeAccountLimitsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeChangeSetHooksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeGeneratedTemplateCommand.d.ts +1 -32
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeOrganizationsAccessCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribePublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeResourceScanCommand.d.ts +8 -97
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackDriftDetectionStatusCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackEventsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackInstanceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeStacksCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DescribeTypeRegistrationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackResourceDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/DetectStackSetDriftCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/EstimateTemplateCostCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteChangeSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ExecuteStackRefactorCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetGeneratedTemplateCommand.d.ts +47 -12
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/GetTemplateSummaryCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ImportStacksToStackSetCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListChangeSetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListExportsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListGeneratedTemplatesCommand.d.ts +1 -42
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListHookResultsCommand.d.ts +3 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListImportsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanRelatedResourcesCommand.d.ts +30 -30
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScanResourcesCommand.d.ts +28 -29
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListResourceScansCommand.d.ts +3 -28
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstanceResourceDriftsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorActionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackRefactorsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackResourcesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetAutoDeploymentTargetsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationResultsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetOperationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStackSetsCommand.d.ts +2 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListStacksCommand.d.ts +5 -3
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeRegistrationsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypeVersionsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ListTypesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/PublishTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RecordHandlerProgressCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterPublisherCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RegisterTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/RollbackStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetStackPolicyCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeConfigurationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SetTypeDefaultVersionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/SignalResourceCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StartResourceScanCommand.d.ts +12 -5
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/StopStackSetOperationCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateGeneratedTemplateCommand.d.ts +36 -38
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackInstancesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts +2 -1
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateTerminationProtectionCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/index.d.ts +10 -11
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_0.d.ts +141 -219
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/models/models_1.d.ts +165 -16
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/commands/ListStackSetsCommand.d.ts +1 -2
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_0.d.ts +11 -17
- package/node_modules/@aws-sdk/client-cloudformation/dist-types/ts3.4/models/models_1.d.ts +21 -1
- package/node_modules/@aws-sdk/client-cloudformation/package.json +2 -2
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/GetRoleCredentialsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountRolesCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/ListAccountsCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/dist-types/commands/LogoutCommand.d.ts +1 -0
- package/node_modules/@aws-sdk/client-sso/package.json +1 -1
- package/node_modules/@aws-sdk/credential-provider-ini/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-node/package.json +4 -4
- package/node_modules/@aws-sdk/credential-provider-sso/package.json +3 -3
- package/node_modules/@aws-sdk/credential-provider-web-identity/package.json +2 -2
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sso-oidc/commands/CreateTokenCommand.d.ts +46 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleCommand.d.ts +47 -0
- package/node_modules/@aws-sdk/nested-clients/dist-types/submodules/sts/commands/AssumeRoleWithWebIdentityCommand.d.ts +34 -0
- package/node_modules/@aws-sdk/nested-clients/package.json +1 -1
- package/node_modules/@aws-sdk/token-providers/package.json +2 -2
- package/package.json +5 -5
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/TestTypeCommand.d.ts
CHANGED
@@ -88,6 +88,7 @@ declare const TestTypeCommand_base: {
|
|
88
88
|
* @throws {@link CloudFormationServiceException}
|
89
89
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
90
90
|
*
|
91
|
+
*
|
91
92
|
* @public
|
92
93
|
*/
|
93
94
|
export declare class TestTypeCommand extends TestTypeCommand_base {
|
@@ -86,74 +86,72 @@ declare const UpdateGeneratedTemplateCommand_base: {
|
|
86
86
|
* @throws {@link CloudFormationServiceException}
|
87
87
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
88
88
|
*
|
89
|
-
*
|
90
|
-
* @example To
|
89
|
+
*
|
90
|
+
* @example To add resources to a generated template
|
91
91
|
* ```javascript
|
92
|
-
* // This example
|
92
|
+
* // This example adds resources to a generated template
|
93
93
|
* const input = {
|
94
|
-
*
|
95
|
-
*
|
94
|
+
* AddResources: [
|
95
|
+
* {
|
96
|
+
* ResourceIdentifier: {
|
97
|
+
* BucketName: "jazz-bucket"
|
98
|
+
* },
|
99
|
+
* ResourceType: "AWS::S3::Bucket"
|
100
|
+
* },
|
101
|
+
* {
|
102
|
+
* ResourceIdentifier: {
|
103
|
+
* DhcpOptionsId: "random-id123"
|
104
|
+
* },
|
105
|
+
* ResourceType: "AWS::EC2::DHCPOptions"
|
106
|
+
* }
|
107
|
+
* ],
|
108
|
+
* GeneratedTemplateName: "JazzyTemplate"
|
96
109
|
* };
|
97
110
|
* const command = new UpdateGeneratedTemplateCommand(input);
|
98
111
|
* const response = await client.send(command);
|
99
|
-
* /* response
|
112
|
+
* /* response is
|
100
113
|
* {
|
101
|
-
*
|
114
|
+
* GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
|
102
115
|
* }
|
103
116
|
* *\/
|
104
|
-
* // example id: to-update-a-generated-template-new-name
|
105
117
|
* ```
|
106
118
|
*
|
107
|
-
* @example To
|
119
|
+
* @example To update a generated template's name
|
108
120
|
* ```javascript
|
109
|
-
* // This example
|
121
|
+
* // This example updates a generated template with a new name.
|
110
122
|
* const input = {
|
111
|
-
*
|
112
|
-
* "
|
113
|
-
* "LogicalResourceId1",
|
114
|
-
* "LogicalResourceId2"
|
115
|
-
* ]
|
123
|
+
* GeneratedTemplateName: "JazzyTemplate",
|
124
|
+
* NewGeneratedTemplateName: "JazzierTemplate"
|
116
125
|
* };
|
117
126
|
* const command = new UpdateGeneratedTemplateCommand(input);
|
118
127
|
* const response = await client.send(command);
|
119
|
-
* /* response
|
128
|
+
* /* response is
|
120
129
|
* {
|
121
|
-
*
|
130
|
+
* GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
|
122
131
|
* }
|
123
132
|
* *\/
|
124
|
-
* // example id: to-update-a-generated-template-remove-resources
|
125
133
|
* ```
|
126
134
|
*
|
127
|
-
* @example To
|
135
|
+
* @example To remove resources from a generated template
|
128
136
|
* ```javascript
|
129
|
-
* // This example
|
137
|
+
* // This example removes resources from a generated template
|
130
138
|
* const input = {
|
131
|
-
* "
|
132
|
-
*
|
133
|
-
*
|
134
|
-
*
|
135
|
-
*
|
136
|
-
* "ResourceType": "AWS::S3::Bucket"
|
137
|
-
* },
|
138
|
-
* {
|
139
|
-
* "ResourceIdentifier": {
|
140
|
-
* "DhcpOptionsId": "random-id123"
|
141
|
-
* },
|
142
|
-
* "ResourceType": "AWS::EC2::DHCPOptions"
|
143
|
-
* }
|
144
|
-
* ],
|
145
|
-
* "GeneratedTemplateName": "JazzyTemplate"
|
139
|
+
* GeneratedTemplateName: "JazzyTemplate",
|
140
|
+
* RemoveResources: [
|
141
|
+
* "LogicalResourceId1",
|
142
|
+
* "LogicalResourceId2"
|
143
|
+
* ]
|
146
144
|
* };
|
147
145
|
* const command = new UpdateGeneratedTemplateCommand(input);
|
148
146
|
* const response = await client.send(command);
|
149
|
-
* /* response
|
147
|
+
* /* response is
|
150
148
|
* {
|
151
|
-
*
|
149
|
+
* GeneratedTemplateId: "arn:aws:cloudformation:us-east-1:123456789012:generatedtemplate/88f09db1-d211-4cb7-964b-434e2b8469ca"
|
152
150
|
* }
|
153
151
|
* *\/
|
154
|
-
* // example id: to-update-a-generated-template-add-resources
|
155
152
|
* ```
|
156
153
|
*
|
154
|
+
* @public
|
157
155
|
*/
|
158
156
|
export declare class UpdateGeneratedTemplateCommand extends UpdateGeneratedTemplateCommand_base {
|
159
157
|
/** @internal type navigation helper, not in runtime. */
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackCommand.d.ts
CHANGED
@@ -109,6 +109,7 @@ declare const UpdateStackCommand_base: {
|
|
109
109
|
* @throws {@link CloudFormationServiceException}
|
110
110
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
111
111
|
*
|
112
|
+
*
|
112
113
|
* @public
|
113
114
|
*/
|
114
115
|
export declare class UpdateStackCommand extends UpdateStackCommand_base {
|
@@ -123,6 +123,7 @@ declare const UpdateStackInstancesCommand_base: {
|
|
123
123
|
* @throws {@link CloudFormationServiceException}
|
124
124
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
125
125
|
*
|
126
|
+
*
|
126
127
|
* @public
|
127
128
|
*/
|
128
129
|
export declare class UpdateStackInstancesCommand extends UpdateStackInstancesCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/UpdateStackSetCommand.d.ts
CHANGED
@@ -27,7 +27,7 @@ declare const UpdateStackSetCommand_base: {
|
|
27
27
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
28
28
|
};
|
29
29
|
/**
|
30
|
-
* <p>Updates the stack set
|
30
|
+
* <p>Updates the stack set and associated stack instances in the specified accounts and
|
31
31
|
* Amazon Web Services Regions.</p>
|
32
32
|
* <p>Even if the stack set operation created by updating the stack set fails (completely or
|
33
33
|
* partially, below or above a specified failure tolerance), the stack set is updated with your
|
@@ -138,6 +138,7 @@ declare const UpdateStackSetCommand_base: {
|
|
138
138
|
* @throws {@link CloudFormationServiceException}
|
139
139
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
140
140
|
*
|
141
|
+
*
|
141
142
|
* @public
|
142
143
|
*/
|
143
144
|
export declare class UpdateStackSetCommand extends UpdateStackSetCommand_base {
|
@@ -61,6 +61,7 @@ declare const UpdateTerminationProtectionCommand_base: {
|
|
61
61
|
* @throws {@link CloudFormationServiceException}
|
62
62
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
63
63
|
*
|
64
|
+
*
|
64
65
|
* @public
|
65
66
|
*/
|
66
67
|
export declare class UpdateTerminationProtectionCommand extends UpdateTerminationProtectionCommand_base {
|
package/node_modules/@aws-sdk/client-cloudformation/dist-types/commands/ValidateTemplateCommand.d.ts
CHANGED
@@ -72,6 +72,7 @@ declare const ValidateTemplateCommand_base: {
|
|
72
72
|
* @throws {@link CloudFormationServiceException}
|
73
73
|
* <p>Base exception class for all service exceptions from CloudFormation service.</p>
|
74
74
|
*
|
75
|
+
*
|
75
76
|
* @public
|
76
77
|
*/
|
77
78
|
export declare class ValidateTemplateCommand extends ValidateTemplateCommand_base {
|
@@ -1,17 +1,16 @@
|
|
1
1
|
/**
|
2
2
|
* <fullname>CloudFormation</fullname>
|
3
3
|
* <p>CloudFormation allows you to create and manage Amazon Web Services infrastructure deployments predictably and
|
4
|
-
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
5
|
-
* Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly
|
6
|
-
*
|
7
|
-
*
|
8
|
-
*
|
9
|
-
*
|
10
|
-
*
|
11
|
-
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation
|
12
|
-
*
|
13
|
-
*
|
14
|
-
* specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
4
|
+
* repeatedly. You can use CloudFormation to leverage Amazon Web Services products, such as Amazon Elastic Compute Cloud, Amazon Elastic Block Store,
|
5
|
+
* Amazon Simple Notification Service, Elastic Load Balancing, and Amazon EC2 Auto Scaling to build highly reliable, highly scalable, cost-effective
|
6
|
+
* applications without creating or configuring the underlying Amazon Web Services infrastructure.</p>
|
7
|
+
* <p>With CloudFormation, you declare all your resources and dependencies in a template file. The
|
8
|
+
* template defines a collection of resources as a single unit called a stack. CloudFormation creates
|
9
|
+
* and deletes all member resources of the stack together and manages all dependencies between the
|
10
|
+
* resources for you.</p>
|
11
|
+
* <p>For more information about CloudFormation, see the <a href="http://aws.amazon.com/cloudformation/">CloudFormation product page</a>.</p>
|
12
|
+
* <p>CloudFormation makes use of other Amazon Web Services products. If you need additional technical information
|
13
|
+
* about a specific Amazon Web Services product, you can find the product's technical documentation at <a href="https://docs.aws.amazon.com/">docs.aws.amazon.com</a>.</p>
|
15
14
|
*
|
16
15
|
* @packageDocumentation
|
17
16
|
*/
|