ChannelGroupAttributes
- class aws_cdk.aws_mediapackagev2_alpha.ChannelGroupAttributes(*, channel_group_name, egress_domain=None, region=None)
Bases:
object(experimental) Attributes to enable import of a Channel Group, which in turn can be used to create a Channel and OriginEndpoint).
- Parameters:
channel_group_name (
str) – (experimental) Channel Group Name.egress_domain (
Optional[str]) – (experimental) The egress domain where packaged content is available. Use this as the origin domain when configuring a CDN such as Amazon CloudFront. Default: - not available on imported channel groupsregion (
Optional[str]) – (experimental) The AWS region where the channel group lives. Required for cross-region imports to construct the correct ARN. Default: - the importing stack’s region
- Stability:
experimental
- ExampleMetadata:
infused
Example:
# stack: Stack channel_group = ChannelGroup.from_channel_group_attributes(stack, "ImportedChannelGroup", channel_group_name="MyChannelGroup" )
Attributes
- channel_group_name
(experimental) Channel Group Name.
- Stability:
experimental
- egress_domain
(experimental) The egress domain where packaged content is available.
Use this as the origin domain when configuring a CDN such as Amazon CloudFront.
- Default:
not available on imported channel groups
- Stability:
experimental
- region
(experimental) The AWS region where the channel group lives.
Required for cross-region imports to construct the correct ARN.
- Default:
the importing stack’s region
- Stability:
experimental