Values.AssetCreateParametersSourceParameters used to create a MediaPackage VOD Asset.
type nonrec t = {id : string;The unique identifier for the Asset.
*)packagingGroupId : string;The ID of the PackagingGroup for the Asset.
*)resourceId : string option;The resource ID to include in SPEKE key requests.
*)sourceArn : string;ARN of the source object in S3.
*)sourceRoleArn : string;The IAM role ARN used to access the source S3 bucket.
*)}