Packaging Group Args
data class PackagingGroupArgs(val authorization: Output<PackagingGroupAuthorizationArgs>? = null, val egressAccessLogs: Output<PackagingGroupLogConfigurationArgs>? = null, val tags: Output<List<PackagingGroupTagArgs>>? = null) : ConvertibleToJava<PackagingGroupArgs>
Resource schema for AWS::MediaPackage::PackagingGroup
Constructors
Link copied to clipboard
fun PackagingGroupArgs(authorization: Output<PackagingGroupAuthorizationArgs>? = null, egressAccessLogs: Output<PackagingGroupLogConfigurationArgs>? = null, tags: Output<List<PackagingGroupTagArgs>>? = null)