interface EntityTypeInfoProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Bedrock.CfnDataAutomationLibraryPropsMixin.EntityTypeInfoProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsbedrock#CfnDataAutomationLibraryPropsMixin_EntityTypeInfoProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.bedrock.CfnDataAutomationLibraryPropsMixin.EntityTypeInfoProperty |
Python | aws_cdk.cfn_property_mixins.aws_bedrock.CfnDataAutomationLibraryPropsMixin.EntityTypeInfoProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_bedrock » CfnDataAutomationLibraryPropsMixin » EntityTypeInfoProperty |
Information about an entity type in the DataAutomationLibrary.
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/cfn-property-mixins';
const entityTypeInfoProperty: bedrock.CfnDataAutomationLibraryPropsMixin.EntityTypeInfoProperty = {
entityMetadata: 'entityMetadata',
entityType: 'entityType',
};
Properties
| Name | Type | Description |
|---|---|---|
| entity | string | JSON string representing relevant metadata for the entity type. |
| entity | string | Entity types supported in DataAutomationLibraries. |
entityMetadata?
Type:
string
(optional)
JSON string representing relevant metadata for the entity type.
entityType?
Type:
string
(optional)
Entity types supported in DataAutomationLibraries.

.NET
Go
Java
Python
TypeScript