CreateStackRequest |
CreateStackRequest.clone() |
|
CreateStackRequest |
CreateStackRequest.withCapabilities(Capability... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can create certain stacks.
|
CreateStackRequest |
CreateStackRequest.withCapabilities(String... capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can create certain stacks.
|
CreateStackRequest |
CreateStackRequest.withCapabilities(Collection<String> capabilities) |
A list of capabilities that you must specify before AWS CloudFormation
can create certain stacks.
|
CreateStackRequest |
CreateStackRequest.withDisableRollback(Boolean disableRollback) |
Set to true to disable rollback of the stack if stack
creation failed.
|
CreateStackRequest |
CreateStackRequest.withNotificationARNs(String... notificationARNs) |
The Simple Notification Service (SNS) topic ARNs to publish stack related
events.
|
CreateStackRequest |
CreateStackRequest.withNotificationARNs(Collection<String> notificationARNs) |
The Simple Notification Service (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(Parameter... parameters) |
A list of Parameter structures that specify input parameters
for the stack.
|
CreateStackRequest |
CreateStackRequest.withParameters(Collection<Parameter> parameters) |
A list of Parameter structures that specify input parameters
for the stack.
|
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.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.withStackName(String stackName) |
The name that is 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(Tag... tags) |
Key-value pairs to associate with this stack.
|
CreateStackRequest |
CreateStackRequest.withTags(Collection<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.
|