Packaging Group Args
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)