Class CloudFormationDeployStackSetActionProps.Jsii$Proxy
- All Implemented Interfaces:
CloudFormationDeployStackSetActionProps,CommonCloudFormationStackSetOptions,CommonActionProps,CommonAwsActionProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CloudFormationDeployStackSetActionProps
CloudFormationDeployStackSetActionProps-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codepipeline.actions.CloudFormationDeployStackSetActionProps
CloudFormationDeployStackSetActionProps.Builder, CloudFormationDeployStackSetActionProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCloudFormationDeployStackSetActionProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe physical, human-readable name of the Action.final List<CfnCapabilities> Indicates that the template can create and update resources, depending on the types of resources in the template.final StackSetDeploymentModelDetermines how IAM roles are created and managed.final StringA description of the stack set.final NumberThe percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.final NumberThe maximum percentage of accounts in which to perform this operation at one time.final StackSetParametersThe template parameters for your stack set.final IRolegetRole()The Role in which context's this Action will be executing in.final NumberThe runOrder property for this Action.final StackInstancesSpecify where to create or update Stack Instances.final StringThe name to associate with the stack set.final StringThe AWS Region the StackSet is in.final StackSetTemplateThe location of the template that defines the resources in the stack set.final StringThe name of the namespace to use for variables emitted by this action.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCloudFormationDeployStackSetActionProps.Builder.
-
-
Method Details
-
getStackSetName
Description copied from interface:CloudFormationDeployStackSetActionPropsThe name to associate with the stack set.This name must be unique in the Region where it is created.
The name may only contain alphanumeric and hyphen characters. It must begin with an alphabetic character and be 128 characters or fewer.
- Specified by:
getStackSetNamein interfaceCloudFormationDeployStackSetActionProps
-
getTemplate
Description copied from interface:CloudFormationDeployStackSetActionPropsThe location of the template that defines the resources in the stack set.This must point to a template with a maximum size of 460,800 bytes.
Enter the path to the source artifact name and template file.
- Specified by:
getTemplatein interfaceCloudFormationDeployStackSetActionProps
-
getCfnCapabilities
Description copied from interface:CloudFormationDeployStackSetActionPropsIndicates that the template can create and update resources, depending on the types of resources in the template.You must use this property if you have IAM resources in your stack template or you create a stack directly from a template containing macros.
Default: - the StackSet will have no IAM capabilities
- Specified by:
getCfnCapabilitiesin interfaceCloudFormationDeployStackSetActionProps
-
getDeploymentModel
Description copied from interface:CloudFormationDeployStackSetActionPropsDetermines how IAM roles are created and managed.The choices are:
- Self Managed: you create IAM roles with the required permissions in the administration account and all target accounts.
- Service Managed: only available if the account and target accounts are part of an AWS Organization. The necessary roles will be created for you.
If you want to deploy to all accounts that are a member of AWS Organizations Organizational Units (OUs), you must select Service Managed permissions.
Note: This parameter can only be changed when no stack instances exist in the stack set.
Default: StackSetDeploymentModel.selfManaged()
- Specified by:
getDeploymentModelin interfaceCloudFormationDeployStackSetActionProps
-
getDescription
Description copied from interface:CloudFormationDeployStackSetActionPropsA description of the stack set.You can use this to describe the stack set’s purpose or other relevant information.
Default: - no description
- Specified by:
getDescriptionin interfaceCloudFormationDeployStackSetActionProps
-
getParameters
Description copied from interface:CloudFormationDeployStackSetActionPropsThe template parameters for your stack set.These parameters are shared between all instances of the stack set.
Default: - no parameters will be used
- Specified by:
getParametersin interfaceCloudFormationDeployStackSetActionProps
-
getStackInstances
Description copied from interface:CloudFormationDeployStackSetActionPropsSpecify where to create or update Stack Instances.You can specify either AWS Accounts Ids or AWS Organizations Organizational Units.
Default: - don't create or update any Stack Instances
- Specified by:
getStackInstancesin interfaceCloudFormationDeployStackSetActionProps
-
getRole
Description copied from interface:CommonAwsActionPropsThe Role in which context's this Action will be executing in.The Pipeline's Role will assume this Role (the required permissions for that will be granted automatically) right before executing this Action. This Action will be passed into your
IAction.bindmethod in theActionBindOptions.roleproperty.Default: a new Role will be generated
- Specified by:
getRolein interfaceCommonAwsActionProps
-
getActionName
Description copied from interface:CommonActionPropsThe physical, human-readable name of the Action.Note that Action names must be unique within a single Stage.
- Specified by:
getActionNamein interfaceCommonActionProps
-
getRunOrder
Description copied from interface:CommonActionPropsThe runOrder property for this Action.RunOrder determines the relative order in which multiple Actions in the same Stage execute.
Default: 1
- Specified by:
getRunOrderin interfaceCommonActionProps- See Also:
-
getVariablesNamespace
Description copied from interface:CommonActionPropsThe name of the namespace to use for variables emitted by this action.Default: - a name will be generated, based on the stage and action names, if any of the action's variables were referenced - otherwise, no namespace will be set
- Specified by:
getVariablesNamespacein interfaceCommonActionProps
-
getFailureTolerancePercentage
Description copied from interface:CommonCloudFormationStackSetOptionsThe percentage of accounts per Region for which this stack operation can fail before AWS CloudFormation stops the operation in that Region.If the operation is stopped in a Region, AWS CloudFormation doesn't attempt the operation in subsequent Regions. When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number.
Default: 0%
- Specified by:
getFailureTolerancePercentagein interfaceCommonCloudFormationStackSetOptions
-
getMaxAccountConcurrencyPercentage
Description copied from interface:CommonCloudFormationStackSetOptionsThe maximum percentage of accounts in which to perform this operation at one time.When calculating the number of accounts based on the specified percentage, AWS CloudFormation rounds down to the next whole number. If rounding down would result in zero, AWS CloudFormation sets the number as one instead. Although you use this setting to specify the maximum, for large deployments the actual number of accounts acted upon concurrently may be lower due to service throttling.
Default: 1%
- Specified by:
getMaxAccountConcurrencyPercentagein interfaceCommonCloudFormationStackSetOptions
-
getStackSetRegion
Description copied from interface:CommonCloudFormationStackSetOptionsThe AWS Region the StackSet is in.Note that a cross-region Pipeline requires replication buckets to function correctly. You can provide their names with the
PipelineProps.crossRegionReplicationBucketsproperty. If you don't, the CodePipeline Construct will create new Stacks in your CDK app containing those buckets, that you will need tocdk deploybefore deploying the main, Pipeline-containing Stack.Default: - same region as the Pipeline
- Specified by:
getStackSetRegionin interfaceCommonCloudFormationStackSetOptions
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-