MediaPackageVod / Paginator / ListPackagingGroups
ListPackagingGroups#
- class MediaPackageVod.Paginator.ListPackagingGroups#
- paginator = client.get_paginator('list_packaging_groups') - paginate(**kwargs)#
- Creates an iterator that will paginate through responses from - MediaPackageVod.Client.list_packaging_groups().- See also: AWS API Documentation - Request Syntax- response_iterator = paginator.paginate( PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) - Parameters:
- PaginationConfig (dict) – - A dictionary that provides parameters to control pagination. - MaxItems (integer) – - The total number of items to return. If the total number of items available is more than the value specified in max-items then a - NextTokenwill be provided in the output that you can use to resume pagination.
- PageSize (integer) – - The size of each page. 
- StartingToken (string) – - A token to specify where to start paginating. This is the - NextTokenfrom a previous response.
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'PackagingGroups': [ { 'ApproximateAssetCount': 123, 'Arn': 'string', 'Authorization': { 'CdnIdentifierSecret': 'string', 'SecretsRoleArn': 'string' }, 'CreatedAt': 'string', 'DomainName': 'string', 'EgressAccessLogs': { 'LogGroupName': 'string' }, 'Id': 'string', 'Tags': { 'string': 'string' } }, ] } - Response Structure- (dict) – A collection of MediaPackage VOD PackagingGroup resources. - PackagingGroups (list) – A list of MediaPackage VOD PackagingGroup resources. - (dict) – A MediaPackage VOD PackagingGroup resource. - ApproximateAssetCount (integer) – The approximate asset count of the PackagingGroup. 
- Arn (string) – The ARN of the PackagingGroup. 
- Authorization (dict) – CDN Authorization credentials - CdnIdentifierSecret (string) – The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization. 
- SecretsRoleArn (string) – The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager. 
 
- CreatedAt (string) – The time the PackagingGroup was created. 
- DomainName (string) – The fully qualified domain name for Assets in the PackagingGroup. 
- EgressAccessLogs (dict) – Configure egress access logging. - LogGroupName (string) – Customize the log group name. 
 
- Id (string) – The ID of the PackagingGroup. 
- Tags (dict) – A collection of tags associated with a resource - (string) – - (string) –