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 Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.appconfig.CfnDeploymentProps
CfnDeploymentProps.Builder, CfnDeploymentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The application ID.final String
The configuration profile ID.final String
The configuration version to deploy.final String
The deployment strategy ID.final String
A description of the deployment.final String
The environment ID.final String
The AWS KMS key identifier (key ID, key alias, or key ARN).final List<CfnDeployment.TagsProperty>
getTags()
Metadata to assign to the deployment.final int
hashCode()
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 theCfnDeploymentProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnDeploymentProps
The application ID.- Specified by:
getApplicationId
in interfaceCfnDeploymentProps
-
getConfigurationProfileId
Description copied from interface:CfnDeploymentProps
The configuration profile ID.- Specified by:
getConfigurationProfileId
in interfaceCfnDeploymentProps
-
getConfigurationVersion
Description copied from interface:CfnDeploymentProps
The 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:
getConfigurationVersion
in interfaceCfnDeploymentProps
-
getDeploymentStrategyId
Description copied from interface:CfnDeploymentProps
The deployment strategy ID.- Specified by:
getDeploymentStrategyId
in interfaceCfnDeploymentProps
-
getEnvironmentId
Description copied from interface:CfnDeploymentProps
The environment ID.- Specified by:
getEnvironmentId
in interfaceCfnDeploymentProps
-
getDescription
Description copied from interface:CfnDeploymentProps
A description of the deployment.- Specified by:
getDescription
in interfaceCfnDeploymentProps
-
getKmsKeyIdentifier
Description copied from interface:CfnDeploymentProps
The 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:
getKmsKeyIdentifier
in interfaceCfnDeploymentProps
-
getTags
Description copied from interface:CfnDeploymentProps
Metadata 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:
getTags
in interfaceCfnDeploymentProps
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-