@Stability(value=Stable) public static final class StackDeploymentProps.Builder extends Object implements software.amazon.jsii.Builder<StackDeploymentProps>
StackDeploymentProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public StackDeploymentProps.Builder absoluteTemplatePath(String absoluteTemplatePath)
StackDeploymentProps.getAbsoluteTemplatePath()absoluteTemplatePath - Template path on disk to cloud assembly (cdk.out). This parameter is required.this@Stability(value=Stable) public StackDeploymentProps.Builder constructPath(String constructPath)
StackDeploymentProps.getConstructPath()constructPath - Construct path for this stack. This parameter is required.this@Stability(value=Stable) public StackDeploymentProps.Builder stackArtifactId(String stackArtifactId)
StackDeploymentProps.getStackArtifactId()stackArtifactId - Artifact ID for this stack. This parameter is required.this@Stability(value=Stable) public StackDeploymentProps.Builder stackName(String stackName)
StackDeploymentProps.getStackName()stackName - Name for this stack. This parameter is required.this@Stability(value=Stable) public StackDeploymentProps.Builder account(String account)
StackDeploymentProps.getAccount()account - Account where the stack should be deployed.this@Stability(value=Stable) public StackDeploymentProps.Builder assets(List<? extends StackAsset> assets)
StackDeploymentProps.getAssets()assets - Assets referenced by this stack.this@Stability(value=Stable) public StackDeploymentProps.Builder assumeRoleArn(String assumeRoleArn)
StackDeploymentProps.getAssumeRoleArn()assumeRoleArn - Role to assume before deploying this stack.this@Stability(value=Stable) public StackDeploymentProps.Builder executionRoleArn(String executionRoleArn)
StackDeploymentProps.getExecutionRoleArn()executionRoleArn - Execution role to pass to CloudFormation.this@Stability(value=Stable) public StackDeploymentProps.Builder region(String region)
StackDeploymentProps.getRegion()region - Region where the stack should be deployed.this@Stability(value=Stable) public StackDeploymentProps.Builder tags(Map<String,String> tags)
StackDeploymentProps.getTags()tags - Tags to apply to the stack.this@Stability(value=Stable) public StackDeploymentProps.Builder templateS3Uri(String templateS3Uri)
StackDeploymentProps.getTemplateS3Uri()templateS3Uri - The S3 URL which points to the template asset location in the publishing bucket.this@Stability(value=Stable) public StackDeploymentProps build()
build in interface software.amazon.jsii.Builder<StackDeploymentProps>StackDeploymentPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.