| Modifier and Type | Method and Description |
|---|---|
CfnAsset |
build() |
static CfnAsset.Builder |
create(software.constructs.Construct scope,
String id) |
CfnAsset.Builder |
id(String id)
Unique identifier that you assign to the asset.
|
CfnAsset.Builder |
packagingGroupId(String packagingGroupId)
The ID of the packaging group associated with this asset.
|
CfnAsset.Builder |
resourceId(String resourceId)
Unique identifier for this asset, as it's configured in the key provider service.
|
CfnAsset.Builder |
sourceArn(String sourceArn)
The ARN for the source content in Amazon S3.
|
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 |
tags(List<? extends CfnTag> tags)
The tags to assign to the asset.
|
@Stability(value=Stable) public static CfnAsset.Builder create(software.constructs.Construct scope, String id)
scope - - scope in which this resource is defined. This parameter is required.id - - scoped id of the resource. This parameter is required.CfnAsset.EgressEndpointProperty.Builder.@Stability(value=Stable) public CfnAsset.Builder id(String id)
id - Unique identifier that you assign to the asset. This parameter is required.this@Stability(value=Stable) public CfnAsset.Builder packagingGroupId(String packagingGroupId)
packagingGroupId - The ID of the packaging group associated with this asset. This parameter is required.this@Stability(value=Stable) public CfnAsset.Builder sourceArn(String sourceArn)
sourceArn - The ARN for the source content in Amazon S3. This parameter is required.this@Stability(value=Stable) public CfnAsset.Builder sourceRoleArn(String sourceRoleArn)
Valid format: arn:aws:iam::{accountID}:role/{name}
sourceRoleArn - The ARN for the IAM role that provides AWS Elemental MediaPackage access to the Amazon S3 bucket where the source content is stored. This parameter is required.this@Stability(value=Stable) public CfnAsset.Builder resourceId(String resourceId)
resourceId - Unique identifier for this asset, as it's configured in the key provider service. This parameter is required.this@Stability(value=Stable) public CfnAsset.Builder tags(List<? extends CfnTag> tags)
tags - The tags to assign to the asset. This parameter is required.thisCopyright © 2022. All rights reserved.