@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.928Z") @Stability(value=Stable) public class CfnDeployment extends CfnResource implements IInspectable
| Modifier and Type | Class and Description |
|---|---|
static class |
CfnDeployment.Builder
A fluent builder for
CfnDeployment. |
static interface |
CfnDeployment.TagsProperty |
software.amazon.jsii.JsiiObject.InitializationModeIInspectable.Jsii$Default, IInspectable.Jsii$Proxy| Modifier and Type | Field and Description |
|---|---|
static String |
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
|
| Modifier | Constructor and Description |
|---|---|
|
CfnDeployment(software.constructs.Construct scope,
String id,
CfnDeploymentProps props)
Create a new `AWS::AppConfig::Deployment`.
|
protected |
CfnDeployment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
CfnDeployment(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
String |
getApplicationId()
`AWS::AppConfig::Deployment.ApplicationId`.
|
protected Map<String,Object> |
getCfnProperties() |
String |
getConfigurationProfileId()
`AWS::AppConfig::Deployment.ConfigurationProfileId`.
|
String |
getConfigurationVersion()
`AWS::AppConfig::Deployment.ConfigurationVersion`.
|
String |
getDeploymentStrategyId()
`AWS::AppConfig::Deployment.DeploymentStrategyId`.
|
String |
getDescription()
`AWS::AppConfig::Deployment.Description`.
|
String |
getEnvironmentId()
`AWS::AppConfig::Deployment.EnvironmentId`.
|
List<CfnDeployment.TagsProperty> |
getTags()
`AWS::AppConfig::Deployment.Tags`.
|
void |
inspect(TreeInspector inspector)
Examines the CloudFormation resource and discloses attributes.
|
protected Map<String,Object> |
renderProperties(Map<String,Object> props) |
void |
setApplicationId(String value)
`AWS::AppConfig::Deployment.ApplicationId`.
|
void |
setConfigurationProfileId(String value)
`AWS::AppConfig::Deployment.ConfigurationProfileId`.
|
void |
setConfigurationVersion(String value)
`AWS::AppConfig::Deployment.ConfigurationVersion`.
|
void |
setDeploymentStrategyId(String value)
`AWS::AppConfig::Deployment.DeploymentStrategyId`.
|
void |
setDescription(String value)
`AWS::AppConfig::Deployment.Description`.
|
void |
setEnvironmentId(String value)
`AWS::AppConfig::Deployment.EnvironmentId`.
|
void |
setTags(List<CfnDeployment.TagsProperty> value)
`AWS::AppConfig::Deployment.Tags`.
|
addDeletionOverride, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, isCfnResource, shouldSynthesize, toString, validatePropertiesgetRefgetCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet@Stability(value=Stable) public static final String CFN_RESOURCE_TYPE_NAME
protected CfnDeployment(software.amazon.jsii.JsiiObjectRef objRef)
protected CfnDeployment(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public CfnDeployment(@NotNull
software.constructs.Construct scope,
@NotNull
String id,
@NotNull
CfnDeploymentProps props)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.props - - resource properties. This parameter is required.@Stability(value=Stable)
public void inspect(@NotNull
TreeInspector inspector)
inspect in interface IInspectableinspector - - tree inspector to collect and process attributes. This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String,Object> props)
renderProperties in class CfnResourceprops - This parameter is required.@Stability(value=Stable) @NotNull protected Map<String,Object> getCfnProperties()
getCfnProperties in class CfnResource@Stability(value=Stable) @NotNull public String getApplicationId()
@Stability(value=Stable)
public void setApplicationId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getConfigurationProfileId()
@Stability(value=Stable)
public void setConfigurationProfileId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getConfigurationVersion()
@Stability(value=Stable)
public void setConfigurationVersion(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getDeploymentStrategyId()
@Stability(value=Stable)
public void setDeploymentStrategyId(@NotNull
String value)
@Stability(value=Stable) @NotNull public String getEnvironmentId()
@Stability(value=Stable)
public void setEnvironmentId(@NotNull
String value)
@Stability(value=Stable) @Nullable public String getDescription()
@Stability(value=Stable)
public void setDescription(@Nullable
String value)
@Stability(value=Stable) @Nullable public List<CfnDeployment.TagsProperty> getTags()
@Stability(value=Stable)
public void setTags(@Nullable
List<CfnDeployment.TagsProperty> value)
Copyright © 2021. All rights reserved.