GetAssetResult

data class GetAssetResult(val arn: String? = null, val createdAt: String? = null, val egressEndpoints: List<AssetEgressEndpoint>? = null, val id: String? = null, val packagingGroupId: String? = null, val resourceId: String? = null, val sourceArn: String? = null, val sourceRoleArn: String? = null, val tags: List<Tag>? = null)

Constructors

Link copied to clipboard
constructor(arn: String? = null, createdAt: String? = null, egressEndpoints: List<AssetEgressEndpoint>? = null, id: String? = null, packagingGroupId: String? = null, resourceId: String? = null, sourceArn: String? = null, sourceRoleArn: String? = null, tags: List<Tag>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String? = null

The ARN of the Asset.

Link copied to clipboard
val createdAt: String? = null

The time the Asset was initially submitted for Ingest.

Link copied to clipboard

The list of egress endpoints available for the Asset.

Link copied to clipboard
val id: String? = null

The unique identifier for the Asset.

Link copied to clipboard

The ID of the PackagingGroup for the Asset.

Link copied to clipboard
val resourceId: String? = null

The resource ID to include in SPEKE key requests.

Link copied to clipboard
val sourceArn: String? = null

ARN of the source object in S3.

Link copied to clipboard
val sourceRoleArn: String? = null

The IAM role_arn used to access the source S3 bucket.

Link copied to clipboard
val tags: List<Tag>? = null

A collection of tags associated with a resource