Interface CfnEventBridgeRuleTemplateGroupMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventBridgeRuleTemplateGroupMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-04-14T18:32:14.988Z")
@Stability(Stable)
public interface CfnEventBridgeRuleTemplateGroupMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnEventBridgeRuleTemplateGroupPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.medialive.*;
CfnEventBridgeRuleTemplateGroupMixinProps cfnEventBridgeRuleTemplateGroupMixinProps = CfnEventBridgeRuleTemplateGroupMixinProps.builder()
.description("description")
.name("name")
.tags(Map.of(
"tagsKey", "tags"))
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnEventBridgeRuleTemplateGroupMixinPropsstatic final classAn implementation forCfnEventBridgeRuleTemplateGroupMixinProps -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDescription
A resource's optional description.- See Also:
-
getName
A resource's name.Names must be unique within the scope of a resource type in a specific region.
- See Also:
-
getTags
Represents the tags associated with a resource.- See Also:
-
builder
-