Asset Args
data class AssetArgs(val awsId: Output<String>? = null, val egressEndpoints: Output<List<AssetEgressEndpointArgs>>? = null, val packagingGroupId: Output<String>? = null, val resourceId: Output<String>? = null, val sourceArn: Output<String>? = null, val sourceRoleArn: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<AssetArgs>
Resource schema for AWS::MediaPackage::Asset
Properties
Link copied to clipboard
The list of egress endpoints available for the Asset.
Link copied to clipboard
The ID of the PackagingGroup for the Asset.
Link copied to clipboard
The resource ID to include in SPEKE key requests.
Link copied to clipboard
The IAM role_arn used to access the source S3 bucket.