Class CfnDeploymentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnDeploymentProps.Jsii$Proxy
- All Implemented Interfaces:
- CfnDeploymentProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnDeploymentProps
@Stability(Stable)
@Internal
public static final class CfnDeploymentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentProps
An implementation for 
CfnDeploymentProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.CfnDeploymentPropsCfnDeploymentProps.Builder, CfnDeploymentProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal StringThe application ID.final StringThe configuration profile ID.final StringThe configuration version to deploy.final StringThe deployment strategy ID.final StringA description of the deployment.final StringThe environment ID.final StringThe AWS KMS key identifier (key ID, key alias, or key ARN).final List<CfnDeployment.TagsProperty>getTags()Metadata to assign to the deployment.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected 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$ProxyConstructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder.
 
- 
- 
Method Details- 
getApplicationIdDescription copied from interface:CfnDeploymentPropsThe application ID.- Specified by:
- getApplicationIdin interface- CfnDeploymentProps
 
- 
getConfigurationProfileIdDescription copied from interface:CfnDeploymentPropsThe configuration profile ID.- Specified by:
- getConfigurationProfileIdin interface- CfnDeploymentProps
 
- 
getConfigurationVersionDescription copied from interface:CfnDeploymentPropsThe configuration version to deploy.If deploying an AWS AppConfig hosted configuration version, you can specify either the version number or version label. For all other configurations, you must specify the version number. - Specified by:
- getConfigurationVersionin interface- CfnDeploymentProps
 
- 
getDeploymentStrategyIdDescription copied from interface:CfnDeploymentPropsThe deployment strategy ID.- Specified by:
- getDeploymentStrategyIdin interface- CfnDeploymentProps
 
- 
getEnvironmentIdDescription copied from interface:CfnDeploymentPropsThe environment ID.- Specified by:
- getEnvironmentIdin interface- CfnDeploymentProps
 
- 
getDescriptionDescription copied from interface:CfnDeploymentPropsA description of the deployment.- Specified by:
- getDescriptionin interface- CfnDeploymentProps
 
- 
getKmsKeyIdentifierDescription copied from interface:CfnDeploymentPropsThe AWS KMS key identifier (key ID, key alias, or key ARN).AWS AppConfig uses this ID to encrypt the configuration data using a customer managed key. - Specified by:
- getKmsKeyIdentifierin interface- CfnDeploymentProps
 
- 
getTagsDescription copied from interface:CfnDeploymentPropsMetadata to assign to the deployment.Tags help organize and categorize your AWS AppConfig resources. Each tag consists of a key and an optional value, both of which you define. - Specified by:
- getTagsin interface- CfnDeploymentProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-