Class CfnConfigurationManagerProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.ssmquicksetup.CfnConfigurationManagerProps.Jsii$Proxy
- All Implemented Interfaces:
CfnConfigurationManagerProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnConfigurationManagerProps
@Stability(Stable)
@Internal
public static final class CfnConfigurationManagerProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnConfigurationManagerProps
An implementation for
CfnConfigurationManagerProps-
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.ssmquicksetup.CfnConfigurationManagerProps
CfnConfigurationManagerProps.Builder, CfnConfigurationManagerProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnConfigurationManagerProps.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 ObjectThe definition of the Quick Setup configuration that the configuration manager deploys.final StringThe description of the configuration.final StringgetName()The name of the configuration.getTags()Key-value pairs of metadata to assign to the configuration manager.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 theCfnConfigurationManagerProps.Builder.
-
-
Method Details
-
getConfigurationDefinitions
Description copied from interface:CfnConfigurationManagerPropsThe definition of the Quick Setup configuration that the configuration manager deploys.Returns union: either
IResolvableor Listinvalid input: '<'eitherIResolvableorCfnConfigurationManager.ConfigurationDefinitionProperty>- Specified by:
getConfigurationDefinitionsin interfaceCfnConfigurationManagerProps- See Also:
-
getDescription
Description copied from interface:CfnConfigurationManagerPropsThe description of the configuration.- Specified by:
getDescriptionin interfaceCfnConfigurationManagerProps- See Also:
-
getName
Description copied from interface:CfnConfigurationManagerPropsThe name of the configuration.- Specified by:
getNamein interfaceCfnConfigurationManagerProps- See Also:
-
getTags
Description copied from interface:CfnConfigurationManagerPropsKey-value pairs of metadata to assign to the configuration manager.- Specified by:
getTagsin interfaceCfnConfigurationManagerProps- 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()
-