| Package | Description |
|---|---|
| software.amazon.awscdk.services.mediapackage |
AWS::MediaPackage Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnAsset.Builder |
CfnAsset.Builder.create(software.constructs.Construct scope,
String id) |
CfnAsset.Builder |
CfnAsset.Builder.id(String id)
Unique identifier that you assign to the asset.
|
CfnAsset.Builder |
CfnAsset.Builder.packagingGroupId(String packagingGroupId)
The ID of the packaging group associated with this asset.
|
CfnAsset.Builder |
CfnAsset.Builder.resourceId(String resourceId)
Unique identifier for this asset, as it's configured in the key provider service.
|
CfnAsset.Builder |
CfnAsset.Builder.sourceArn(String sourceArn)
The ARN for the source content in Amazon S3.
|
CfnAsset.Builder |
CfnAsset.Builder.sourceRoleArn(String sourceRoleArn)
The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored.
|
CfnAsset.Builder |
CfnAsset.Builder.tags(List<? extends CfnTag> tags)
The tags to assign to the asset.
|
Copyright © 2022. All rights reserved.