--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_licensemanager_license Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::LicenseManager::License --- # awscc_licensemanager_license (Data Source) Data Source schema for AWS::LicenseManager::License ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `beneficiary` (String) Beneficiary of the license. - `consumption_configuration` (Attributes) (see [below for nested schema](#nestedatt--consumption_configuration)) - `entitlements` (Attributes List) (see [below for nested schema](#nestedatt--entitlements)) - `home_region` (String) Home region for the created license. - `issuer` (Attributes) (see [below for nested schema](#nestedatt--issuer)) - `license_arn` (String) Amazon Resource Name is a unique name for each resource. - `license_metadata` (Attributes List) (see [below for nested schema](#nestedatt--license_metadata)) - `license_name` (String) Name for the created license. - `product_name` (String) Product name for the created license. - `product_sku` (String) ProductSKU of the license. - `status` (String) - `validity` (Attributes) (see [below for nested schema](#nestedatt--validity)) - `version` (String) The version of the license. ### Nested Schema for `consumption_configuration` Read-Only: - `borrow_configuration` (Attributes) (see [below for nested schema](#nestedatt--consumption_configuration--borrow_configuration)) - `provisional_configuration` (Attributes) (see [below for nested schema](#nestedatt--consumption_configuration--provisional_configuration)) - `renew_type` (String) ### Nested Schema for `consumption_configuration.borrow_configuration` Read-Only: - `allow_early_check_in` (Boolean) - `max_time_to_live_in_minutes` (Number) ### Nested Schema for `consumption_configuration.provisional_configuration` Read-Only: - `max_time_to_live_in_minutes` (Number) ### Nested Schema for `entitlements` Read-Only: - `allow_check_in` (Boolean) - `max_count` (Number) - `name` (String) - `overage` (Boolean) - `unit` (String) - `value` (String) ### Nested Schema for `issuer` Read-Only: - `name` (String) - `sign_key` (String) ### Nested Schema for `license_metadata` Read-Only: - `name` (String) - `value` (String) ### Nested Schema for `validity` Read-Only: - `begin` (String) Validity begin date for the license. - `end` (String) Validity begin date for the license.