PackagingGroupArgs

data class PackagingGroupArgs(val authorization: Output<PackagingGroupAuthorizationArgs>? = null, val awsId: Output<String>? = null, val egressAccessLogs: Output<PackagingGroupLogConfigurationArgs>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null) : ConvertibleToJava<PackagingGroupArgs>

Resource schema for AWS::MediaPackage::PackagingGroup

Constructors

Link copied to clipboard
constructor(authorization: Output<PackagingGroupAuthorizationArgs>? = null, awsId: Output<String>? = null, egressAccessLogs: Output<PackagingGroupLogConfigurationArgs>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null)

Properties

Link copied to clipboard

CDN Authorization

Link copied to clipboard
val awsId: Output<String>? = null

The ID of the PackagingGroup.

Link copied to clipboard

The configuration parameters for egress access logging.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

A collection of tags associated with a resource

Functions

Link copied to clipboard
open override fun toJava(): PackagingGroupArgs