Class CfnWorkspaceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.iotsitewise.CfnWorkspaceProps.Jsii$Proxy
- All Implemented Interfaces:
CfnWorkspaceProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnWorkspaceProps
@Stability(Stable)
@Internal
public static final class CfnWorkspaceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnWorkspaceProps
An implementation for
CfnWorkspaceProps-
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.iotsitewise.CfnWorkspaceProps
CfnWorkspaceProps.Builder, CfnWorkspaceProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnWorkspaceProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnWorkspaceProps.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 encryption configuration for the workspace.final StringThe ARN of the AWS KMS key used for KMS_BASED_ENCRYPTION.getTags()An array of key-value pairs to apply to this resource.final StringA description of the workspace.final StringThe name of the workspace.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 theCfnWorkspaceProps.Builder.
-
-
Method Details
-
getEncryptionConfiguration
Description copied from interface:CfnWorkspacePropsThe encryption configuration for the workspace.Returns union: either
IResolvableorCfnWorkspace.EncryptionConfigurationProperty- Specified by:
getEncryptionConfigurationin interfaceCfnWorkspaceProps- See Also:
-
getWorkspaceName
Description copied from interface:CfnWorkspacePropsThe name of the workspace.- Specified by:
getWorkspaceNamein interfaceCfnWorkspaceProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnWorkspacePropsThe ARN of the AWS KMS key used for KMS_BASED_ENCRYPTION.Required when EncryptionConfiguration.EncryptionType is KMS_BASED_ENCRYPTION.
- Specified by:
getKmsKeyIdin interfaceCfnWorkspaceProps- See Also:
-
getTags
Description copied from interface:CfnWorkspacePropsAn array of key-value pairs to apply to this resource.- Specified by:
getTagsin interfaceCfnWorkspaceProps- See Also:
-
getWorkspaceDescription
Description copied from interface:CfnWorkspacePropsA description of the workspace.- Specified by:
getWorkspaceDescriptionin interfaceCfnWorkspaceProps- 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()
-