Get Asset Result
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)
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.