interface ModalityProcessingConfigurationProperty
| Language | Type name | 
|---|---|
|  .NET | Amazon.CDK.aws_bedrock.CfnDataAutomationProject.ModalityProcessingConfigurationProperty | 
|  Go | github.com/aws/aws-cdk-go/awscdk/v2/awsbedrock#CfnDataAutomationProject_ModalityProcessingConfigurationProperty | 
|  Java | software.amazon.awscdk.services.bedrock.CfnDataAutomationProject.ModalityProcessingConfigurationProperty | 
|  Python | aws_cdk.aws_bedrock.CfnDataAutomationProject.ModalityProcessingConfigurationProperty | 
|  TypeScript | aws-cdk-lib»aws_bedrock»CfnDataAutomationProject»ModalityProcessingConfigurationProperty | 
This element is used to determine if the modality it is associated with is enabled or disabled.
All modalities are enabled by default.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_bedrock as bedrock } from 'aws-cdk-lib';
const modalityProcessingConfigurationProperty: bedrock.CfnDataAutomationProject.ModalityProcessingConfigurationProperty = {
  state: 'state',
};
Properties
| Name | Type | Description | 
|---|---|---|
| state? | string | Stores the state of the modality for your project, set to either enabled or disabled. | 
state?
Type:
string
(optional)
Stores the state of the modality for your project, set to either enabled or disabled.
