interface CfnPackagingGroupProps
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.MediaPackage.CfnPackagingGroupProps |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsmediapackage#CfnPackagingGroupProps |
![]() | software.amazon.awscdk.services.mediapackage.CfnPackagingGroupProps |
![]() | aws_cdk.aws_mediapackage.CfnPackagingGroupProps |
![]() | aws-cdk-lib » aws_mediapackage » CfnPackagingGroupProps |
Properties for defining a CfnPackagingGroup
.
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 cfnPackagingGroupProps: mediapackage.CfnPackagingGroupProps = {
id: 'id',
// the properties below are optional
authorization: {
cdnIdentifierSecret: 'cdnIdentifierSecret',
secretsRoleArn: 'secretsRoleArn',
},
egressAccessLogs: {
logGroupName: 'logGroupName',
},
tags: [{
key: 'key',
value: 'value',
}],
};
Properties
Name | Type | Description |
---|---|---|
id | string | Unique identifier that you assign to the packaging group. |
authorization? | IResolvable | Authorization | Parameters for CDN authorization. |
egress | IResolvable | Log | The configuration parameters for egress access logging. |
tags? | Cfn [] | The tags to assign to the packaging group. |
id
Type:
string
Unique identifier that you assign to the packaging group.
authorization?
Type:
IResolvable
|
Authorization
(optional)
Parameters for CDN authorization.
egressAccessLogs?
Type:
IResolvable
|
Log
(optional)
The configuration parameters for egress access logging.
tags?
Type:
Cfn
[]
(optional)
The tags to assign to the packaging group.