configure_logs(**kwargs)¶Changes the packaging group's properities to configure log subscription
See also: AWS API Documentation
Request Syntax
response = client.configure_logs(
EgressAccessLogs={
'LogGroupName': 'string'
},
Id='string'
)
Configure egress access logging.
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.UnprocessableEntityExceptionMediaPackageVod.Client.exceptions.InternalServerErrorExceptionMediaPackageVod.Client.exceptions.ForbiddenExceptionMediaPackageVod.Client.exceptions.NotFoundExceptionMediaPackageVod.Client.exceptions.ServiceUnavailableExceptionMediaPackageVod.Client.exceptions.TooManyRequestsException