Class CfnDeploymentProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.launchwizard.CfnDeploymentProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDeploymentProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDeploymentProps
@Stability(Stable)
@Internal
public static final class CfnDeploymentProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDeploymentProps
An implementation for
CfnDeploymentProps
-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.launchwizard.CfnDeploymentProps
CfnDeploymentProps.Builder, CfnDeploymentProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Jsii$Proxy
(CfnDeploymentProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnDeploymentProps.Builder
.protected
Jsii$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.JsonNode
final boolean
final String
The name of the deployment pattern.final String
getName()
The name of the deployment.final Object
The settings specified for the deployment.getTags()
Information about the tags attached to a deployment.final String
The name of the workload.final int
hashCode()
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 theCfnDeploymentProps.Builder
.
-
-
Method Details
-
getDeploymentPatternName
Description copied from interface:CfnDeploymentProps
The name of the deployment pattern.- Specified by:
getDeploymentPatternName
in interfaceCfnDeploymentProps
- See Also:
-
getName
Description copied from interface:CfnDeploymentProps
The name of the deployment.- Specified by:
getName
in interfaceCfnDeploymentProps
- See Also:
-
getSpecifications
Description copied from interface:CfnDeploymentProps
The 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
GetWorkloadDeploymentPattern
operation.- Specified by:
getSpecifications
in interfaceCfnDeploymentProps
- See Also:
-
getWorkloadName
Description copied from interface:CfnDeploymentProps
The name of the workload.- Specified by:
getWorkloadName
in interfaceCfnDeploymentProps
- See Also:
-
getTags
Description copied from interface:CfnDeploymentProps
Information about the tags attached to a deployment.- Specified by:
getTags
in interfaceCfnDeploymentProps
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-