Class CfnDeploymentMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.launchwizard.CfnDeploymentMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentMixinProps
@Stability(Stable)
@Internal
public static final class CfnDeploymentMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentMixinProps
An implementation for
CfnDeploymentMixinProps-
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.launchwizard.CfnDeploymentMixinProps
CfnDeploymentMixinProps.Builder, CfnDeploymentMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDeploymentMixinProps.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 StringThe name of the deployment pattern.final StringgetName()The name of the deployment.final ObjectThe settings specified for the deployment.getTags()Information about the tags attached to a deployment.final StringThe name of the workload.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 theCfnDeploymentMixinProps.Builder.
-
-
Method Details
-
getDeploymentPatternName
Description copied from interface:CfnDeploymentMixinPropsThe name of the deployment pattern.- Specified by:
getDeploymentPatternNamein interfaceCfnDeploymentMixinProps- See Also:
-
getName
Description copied from interface:CfnDeploymentMixinPropsThe name of the deployment.- Specified by:
getNamein interfaceCfnDeploymentMixinProps- See Also:
-
getSpecifications
Description copied from interface:CfnDeploymentMixinPropsThe settings specified for the deployment.These settings define how to deploy and configure your resources created by the deployment. For more information about the specifications required for creating a deployment for a SAP workload, see SAP deployment specifications . To retrieve the specifications required to create a deployment for other workloads, use the
GetWorkloadDeploymentPatternoperation.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getSpecificationsin interfaceCfnDeploymentMixinProps- See Also:
-
getTags
Description copied from interface:CfnDeploymentMixinPropsInformation about the tags attached to a deployment.- Specified by:
getTagsin interfaceCfnDeploymentMixinProps- See Also:
-
getWorkloadName
Description copied from interface:CfnDeploymentMixinPropsThe name of the workload.- Specified by:
getWorkloadNamein interfaceCfnDeploymentMixinProps- 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()
-