interface AssetReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaPackage.AssetReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#AssetReference |
![]() | software.amazon.awscdk.services.mediapackage.AssetReference |
![]() | aws_cdk.aws_mediapackage.AssetReference |
![]() | aws-cdk-lib » aws_mediapackage » AssetReference |
A reference to a Asset resource.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_mediapackage as mediapackage } from 'aws-cdk-lib';
const assetReference: mediapackage.AssetReference = {
assetArn: 'assetArn',
assetId: 'assetId',
};
Properties
Name | Type | Description |
---|---|---|
asset | string | The ARN of the Asset resource. |
asset | string | The Id of the Asset resource. |
assetArn
Type:
string
The ARN of the Asset resource.
assetId
Type:
string
The Id of the Asset resource.