Class CfnDataTransformationProfileProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.healthlake.CfnDataTransformationProfileProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataTransformationProfileProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataTransformationProfileProps
@Stability(Stable)
@Internal
public static final class CfnDataTransformationProfileProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataTransformationProfileProps
An implementation for
CfnDataTransformationProfileProps-
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.healthlake.CfnDataTransformationProfileProps
CfnDataTransformationProfileProps.Builder, CfnDataTransformationProfileProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataTransformationProfileProps.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 theCfnDataTransformationProfileProps.Builder.
-
-
Method Details
-
getProfileName
Description copied from interface:CfnDataTransformationProfilePropsThe human-readable name of the profile.- Specified by:
getProfileNamein interfaceCfnDataTransformationProfileProps- See Also:
-
getSourceFormat
Description copied from interface:CfnDataTransformationProfilePropsThe source format that this profile converts from.- Specified by:
getSourceFormatin interfaceCfnDataTransformationProfileProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnDataTransformationProfilePropsThe 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 interfaceCfnDataTransformationProfileProps- See Also:
-
getProfileDescription
Description copied from interface:CfnDataTransformationProfilePropsA human-readable description of the profile's purpose.- Specified by:
getProfileDescriptionin interfaceCfnDataTransformationProfileProps- See Also:
-
getSource
Description copied from interface:CfnDataTransformationProfilePropsThe 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
IResolvableorCfnDataTransformationProfile.SourceProperty- Specified by:
getSourcein interfaceCfnDataTransformationProfileProps- See Also:
-
getTags
Description copied from interface:CfnDataTransformationProfilePropsAn array of key-value pairs to apply to this profile.- Specified by:
getTagsin interfaceCfnDataTransformationProfileProps- 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()
-