Class SSMParameterConfigurations.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.alpha.SSMParameterConfigurations.Jsii$Proxy
- All Implemented Interfaces:
SSMParameterConfigurations,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SSMParameterConfigurations
@Stability(Experimental)
@Internal
public static final class SSMParameterConfigurations.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SSMParameterConfigurations
An implementation for
SSMParameterConfigurations-
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.alpha.SSMParameterConfigurations
SSMParameterConfigurations.Builder, SSMParameterConfigurations.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theSSMParameterConfigurations.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 String(experimental) The AWS account ID that will own the SSM parameter in the given region.final ParameterDataType(experimental) The data type of the SSM parameter.final IStringParameter(experimental) The SSM parameter to create or update.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
Constructor that initializes the object based on literal property values passed by theSSMParameterConfigurations.Builder.
-
-
Method Details
-
getParameter
Description copied from interface:SSMParameterConfigurations(experimental) The SSM parameter to create or update.- Specified by:
getParameterin interfaceSSMParameterConfigurations
-
getAmiAccount
Description copied from interface:SSMParameterConfigurations(experimental) The AWS account ID that will own the SSM parameter in the given region.This must be one of the target accounts that was included in the list of AMI distribution target accounts
Default: The current account is used
- Specified by:
getAmiAccountin interfaceSSMParameterConfigurations
-
getDataType
Description copied from interface:SSMParameterConfigurations(experimental) The data type of the SSM parameter.Default: ssm.ParameterDataType.AWS_EC2_IMAGE
- Specified by:
getDataTypein interfaceSSMParameterConfigurations
-
$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()
-