public static class CloudFormationDeploymentActionCommonProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CloudFormationDeploymentActionCommonProps
software.amazon.jsii.JsiiObject.InitializationModeCloudFormationDeploymentActionCommonProps.Builder, CloudFormationDeploymentActionCommonProps.Jsii$Pojo, CloudFormationDeploymentActionCommonProps.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode) |
| Modifier and Type | Method and Description |
|---|---|
List<CloudFormationCapabilities> |
getCapabilities()
Acknowledge certain changes made as part of deployment
For stacks that contain certain resources, explicit acknowledgement that AWS CloudFormation
might create or update those resources.
|
Boolean |
getFullPermissions()
Whether to grant full permissions to CloudFormation while deploying this template.
|
String |
getOutputArtifactName()
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
String |
getOutputFileName()
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
Map<String,Object> |
getParameterOverrides()
Additional template parameters.
|
software.amazon.awscdk.services.iam.Role |
getRole()
IAM role to assume when deploying changes.
|
String |
getStackName()
The name of the stack to apply this action to
|
software.amazon.awscdk.services.codepipeline.ArtifactPath |
getTemplateConfiguration()
Input artifact to use for template parameters values and stack policy.
|
void |
setCapabilities(List<CloudFormationCapabilities> value)
Acknowledge certain changes made as part of deployment
For stacks that contain certain resources, explicit acknowledgement that AWS CloudFormation
might create or update those resources.
|
void |
setFullPermissions(Boolean value)
Whether to grant full permissions to CloudFormation while deploying this template.
|
void |
setOutputArtifactName(String value)
The name of the output artifact to generate
Only applied if `outputFileName` is set as well.
|
void |
setOutputFileName(String value)
A name for the filename in the output artifact to store the AWS CloudFormation call's result.
|
void |
setParameterOverrides(Map<String,Object> value)
Additional template parameters.
|
void |
setRole(software.amazon.awscdk.services.iam.Role value)
IAM role to assume when deploying changes.
|
void |
setStackName(String value)
The name of the stack to apply this action to
|
void |
setTemplateConfiguration(software.amazon.awscdk.services.codepipeline.ArtifactPath value)
Input artifact to use for template parameters values and stack policy.
|
jsiiAsyncCall, jsiiCall, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticGet, jsiiStaticSetclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObject.InitializationMode mode)
@Nullable public software.amazon.awscdk.services.iam.Role getRole()
getRole in interface CloudFormationDeploymentActionCommonPropspublic void setRole(@Nullable software.amazon.awscdk.services.iam.Role value)
setRole in interface CloudFormationDeploymentActionCommonProps@Nullable public List<CloudFormationCapabilities> getCapabilities()
getCapabilities in interface CloudFormationDeploymentActionCommonPropspublic void setCapabilities(@Nullable List<CloudFormationCapabilities> value)
setCapabilities in interface CloudFormationDeploymentActionCommonProps@Nullable public Boolean getFullPermissions()
getFullPermissions in interface CloudFormationDeploymentActionCommonPropspublic void setFullPermissions(@Nullable Boolean value)
setFullPermissions in interface CloudFormationDeploymentActionCommonProps@Nullable public software.amazon.awscdk.services.codepipeline.ArtifactPath getTemplateConfiguration()
getTemplateConfiguration in interface CloudFormationDeploymentActionCommonPropspublic void setTemplateConfiguration(@Nullable software.amazon.awscdk.services.codepipeline.ArtifactPath value)
setTemplateConfiguration in interface CloudFormationDeploymentActionCommonProps@Nullable public Map<String,Object> getParameterOverrides()
getParameterOverrides in interface CloudFormationDeploymentActionCommonPropspublic void setParameterOverrides(@Nullable Map<String,Object> value)
setParameterOverrides in interface CloudFormationDeploymentActionCommonPropspublic String getStackName()
getStackName in interface CloudFormationCommonPropspublic void setStackName(String value)
setStackName in interface CloudFormationCommonProps@Nullable public String getOutputFileName()
getOutputFileName in interface CloudFormationCommonPropspublic void setOutputFileName(@Nullable String value)
setOutputFileName in interface CloudFormationCommonProps@Nullable public String getOutputArtifactName()
getOutputArtifactName in interface CloudFormationCommonPropspublic void setOutputArtifactName(@Nullable String value)
setOutputArtifactName in interface CloudFormationCommonPropsCopyright © 2018. All rights reserved.