Class CfnDataAutomationProject
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.bedrock.CfnDataAutomationProject
- All Implemented Interfaces:
IInspectable,IDataAutomationProjectRef,IEnvironmentAware,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:05.870Z")
@Stability(Stable)
public class CfnDataAutomationProject
extends CfnResource
implements IInspectable, IDataAutomationProjectRef, ITaggableV2
A data automation project.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.bedrock.*;
CfnDataAutomationProject cfnDataAutomationProject = CfnDataAutomationProject.Builder.create(this, "MyCfnDataAutomationProject")
.projectName("projectName")
// the properties below are optional
.customOutputConfiguration(CustomOutputConfigurationProperty.builder()
.blueprints(List.of(BlueprintItemProperty.builder()
.blueprintArn("blueprintArn")
// the properties below are optional
.blueprintStage("blueprintStage")
.blueprintVersion("blueprintVersion")
.build()))
.build())
.kmsEncryptionContext(Map.of(
"kmsEncryptionContextKey", "kmsEncryptionContext"))
.kmsKeyId("kmsKeyId")
.overrideConfiguration(OverrideConfigurationProperty.builder()
.audio(AudioOverrideConfigurationProperty.builder()
.languageConfiguration(AudioLanguageConfigurationProperty.builder()
.generativeOutputLanguage("generativeOutputLanguage")
.identifyMultipleLanguages(false)
.inputLanguages(List.of("inputLanguages"))
.build())
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.sensitiveDataConfiguration(SensitiveDataConfigurationProperty.builder()
.detectionMode("detectionMode")
.detectionScope(List.of("detectionScope"))
.piiEntitiesConfiguration(PIIEntitiesConfigurationProperty.builder()
.piiEntityTypes(List.of("piiEntityTypes"))
.redactionMaskMode("redactionMaskMode")
.build())
.build())
.build())
.document(DocumentOverrideConfigurationProperty.builder()
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.sensitiveDataConfiguration(SensitiveDataConfigurationProperty.builder()
.detectionMode("detectionMode")
.detectionScope(List.of("detectionScope"))
.piiEntitiesConfiguration(PIIEntitiesConfigurationProperty.builder()
.piiEntityTypes(List.of("piiEntityTypes"))
.redactionMaskMode("redactionMaskMode")
.build())
.build())
.splitter(SplitterConfigurationProperty.builder()
.state("state")
.build())
.build())
.image(ImageOverrideConfigurationProperty.builder()
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.sensitiveDataConfiguration(SensitiveDataConfigurationProperty.builder()
.detectionMode("detectionMode")
.detectionScope(List.of("detectionScope"))
.piiEntitiesConfiguration(PIIEntitiesConfigurationProperty.builder()
.piiEntityTypes(List.of("piiEntityTypes"))
.redactionMaskMode("redactionMaskMode")
.build())
.build())
.build())
.modalityRouting(ModalityRoutingConfigurationProperty.builder()
.jpeg("jpeg")
.mov("mov")
.mp4("mp4")
.png("png")
.build())
.video(VideoOverrideConfigurationProperty.builder()
.modalityProcessing(ModalityProcessingConfigurationProperty.builder()
.state("state")
.build())
.sensitiveDataConfiguration(SensitiveDataConfigurationProperty.builder()
.detectionMode("detectionMode")
.detectionScope(List.of("detectionScope"))
.piiEntitiesConfiguration(PIIEntitiesConfigurationProperty.builder()
.piiEntityTypes(List.of("piiEntityTypes"))
.redactionMaskMode("redactionMaskMode")
.build())
.build())
.build())
.build())
.projectDescription("projectDescription")
.projectType("projectType")
.standardOutputConfiguration(StandardOutputConfigurationProperty.builder()
.audio(AudioStandardOutputConfigurationProperty.builder()
.extraction(AudioStandardExtractionProperty.builder()
.category(AudioExtractionCategoryProperty.builder()
.state("state")
// the properties below are optional
.typeConfiguration(AudioExtractionCategoryTypeConfigurationProperty.builder()
.transcript(TranscriptConfigurationProperty.builder()
.channelLabeling(ChannelLabelingConfigurationProperty.builder()
.state("state")
.build())
.speakerLabeling(SpeakerLabelingConfigurationProperty.builder()
.state("state")
.build())
.build())
.build())
.types(List.of("types"))
.build())
.build())
.generativeField(AudioStandardGenerativeFieldProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build())
.build())
.document(DocumentStandardOutputConfigurationProperty.builder()
.extraction(DocumentStandardExtractionProperty.builder()
.boundingBox(DocumentBoundingBoxProperty.builder()
.state("state")
.build())
.granularity(DocumentExtractionGranularityProperty.builder()
.types(List.of("types"))
.build())
.build())
.generativeField(DocumentStandardGenerativeFieldProperty.builder()
.state("state")
.build())
.outputFormat(DocumentOutputFormatProperty.builder()
.additionalFileFormat(DocumentOutputAdditionalFileFormatProperty.builder()
.state("state")
.build())
.textFormat(DocumentOutputTextFormatProperty.builder()
.types(List.of("types"))
.build())
.build())
.build())
.image(ImageStandardOutputConfigurationProperty.builder()
.extraction(ImageStandardExtractionProperty.builder()
.boundingBox(ImageBoundingBoxProperty.builder()
.state("state")
.build())
.category(ImageExtractionCategoryProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build())
.build())
.generativeField(ImageStandardGenerativeFieldProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build())
.build())
.video(VideoStandardOutputConfigurationProperty.builder()
.extraction(VideoStandardExtractionProperty.builder()
.boundingBox(VideoBoundingBoxProperty.builder()
.state("state")
.build())
.category(VideoExtractionCategoryProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build())
.build())
.generativeField(VideoStandardGenerativeFieldProperty.builder()
.state("state")
// the properties below are optional
.types(List.of("types"))
.build())
.build())
.build())
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic interfaceSettings for generating data from audio.static interfaceAllows configuration of extractions for different types of data, such as transcript and content moderation.static interfaceThis allows you to set the input and output language of your audio.static interfaceSets whether your project will process audio or not.static interfaceSettings for generating data from audio.static interfaceSettings for generating descriptions of audio.static interfaceOutput settings for processing audio.static interfaceAn abbreviated summary of a blueprint.static final classA fluent builder forCfnDataAutomationProject.static interfaceEnables or disables channel labeling.static interfaceBlueprints to apply to objects processed by the project.static interfaceBounding box settings for documents.static interfaceGranularity settings for documents.static interfaceOutput settings for additional file formats.static interfaceA document output format.static interfaceAn output text format.static interfaceAdditional settings for a project.static interfaceSettings for generating data from documents.static interfaceSettings for generating descriptions of documents.static interfaceOutput settings for processing documents.static interfaceBounding box settings for a project.static interfaceSettings for generating categorical data from images.static interfaceSets whether your project will process images or not.static interfaceSettings for generating data from images.static interfaceSettings for generating descriptions of images.static interfaceOutput settings for processing images.static interfaceThis element is used to determine if the modality it is associated with is enabled or disabled.static interfaceThis element allows you to set up where JPEG, PNG, MOV, and MP4 files get routed to for processing.static interfaceAdditional settings for a project.static interfaceConfiguration for detecting and redacting Personally Identifiable Information (PII) entities.static interfaceConfiguration for detecting and redacting sensitive data in content.static interfaceEnables or disables speaker labeling.static interfaceDocument splitter settings.static interfaceThe project's standard output configuration.static interfaceConfiguration for transcript options.static interfaceBounding box settings for video.static interfaceSettings for generating categorical data from video.static interfaceSets whether your project will process videos or not.static interfaceSettings for generating data from video.static interfaceSettings for generating descriptions of video.static interfaceOutput settings for processing video.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$DefaultNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.bedrock.IDataAutomationProjectRef
IDataAutomationProjectRef.Jsii$Default, IDataAutomationProjectRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringThe CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCfnDataAutomationProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protectedCfnDataAutomationProject(software.amazon.jsii.JsiiObjectRef objRef) CfnDataAutomationProject(software.constructs.Construct scope, String id, CfnDataAutomationProjectProps props) Create a newAWS::Bedrock::DataAutomationProject. -
Method Summary
Modifier and TypeMethodDescriptionWhen the project was created.When the project was last updated.The project's ARN.The project's stage.The project's status.Tag Manager which manages the tags for this resource.Blueprints to apply to objects processed by the project.A reference to a DataAutomationProject resource.The AWS encryption context to use for encryption.The AWS key to use for encryption.Additional settings for the project.The project's description.The project's name.Type of the DataAutomationProject - Sync or Async.The project's standard output configuration.getTags()List of Tags.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.static BooleanChecks whether the given object is a CfnDataAutomationProject.renderProperties(Map<String, Object> props) voidBlueprints to apply to objects processed by the project.voidBlueprints to apply to objects processed by the project.voidsetKmsEncryptionContext(Map<String, String> value) The AWS encryption context to use for encryption.voidThe AWS encryption context to use for encryption.voidsetKmsKeyId(String value) The AWS key to use for encryption.voidAdditional settings for the project.voidAdditional settings for the project.voidsetProjectDescription(String value) The project's description.voidsetProjectName(String value) The project's name.voidsetProjectType(String value) Type of the DataAutomationProject - Sync or Async.voidThe project's standard output configuration.voidThe project's standard output configuration.voidList of Tags.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getEnv, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validatePropertiesMethods inherited from class software.amazon.awscdk.CfnRefElement
getRefMethods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalIdMethods inherited from class software.constructs.Construct
getNode, isConstructMethods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface software.constructs.IConstruct
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
getEnvMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnDataAutomationProject
protected CfnDataAutomationProject(software.amazon.jsii.JsiiObjectRef objRef) -
CfnDataAutomationProject
protected CfnDataAutomationProject(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnDataAutomationProject
@Stability(Stable) public CfnDataAutomationProject(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnDataAutomationProjectProps props) Create a newAWS::Bedrock::DataAutomationProject.- Parameters:
scope- Scope in which this resource is defined. This parameter is required.id- Construct identifier for this resource (unique in its scope). This parameter is required.props- Resource properties. This parameter is required.
-
-
Method Details
-
isCfnDataAutomationProject
Checks whether the given object is a CfnDataAutomationProject.- Parameters:
x- This parameter is required.
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspectin interfaceIInspectable- Parameters:
inspector- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderPropertiesin classCfnResource- Parameters:
props- This parameter is required.
-
getAttrCreationTime
When the project was created. -
getAttrLastModifiedTime
When the project was last updated. -
getAttrProjectArn
The project's ARN. -
getAttrProjectStage
The project's stage. -
getAttrStatus
The project's status. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManagerin interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnPropertiesin classCfnResource
-
getDataAutomationProjectRef
A reference to a DataAutomationProject resource.- Specified by:
getDataAutomationProjectRefin interfaceIDataAutomationProjectRef
-
getProjectName
The project's name. -
setProjectName
The project's name. -
getCustomOutputConfiguration
Blueprints to apply to objects processed by the project.Returns union: either
IResolvableorCfnDataAutomationProject.CustomOutputConfigurationProperty -
setCustomOutputConfiguration
Blueprints to apply to objects processed by the project. -
setCustomOutputConfiguration
@Stability(Stable) public void setCustomOutputConfiguration(@Nullable CfnDataAutomationProject.CustomOutputConfigurationProperty value) Blueprints to apply to objects processed by the project. -
getKmsEncryptionContext
The AWS encryption context to use for encryption.Returns union: either Mapinvalid input: '<'String,
String> orIResolvable -
setKmsEncryptionContext
The AWS encryption context to use for encryption. -
setKmsEncryptionContext
The AWS encryption context to use for encryption. -
getKmsKeyId
The AWS key to use for encryption. -
setKmsKeyId
The AWS key to use for encryption. -
getOverrideConfiguration
Additional settings for the project.Returns union: either
IResolvableorCfnDataAutomationProject.OverrideConfigurationProperty -
setOverrideConfiguration
Additional settings for the project. -
setOverrideConfiguration
@Stability(Stable) public void setOverrideConfiguration(@Nullable CfnDataAutomationProject.OverrideConfigurationProperty value) Additional settings for the project. -
getProjectDescription
The project's description. -
setProjectDescription
The project's description. -
getProjectType
Type of the DataAutomationProject - Sync or Async. -
setProjectType
Type of the DataAutomationProject - Sync or Async. -
getStandardOutputConfiguration
The project's standard output configuration.Returns union: either
IResolvableorCfnDataAutomationProject.StandardOutputConfigurationProperty -
setStandardOutputConfiguration
The project's standard output configuration. -
setStandardOutputConfiguration
@Stability(Stable) public void setStandardOutputConfiguration(@Nullable CfnDataAutomationProject.StandardOutputConfigurationProperty value) The project's standard output configuration. -
getTags
List of Tags. -
setTags
List of Tags.
-