Class CfnDistributionConfiguration.SsmParameterConfigurationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnDistributionConfiguration.SsmParameterConfigurationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnDistributionConfiguration.SsmParameterConfigurationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDistributionConfiguration.SsmParameterConfigurationProperty
@Stability(Stable)
@Internal
public static final class CfnDistributionConfiguration.SsmParameterConfigurationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDistributionConfiguration.SsmParameterConfigurationProperty
An implementation for
CfnDistributionConfiguration.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.services.imagebuilder.CfnDistributionConfiguration.SsmParameterConfigurationProperty
CfnDistributionConfiguration.SsmParameterConfigurationProperty.Builder, CfnDistributionConfiguration.SsmParameterConfigurationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.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(CfnDistributionConfiguration.SsmParameterConfigurationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDistributionConfiguration.SsmParameterConfigurationProperty.Builder.
-
-
Method Details
-
getParameterName
Description copied from interface:CfnDistributionConfiguration.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 interfaceCfnDistributionConfiguration.SsmParameterConfigurationProperty- See Also:
-
getAmiAccountId
Description copied from interface:CfnDistributionConfiguration.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 interfaceCfnDistributionConfiguration.SsmParameterConfigurationProperty- See Also:
-
getDataType
Description copied from interface:CfnDistributionConfiguration.SsmParameterConfigurationPropertyThe data type specifies what type of value the Parameter contains.We recommend that you use data type
aws:ec2:image.- Specified by:
getDataTypein interfaceCfnDistributionConfiguration.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()
-