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 Object
A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENT
actions.final String
The environment ID.final String
The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.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
- See Also:
-
getConfigurationProfileId
Description copied from interface:CfnDeploymentProps
The configuration profile ID.- Specified by:
getConfigurationProfileId
in interfaceCfnDeploymentProps
- See Also:
-
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
- See Also:
-
getDeploymentStrategyId
Description copied from interface:CfnDeploymentProps
The deployment strategy ID.- Specified by:
getDeploymentStrategyId
in interfaceCfnDeploymentProps
- See Also:
-
getEnvironmentId
Description copied from interface:CfnDeploymentProps
The environment ID.- Specified by:
getEnvironmentId
in interfaceCfnDeploymentProps
- See Also:
-
getDescription
Description copied from interface:CfnDeploymentProps
A description of the deployment.- Specified by:
getDescription
in interfaceCfnDeploymentProps
- See Also:
-
getDynamicExtensionParameters
Description copied from interface:CfnDeploymentProps
A map of dynamic extension parameter names to values to pass to associated extensions withPRE_START_DEPLOYMENT
actions.- Specified by:
getDynamicExtensionParameters
in interfaceCfnDeploymentProps
- See Also:
-
getKmsKeyIdentifier
Description copied from interface:CfnDeploymentProps
The AWS Key Management Service key identifier (key ID, key alias, or key ARN) provided when the resource was created or updated.- Specified by:
getKmsKeyIdentifier
in interfaceCfnDeploymentProps
- See Also:
-
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
- See Also:
-
$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()
-