interface PackagingGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaPackage.PackagingGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#PackagingGroupReference |
![]() | software.amazon.awscdk.services.mediapackage.PackagingGroupReference |
![]() | aws_cdk.aws_mediapackage.PackagingGroupReference |
![]() | aws-cdk-lib » aws_mediapackage » PackagingGroupReference |
A reference to a PackagingGroup 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 packagingGroupReference: mediapackage.PackagingGroupReference = {
packagingGroupArn: 'packagingGroupArn',
packagingGroupId: 'packagingGroupId',
};
Properties
Name | Type | Description |
---|---|---|
packaging | string | The ARN of the PackagingGroup resource. |
packaging | string | The Id of the PackagingGroup resource. |
packagingGroupArn
Type:
string
The ARN of the PackagingGroup resource.
packagingGroupId
Type:
string
The Id of the PackagingGroup resource.