interface CfnEventBridgeRuleTemplateGroupProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaLive.CfnEventBridgeRuleTemplateGroupProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmedialive#CfnEventBridgeRuleTemplateGroupProps |
![]() | software.amazon.awscdk.services.medialive.CfnEventBridgeRuleTemplateGroupProps |
![]() | aws_cdk.aws_medialive.CfnEventBridgeRuleTemplateGroupProps |
![]() | aws-cdk-lib » aws_medialive » CfnEventBridgeRuleTemplateGroupProps |
Properties for defining a CfnEventBridgeRuleTemplateGroup
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_medialive as medialive } from 'aws-cdk-lib';
const cfnEventBridgeRuleTemplateGroupProps: medialive.CfnEventBridgeRuleTemplateGroupProps = {
name: 'name',
// the properties below are optional
description: 'description',
tags: {
tagsKey: 'tags',
},
};
Properties
Name | Type | Description |
---|---|---|
name | string | A resource's name. |
description? | string | A resource's optional description. |
tags? | { [string]: string } | Represents the tags associated with a resource. |
name
Type:
string
A resource's name.
Names must be unique within the scope of a resource type in a specific region.
description?
Type:
string
(optional)
A resource's optional description.
tags?
Type:
{ [string]: string }
(optional)
Represents the tags associated with a resource.