Java com.amazonaws.services.cloudformation.model CreateStackRequest fields, constructors, methods, implement or subclass

Example usage for Java com.amazonaws.services.cloudformation.model CreateStackRequest fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for com.amazonaws.services.cloudformation.model CreateStackRequest.

The text is from its open source code.

Constructor

Method

java.util.ListgetCapabilities()

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.

java.util.ListgetParameters()

A list of Parameter structures that specify input parameters for the stack.

StringgetStackName()

The name that is associated with the stack.

java.util.ListgetTags()

Key-value pairs to associate with this stack.

voidsetCapabilities(java.util.Collection capabilities)

In some cases, you must explicitly acknowledge that your stack template contains certain capabilities in order for AWS CloudFormation to create the stack.

voidsetDisableRollback(Boolean disableRollback)

Set to true to disable rollback of the stack if stack creation failed.

voidsetNotificationARNs(java.util.Collection notificationARNs)

The Simple Notification Service (SNS) topic ARNs to publish stack related events.

voidsetOnFailure(String onFailure)

Determines what action will be taken if stack creation fails.

voidsetOnFailure(OnFailure onFailure)

Determines what action will be taken if stack creation fails.

voidsetParameters(java.util.Collection parameters)

A list of Parameter structures that specify input parameters for the stack.

voidsetStackName(String stackName)

The name that is associated with the stack.

voidsetStackPolicyBody(String stackPolicyBody)

Structure containing the stack policy body.

voidsetStackPolicyURL(String stackPolicyURL)

Location of a file containing the stack policy.

voidsetTags(java.util.Collection tags)

Key-value pairs to associate with this stack.

voidsetTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

voidsetTemplateURL(String templateURL)

Location of file containing the template body.

voidsetTimeoutInMinutes(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.

CreateStackRequestwithDisableRollback(Boolean disableRollback)

Set to true to disable rollback of the stack if stack creation failed.

CreateStackRequestwithNotificationARNs(String... notificationARNs)

The Simple Notification Service (SNS) topic ARNs to publish stack related events.

CreateStackRequestwithNotificationARNs(java.util.Collection notificationARNs)

The Simple Notification Service (SNS) topic ARNs to publish stack related events.

CreateStackRequestwithParameters(Parameter... parameters)

A list of Parameter structures that specify input parameters for the stack.

CreateStackRequestwithParameters(java.util.Collection parameters)

A list of Parameter structures that specify input parameters for the stack.

CreateStackRequestwithResourceTypes(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.

CreateStackRequestwithResourceTypes(java.util.Collection 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.

CreateStackRequestwithStackName(String stackName)

The name that is associated with the stack.

CreateStackRequestwithTags(Tag... tags)

Key-value pairs to associate with this stack.

CreateStackRequestwithTags(java.util.Collection tags)

Key-value pairs to associate with this stack.

CreateStackRequestwithTemplateBody(String templateBody)

Structure containing the template body with a minimum length of 1 byte and a maximum length of 51,200 bytes.

CreateStackRequestwithTemplateURL(String templateURL)

Location of file containing the template body.

CreateStackRequestwithTimeoutInMinutes(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.