Class CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty
An implementation for
CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty
CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Builder, CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Builder.protectedJsii$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.JsonNodefinal booleanfinal StringSpecify the account that will own the Parameter in a given Region.final StringThe data type specifies what type of value the Parameter contains.final StringThis is the name of the Parameter in the target Region or account.final inthashCode()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
protected Jsii$Proxy(CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty.Builder.
-
-
Method Details
-
getAmiAccountId
Description copied from interface:CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationPropertySpecify the account that will own the Parameter in a given Region.During distribution, this account must be specified in distribution settings as a target account for the Region.
- Specified by:
getAmiAccountIdin interfaceCfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty- See Also:
-
getDataType
Description copied from interface:CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationPropertyThe data type specifies what type of value the Parameter contains.We recommend that you use data type
aws:ec2:image.- Specified by:
getDataTypein interfaceCfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty- See Also:
-
getParameterName
Description copied from interface:CfnDistributionConfigurationPropsMixin.SsmParameterConfigurationPropertyThis is the name of the Parameter in the target Region or account.The image distribution creates the Parameter if it doesn't already exist. Otherwise, it updates the parameter.
- Specified by:
getParameterNamein interfaceCfnDistributionConfigurationPropsMixin.SsmParameterConfigurationProperty- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-