---
# generated by https://github.com/hashicorp/terraform-plugin-docs
page_title: "awscc_mediapackage_packaging_group Data Source - terraform-provider-awscc"
subcategory: ""
description: |-
Data Source schema for AWS::MediaPackage::PackagingGroup
---
# awscc_mediapackage_packaging_group (Data Source)
Data Source schema for AWS::MediaPackage::PackagingGroup
## Schema
### Required
- `id` (String) Uniquely identifies the resource.
### Read-Only
- `arn` (String) The ARN of the PackagingGroup.
- `authorization` (Attributes) CDN Authorization (see [below for nested schema](#nestedatt--authorization))
- `domain_name` (String) The fully qualified domain name for Assets in the PackagingGroup.
- `egress_access_logs` (Attributes) The configuration parameters for egress access logging. (see [below for nested schema](#nestedatt--egress_access_logs))
- `tags` (Attributes List) A collection of tags associated with a resource (see [below for nested schema](#nestedatt--tags))
### Nested Schema for `authorization`
Read-Only:
- `cdn_identifier_secret` (String) The Amazon Resource Name (ARN) for the secret in AWS Secrets Manager that is used for CDN authorization.
- `secrets_role_arn` (String) The Amazon Resource Name (ARN) for the IAM role that allows MediaPackage to communicate with AWS Secrets Manager.
### Nested Schema for `egress_access_logs`
Read-Only:
- `log_group_name` (String) Sets a custom AWS CloudWatch log group name for egress logs. If a log group name isn't specified, the default name is used: /aws/MediaPackage/VodEgressAccessLogs.
### Nested Schema for `tags`
Read-Only:
- `key` (String)
- `value` (String)