Class CfnDataTransformationProfileMixinProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.healthlake.CfnDataTransformationProfileMixinProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTransformationProfileMixinProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTransformationProfileMixinProps
@Stability(Stable)
@Internal
public static final class CfnDataTransformationProfileMixinProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTransformationProfileMixinProps
An implementation for
CfnDataTransformationProfileMixinProps-
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.healthlake.CfnDataTransformationProfileMixinProps
CfnDataTransformationProfileMixinProps.Builder, CfnDataTransformationProfileMixinProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataTransformationProfileMixinProps.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 identifier (key ID or ARN) of a customer-managed KMS key used to encrypt the profile's template content at rest.final StringA human-readable description of the profile's purpose.final StringThe human-readable name of the profile.final ObjectThe source from which to create the profile's initial template content.final StringThe source format that this profile converts from.getTags()An array of key-value pairs to apply to this profile.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 theCfnDataTransformationProfileMixinProps.Builder.
-
-
Method Details
-
getKmsKeyId
Description copied from interface:CfnDataTransformationProfileMixinPropsThe identifier (key ID or ARN) of a customer-managed KMS key used to encrypt the profile's template content at rest.If omitted, an AWS owned key is used.
- Specified by:
getKmsKeyIdin interfaceCfnDataTransformationProfileMixinProps- See Also:
-
getProfileDescription
Description copied from interface:CfnDataTransformationProfileMixinPropsA human-readable description of the profile's purpose.- Specified by:
getProfileDescriptionin interfaceCfnDataTransformationProfileMixinProps- See Also:
-
getProfileName
Description copied from interface:CfnDataTransformationProfileMixinPropsThe human-readable name of the profile.- Specified by:
getProfileNamein interfaceCfnDataTransformationProfileMixinProps- See Also:
-
getSource
Description copied from interface:CfnDataTransformationProfileMixinPropsThe source from which to create the profile's initial template content.Exactly one of the members must be specified. Use StarterProfile (C-CDA only), ProfileMapping (C-CDA or CSV), or ExistingVersionedProfileId to clone an existing profile. Each produces a published profile.
Returns union: either
IResolvableorCfnDataTransformationProfilePropsMixin.SourceProperty- Specified by:
getSourcein interfaceCfnDataTransformationProfileMixinProps- See Also:
-
getSourceFormat
Description copied from interface:CfnDataTransformationProfileMixinPropsThe source format that this profile converts from.- Specified by:
getSourceFormatin interfaceCfnDataTransformationProfileMixinProps- See Also:
-
getTags
Description copied from interface:CfnDataTransformationProfileMixinPropsAn array of key-value pairs to apply to this profile.- Specified by:
getTagsin interfaceCfnDataTransformationProfileMixinProps- 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()
-