Class CfnDataAutomationProjectProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.bedrock.CfnDataAutomationProjectProps.Jsii$Proxy
- All Implemented Interfaces:
CfnDataAutomationProjectProps,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnDataAutomationProjectProps
@Stability(Stable)
@Internal
public static final class CfnDataAutomationProjectProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnDataAutomationProjectProps
An implementation for
CfnDataAutomationProjectProps-
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.bedrock.CfnDataAutomationProjectProps
CfnDataAutomationProjectProps.Builder, CfnDataAutomationProjectProps.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnDataAutomationProjectProps.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 ObjectBlueprints to apply to objects processed by the project.final ObjectThe AWS KMS encryption context to use for encryption.final StringThe AWS KMS key to use for encryption.final ObjectAdditional settings for the project.final StringThe project's description.final StringThe project's name.final ObjectThe project's standard output configuration.getTags()List of Tags.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 theCfnDataAutomationProjectProps.Builder.
-
-
Method Details
-
getProjectName
Description copied from interface:CfnDataAutomationProjectPropsThe project's name.- Specified by:
getProjectNamein interfaceCfnDataAutomationProjectProps- See Also:
-
getCustomOutputConfiguration
Description copied from interface:CfnDataAutomationProjectPropsBlueprints to apply to objects processed by the project.Returns union: either
IResolvableorCfnDataAutomationProject.CustomOutputConfigurationProperty- Specified by:
getCustomOutputConfigurationin interfaceCfnDataAutomationProjectProps- See Also:
-
getKmsEncryptionContext
Description copied from interface:CfnDataAutomationProjectPropsThe AWS KMS encryption context to use for encryption.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable- Specified by:
getKmsEncryptionContextin interfaceCfnDataAutomationProjectProps- See Also:
-
getKmsKeyId
Description copied from interface:CfnDataAutomationProjectPropsThe AWS KMS key to use for encryption.- Specified by:
getKmsKeyIdin interfaceCfnDataAutomationProjectProps- See Also:
-
getOverrideConfiguration
Description copied from interface:CfnDataAutomationProjectPropsAdditional settings for the project.Returns union: either
IResolvableorCfnDataAutomationProject.OverrideConfigurationProperty- Specified by:
getOverrideConfigurationin interfaceCfnDataAutomationProjectProps- See Also:
-
getProjectDescription
Description copied from interface:CfnDataAutomationProjectPropsThe project's description.- Specified by:
getProjectDescriptionin interfaceCfnDataAutomationProjectProps- See Also:
-
getStandardOutputConfiguration
Description copied from interface:CfnDataAutomationProjectPropsThe project's standard output configuration.Returns union: either
IResolvableorCfnDataAutomationProject.StandardOutputConfigurationProperty- Specified by:
getStandardOutputConfigurationin interfaceCfnDataAutomationProjectProps- See Also:
-
getTags
Description copied from interface:CfnDataAutomationProjectPropsList of Tags.- Specified by:
getTagsin interfaceCfnDataAutomationProjectProps- 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()
-