create_packaging_group
(**kwargs)¶Creates a new MediaPackage VOD PackagingGroup resource.
See also: AWS API Documentation
Request Syntax
response = client.create_packaging_group(
Authorization={
'CdnIdentifierSecret': 'string',
'SecretsRoleArn': 'string'
},
EgressAccessLogs={
'LogGroupName': 'string'
},
Id='string',
Tags={
'string': 'string'
}
)
CDN Authorization credentials
Configure egress access logging.
A collection of tags associated with a resource
dict
Response Syntax
{
'Arn': 'string',
'Authorization': {
'CdnIdentifierSecret': 'string',
'SecretsRoleArn': 'string'
},
'CreatedAt': 'string',
'DomainName': 'string',
'EgressAccessLogs': {
'LogGroupName': 'string'
},
'Id': 'string',
'Tags': {
'string': 'string'
}
}
Response Structure
Exceptions
MediaPackageVod.Client.exceptions.UnprocessableEntityException
MediaPackageVod.Client.exceptions.InternalServerErrorException
MediaPackageVod.Client.exceptions.ForbiddenException
MediaPackageVod.Client.exceptions.NotFoundException
MediaPackageVod.Client.exceptions.ServiceUnavailableException
MediaPackageVod.Client.exceptions.TooManyRequestsException