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