Class CfnFlywheelPropsMixin.DataSecurityConfigProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.comprehend.CfnFlywheelPropsMixin.DataSecurityConfigProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnFlywheelPropsMixin.DataSecurityConfigProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnFlywheelPropsMixin.DataSecurityConfigProperty
@Stability(Stable)
@Internal
public static final class CfnFlywheelPropsMixin.DataSecurityConfigProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnFlywheelPropsMixin.DataSecurityConfigProperty
An implementation for
CfnFlywheelPropsMixin.DataSecurityConfigProperty-
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.comprehend.CfnFlywheelPropsMixin.DataSecurityConfigProperty
CfnFlywheelPropsMixin.DataSecurityConfigProperty.Builder, CfnFlywheelPropsMixin.DataSecurityConfigProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnFlywheelPropsMixin.DataSecurityConfigProperty.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 StringID for the AWS key that Amazon Comprehend uses to encrypt the data in the data lake.final StringID for the AWS key that Amazon Comprehend uses to encrypt trained custom models.final StringID for the AWS key that Amazon Comprehend uses to encrypt the volume.final ObjectConfiguration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job.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 theCfnFlywheelPropsMixin.DataSecurityConfigProperty.Builder.
-
-
Method Details
-
getDataLakeKmsKeyId
Description copied from interface:CfnFlywheelPropsMixin.DataSecurityConfigPropertyID for the AWS key that Amazon Comprehend uses to encrypt the data in the data lake.- Specified by:
getDataLakeKmsKeyIdin interfaceCfnFlywheelPropsMixin.DataSecurityConfigProperty- See Also:
-
getModelKmsKeyId
Description copied from interface:CfnFlywheelPropsMixin.DataSecurityConfigPropertyID for the AWS key that Amazon Comprehend uses to encrypt trained custom models.The ModelKmsKeyId can be either of the following formats:
- KMS Key ID:
"1234abcd-12ab-34cd-56ef-1234567890ab" - Amazon Resource Name (ARN) of a KMS Key:
"arn:aws:kms:us-west-2:111122223333:key/1234abcd-12ab-34cd-56ef-1234567890ab"
- Specified by:
getModelKmsKeyIdin interfaceCfnFlywheelPropsMixin.DataSecurityConfigProperty- See Also:
- KMS Key ID:
-
getVolumeKmsKeyId
Description copied from interface:CfnFlywheelPropsMixin.DataSecurityConfigPropertyID for the AWS key that Amazon Comprehend uses to encrypt the volume.- Specified by:
getVolumeKmsKeyIdin interfaceCfnFlywheelPropsMixin.DataSecurityConfigProperty- See Also:
-
getVpcConfig
Description copied from interface:CfnFlywheelPropsMixin.DataSecurityConfigPropertyConfiguration parameters for an optional private Virtual Private Cloud (VPC) containing the resources you are using for the job.For more information, see Amazon VPC .
Returns union: either
IResolvableorCfnFlywheelPropsMixin.VpcConfigProperty- Specified by:
getVpcConfigin interfaceCfnFlywheelPropsMixin.DataSecurityConfigProperty- 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()
-