@Generated(value="jsii-pacmak/1.46.0 (build cd08c55)", date="2021-11-25T20:11:07.324Z") @Stability(value=Stable) public interface CfnAssetProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.mediapackage.*;
CfnAssetProps cfnAssetProps = CfnAssetProps.builder()
.id("id")
.packagingGroupId("packagingGroupId")
.sourceArn("sourceArn")
.sourceRoleArn("sourceRoleArn")
// the properties below are optional
.resourceId("resourceId")
.tags(List.of(CfnTag.builder()
.key("key")
.value("value")
.build()))
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAssetProps.Builder
A builder for
CfnAssetProps |
static class |
CfnAssetProps.Jsii$Proxy
An implementation for
CfnAssetProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAssetProps.Builder |
builder() |
String |
getId()
`AWS::MediaPackage::Asset.Id`.
|
String |
getPackagingGroupId()
`AWS::MediaPackage::Asset.PackagingGroupId`.
|
default String |
getResourceId()
`AWS::MediaPackage::Asset.ResourceId`.
|
String |
getSourceArn()
`AWS::MediaPackage::Asset.SourceArn`.
|
String |
getSourceRoleArn()
`AWS::MediaPackage::Asset.SourceRoleArn`.
|
default List<CfnTag> |
getTags()
`AWS::MediaPackage::Asset.Tags`.
|
@Stability(value=Stable) @NotNull String getId()
@Stability(value=Stable) @NotNull String getPackagingGroupId()
@Stability(value=Stable) @Nullable default String getResourceId()
@Stability(value=Stable) @NotNull String getSourceArn()
@Stability(value=Stable) @NotNull String getSourceRoleArn()
@Stability(value=Stable) @Nullable default List<CfnTag> getTags()
@Stability(value=Stable) static CfnAssetProps.Builder builder()
CfnAssetProps.Builder of CfnAssetPropsCopyright © 2021. All rights reserved.