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,ITaggableV2,software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.110.0 (build 336b265)",
date="2025-04-22T23:08:08.029Z")
@Stability(Stable)
public class CfnDataAutomationProject
extends CfnResource
implements IInspectable, 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()
.document(DocumentOverrideConfigurationProperty.builder()
.splitter(SplitterConfigurationProperty.builder()
.state("state")
.build())
.build())
.build())
.projectDescription("projectDescription")
.standardOutputConfiguration(StandardOutputConfigurationProperty.builder()
.audio(AudioStandardOutputConfigurationProperty.builder()
.extraction(AudioStandardExtractionProperty.builder()
.category(AudioExtractionCategoryProperty.builder()
.state("state")
// the properties below are optional
.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 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 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 interfaceSettings for generating data from images.static interfaceSettings for generating descriptions of images.static interfaceOutput settings for processing images.static interfaceAdditional settings for a project.static interfaceDocument splitter settings.static interfaceThe project's standard output configuration.static interfaceBounding box settings for video.static interfaceSettings for generating categorical data from video.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.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) -
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.The AWS KMS encryption context to use for encryption.The AWS KMS key to use for encryption.Additional settings for the project.The project's description.The project's name.The project's standard output configuration.getTags()List of Tags.voidinspect(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.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 KMS encryption context to use for encryption.voidThe AWS KMS encryption context to use for encryption.voidsetKmsKeyId(String value) The AWS KMS 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.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, 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.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) - 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
-
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
-
getProjectName
The project's name. -
setProjectName
The project's name. -
getCustomOutputConfiguration
Blueprints to apply to objects processed by the project. -
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 KMS encryption context to use for encryption. -
setKmsEncryptionContext
The AWS KMS encryption context to use for encryption. -
setKmsEncryptionContext
The AWS KMS encryption context to use for encryption. -
getKmsKeyId
The AWS KMS key to use for encryption. -
setKmsKeyId
The AWS KMS key to use for encryption. -
getOverrideConfiguration
Additional settings for the project. -
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. -
getStandardOutputConfiguration
The project's standard output configuration. -
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.
-