@cdklabs/generative-ai-cdk-constructs
@cdklabs/generative-ai-cdk-constructs / bda / BedrockDataAutomationProps
Interface: BedrockDataAutomationProps
Properties for creating a CDK BDA construct.
Properties
  readonly optional inputBucket: IBucket
  - Optional. The S3 bucket
for input data used by the Bedrock Data Automation process.
If not provided, a new bucket will be created.
 
isBDAInvocationRequired?
  readonly optional isBDAInvocationRequired: boolean
  - Optional. Indicates whether a Bedrock Data
Automation invocation is required. If true, the necessary resources will be created.
 
Default
isBDAProjectRequired?
  readonly optional isBDAProjectRequired: boolean
  - Optional. Indicates whether a Bedrock Data
Automation project is required. If true, the necessary resources will be created.
 
Default
isCustomBDABlueprintRequired?
  readonly optional isCustomBDABlueprintRequired: boolean
  - Optional. Indicates whether a custom
Bedrock Data Automation blueprint is required. If true, the necessary resources will be created.
 
Default
isStatusRequired?
  readonly optional isStatusRequired: boolean
  - Optional. Indicates whether the status of the
Bedrock Data Automation process is required. If true, the necessary resources will be created.
 
Default
outputBucket?
  readonly optional outputBucket: IBucket
  - Optional. The S3 bucket for storing
output files generated by the Bedrock Data Automation process.