Class CfnHostedConfigurationVersionProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.appconfig.CfnHostedConfigurationVersionProps.Jsii$Proxy
- All Implemented Interfaces:
CfnHostedConfigurationVersionProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnHostedConfigurationVersionProps
@Stability(Stable)
@Internal
public static final class CfnHostedConfigurationVersionProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnHostedConfigurationVersionProps
An implementation for
CfnHostedConfigurationVersionProps
-
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.CfnHostedConfigurationVersionProps
CfnHostedConfigurationVersionProps.Builder, CfnHostedConfigurationVersionProps.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnHostedConfigurationVersionProps.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 content of the configuration or the configuration data.final String
A standard MIME type describing the format of the configuration content.final String
A description of the configuration.final Number
An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version.final String
A user-defined label for an AWS AppConfig hosted configuration version.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 theCfnHostedConfigurationVersionProps.Builder
.
-
-
Method Details
-
getApplicationId
Description copied from interface:CfnHostedConfigurationVersionProps
The application ID.- Specified by:
getApplicationId
in interfaceCfnHostedConfigurationVersionProps
-
getConfigurationProfileId
Description copied from interface:CfnHostedConfigurationVersionProps
The configuration profile ID.- Specified by:
getConfigurationProfileId
in interfaceCfnHostedConfigurationVersionProps
-
getContent
Description copied from interface:CfnHostedConfigurationVersionProps
The content of the configuration or the configuration data.- Specified by:
getContent
in interfaceCfnHostedConfigurationVersionProps
-
getContentType
Description copied from interface:CfnHostedConfigurationVersionProps
A standard MIME type describing the format of the configuration content.For more information, see Content-Type .
- Specified by:
getContentType
in interfaceCfnHostedConfigurationVersionProps
-
getDescription
Description copied from interface:CfnHostedConfigurationVersionProps
A description of the configuration.- Specified by:
getDescription
in interfaceCfnHostedConfigurationVersionProps
-
getLatestVersionNumber
Description copied from interface:CfnHostedConfigurationVersionProps
An optional locking token used to prevent race conditions from overwriting configuration updates when creating a new version.To ensure your data is not overwritten when creating multiple hosted configuration versions in rapid succession, specify the version number of the latest hosted configuration version.
- Specified by:
getLatestVersionNumber
in interfaceCfnHostedConfigurationVersionProps
-
getVersionLabel
Description copied from interface:CfnHostedConfigurationVersionProps
A user-defined label for an AWS AppConfig hosted configuration version.- Specified by:
getVersionLabel
in interfaceCfnHostedConfigurationVersionProps
-
$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()
-