DataAutomationProjectArgs

data class DataAutomationProjectArgs(val customOutputConfiguration: Output<DataAutomationProjectCustomOutputConfigurationArgs>? = null, val kmsEncryptionContext: Output<Map<String, String>>? = null, val kmsKeyId: Output<String>? = null, val overrideConfiguration: Output<DataAutomationProjectOverrideConfigurationArgs>? = null, val projectDescription: Output<String>? = null, val projectName: Output<String>? = null, val standardOutputConfiguration: Output<DataAutomationProjectStandardOutputConfigurationArgs>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<DataAutomationProjectArgs>

Definition of AWS::Bedrock::DataAutomationProject Resource Type

Constructors

Link copied to clipboard
constructor(customOutputConfiguration: Output<DataAutomationProjectCustomOutputConfigurationArgs>? = null, kmsEncryptionContext: Output<Map<String, String>>? = null, kmsKeyId: Output<String>? = null, overrideConfiguration: Output<DataAutomationProjectOverrideConfigurationArgs>? = null, projectDescription: Output<String>? = null, projectName: Output<String>? = null, standardOutputConfiguration: Output<DataAutomationProjectStandardOutputConfigurationArgs>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard

Blueprints to apply to objects processed by the project.

Link copied to clipboard
val kmsEncryptionContext: Output<Map<String, String>>? = null

KMS encryption context

Link copied to clipboard
val kmsKeyId: Output<String>? = null

KMS key identifier

Link copied to clipboard

Additional settings for the project.

Link copied to clipboard
val projectDescription: Output<String>? = null

Description of the DataAutomationProject

Link copied to clipboard
val projectName: Output<String>? = null

Name of the DataAutomationProject

Link copied to clipboard

The project's standard output configuration.

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

List of Tags

Functions

Link copied to clipboard
open override fun toJava(): DataAutomationProjectArgs