interface TemplateGroupProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElementalInference.CfnFeedPropsMixin.TemplateGroupProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselementalinference#CfnFeedPropsMixin_TemplateGroupProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elementalinference.CfnFeedPropsMixin.TemplateGroupProperty |
Python | aws_cdk.cfn_property_mixins.aws_elementalinference.CfnFeedPropsMixin.TemplateGroupProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elementalinference » CfnFeedPropsMixin » 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/cfn-property-mixins';
const templateGroupProperty: elementalinference.CfnFeedPropsMixin.TemplateGroupProperty = {
name: 'name',
templateUris: ['templateUris'],
};
Properties
| Name | Type | Description |
|---|---|---|
| name? | string | |
| template | string[] |
name?
Type:
string
(optional)
templateUris?
Type:
string[]
(optional)

.NET
Go
Java
Python
TypeScript