Package | Description |
---|---|
com.amazonaws.services.cloudformation |
|
com.amazonaws.services.cloudformation.model |
Modifier and Type | Method and Description |
---|---|
CreateStackResult |
AmazonCloudFormationClient.createStack(CreateStackRequest request)
Creates a stack as specified in the template.
|
CreateStackResult |
AmazonCloudFormation.createStack(CreateStackRequest createStackRequest)
Creates a stack as specified in the template.
|
CreateStackResult |
AbstractAmazonCloudFormation.createStack(CreateStackRequest request) |
Future<CreateStackResult> |
AbstractAmazonCloudFormationAsync.createStackAsync(CreateStackRequest request) |
Future<CreateStackResult> |
AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest)
Creates a stack as specified in the template.
|
Future<CreateStackResult> |
AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest request) |
Future<CreateStackResult> |
AbstractAmazonCloudFormationAsync.createStackAsync(CreateStackRequest request,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) |
Future<CreateStackResult> |
AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a stack as specified in the template.
|
Future<CreateStackResult> |
AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest request,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
Future<CreateStackResult> |
AbstractAmazonCloudFormationAsync.createStackAsync(CreateStackRequest request,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) |
Future<CreateStackResult> |
AmazonCloudFormationAsync.createStackAsync(CreateStackRequest createStackRequest,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler)
Creates a stack as specified in the template.
|
Future<CreateStackResult> |
AmazonCloudFormationAsyncClient.createStackAsync(CreateStackRequest request,
AsyncHandler<CreateStackRequest,CreateStackResult> asyncHandler) |
Modifier and Type | Method and Description |
---|---|
CreateStackRequest |
CreateStackRequest.clone() |
CreateStackRequest |
CreateStackRequest.withCapabilities(Capability... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for CloudFormation to create the stack.
|
CreateStackRequest |
CreateStackRequest.withCapabilities(Collection<String> capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for CloudFormation to create the stack.
|
CreateStackRequest |
CreateStackRequest.withCapabilities(String... capabilities)
In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order
for CloudFormation to create the stack.
|
CreateStackRequest |
CreateStackRequest.withClientRequestToken(String clientRequestToken)
A unique identifier for this
CreateStack request. |
CreateStackRequest |
CreateStackRequest.withDisableRollback(Boolean disableRollback)
Set to
true to disable rollback of the stack if stack creation failed. |
CreateStackRequest |
CreateStackRequest.withEnableTerminationProtection(Boolean enableTerminationProtection)
Whether to enable termination protection on the specified stack.
|
CreateStackRequest |
CreateStackRequest.withNotificationARNs(Collection<String> notificationARNs)
The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
|
CreateStackRequest |
CreateStackRequest.withNotificationARNs(String... notificationARNs)
The Amazon Simple Notification Service (Amazon SNS) topic ARNs to publish stack related events.
|
CreateStackRequest |
CreateStackRequest.withOnFailure(OnFailure onFailure)
Determines what action will be taken if stack creation fails.
|
CreateStackRequest |
CreateStackRequest.withOnFailure(String onFailure)
Determines what action will be taken if stack creation fails.
|
CreateStackRequest |
CreateStackRequest.withParameters(Collection<Parameter> parameters)
A list of
Parameter structures that specify input parameters for the stack. |
CreateStackRequest |
CreateStackRequest.withParameters(Parameter... parameters)
A list of
Parameter structures that specify input parameters for the stack. |
CreateStackRequest |
CreateStackRequest.withResourceTypes(Collection<String> resourceTypes)
The template resource types that you have permissions to work with for this create stack action, such as
AWS::EC2::Instance , AWS::EC2::* , or Custom::MyCustomInstance . |
CreateStackRequest |
CreateStackRequest.withResourceTypes(String... resourceTypes)
The template resource types that you have permissions to work with for this create stack action, such as
AWS::EC2::Instance , AWS::EC2::* , or Custom::MyCustomInstance . |
CreateStackRequest |
CreateStackRequest.withRetainExceptOnCreate(Boolean retainExceptOnCreate)
This deletion policy deletes newly created resources, but retains existing resources, when a stack operation is
rolled back.
|
CreateStackRequest |
CreateStackRequest.withRoleARN(String roleARN)
The Amazon Resource Name (ARN) of an Identity and Access Management (IAM) role that CloudFormation assumes to
create the stack.
|
CreateStackRequest |
CreateStackRequest.withRollbackConfiguration(RollbackConfiguration rollbackConfiguration)
The rollback triggers for CloudFormation to monitor during stack creation and updating operations, and for the
specified monitoring period afterwards.
|
CreateStackRequest |
CreateStackRequest.withStackName(String stackName)
The name that's associated with the stack.
|
CreateStackRequest |
CreateStackRequest.withStackPolicyBody(String stackPolicyBody)
Structure containing the stack policy body.
|
CreateStackRequest |
CreateStackRequest.withStackPolicyURL(String stackPolicyURL)
Location of a file containing the stack policy.
|
CreateStackRequest |
CreateStackRequest.withTags(Collection<Tag> tags)
Key-value pairs to associate with this stack.
|
CreateStackRequest |
CreateStackRequest.withTags(Tag... tags)
Key-value pairs to associate with this stack.
|
CreateStackRequest |
CreateStackRequest.withTemplateBody(String templateBody)
Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.
|
CreateStackRequest |
CreateStackRequest.withTemplateURL(String templateURL)
Location of file containing the template body.
|
CreateStackRequest |
CreateStackRequest.withTimeoutInMinutes(Integer timeoutInMinutes)
The amount of time that can pass before the stack status becomes CREATE_FAILED; if
DisableRollback
is not set or is set to false , the stack will be rolled back. |
Copyright © 2023. All rights reserved.