interface TemplateGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.AWS.ElementalInference.CfnFeed.TemplateGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdk/v2/awselementalinference#CfnFeed_TemplateGroupProperty |
Java | software.amazon.awscdk.services.elementalinference.CfnFeed.TemplateGroupProperty |
Python | aws_cdk.aws_elementalinference.CfnFeed.TemplateGroupProperty |
TypeScript | aws-cdk-lib » aws_elementalinference » CfnFeed » TemplateGroupProperty |
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_elementalinference as elementalinference } from 'aws-cdk-lib';
const templateGroupProperty: elementalinference.CfnFeed.TemplateGroupProperty = {
name: 'name',
templateUris: ['templateUris'],
};
Properties
| Name | Type | Description |
|---|---|---|
| name | string | |
| template | string[] |
name
Type:
string
templateUris
Type:
string[]

.NET
Go
Java
Python
TypeScript