--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_licensemanager_license Resource - terraform-provider-awscc" subcategory: "" description: |- Resource Type definition for AWS::LicenseManager::License --- # awscc_licensemanager_license (Resource) Resource Type definition for AWS::LicenseManager::License ## Schema ### Required - `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_name` (String) Name for the created license. - `product_name` (String) Product name for the created license. - `validity` (Attributes) (see [below for nested schema](#nestedatt--validity)) ### Optional - `beneficiary` (String) Beneficiary of the license. - `license_metadata` (Attributes List) (see [below for nested schema](#nestedatt--license_metadata)) - `product_sku` (String) ProductSKU of the license. - `status` (String) ### Read-Only - `id` (String) Uniquely identifies the resource. - `license_arn` (String) Amazon Resource Name is a unique name for each resource. - `version` (String) The version of the license. ### Nested Schema for `consumption_configuration` Required: - `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` Required: - `allow_early_check_in` (Boolean) - `max_time_to_live_in_minutes` (Number) ### Nested Schema for `consumption_configuration.provisional_configuration` Required: - `max_time_to_live_in_minutes` (Number) ### Nested Schema for `entitlements` Required: - `allow_check_in` (Boolean) - `max_count` (Number) - `name` (String) - `overage` (Boolean) - `unit` (String) - `value` (String) ### Nested Schema for `issuer` Required: - `name` (String) - `sign_key` (String) ### Nested Schema for `validity` Required: - `begin` (String) Validity begin date for the license. - `end` (String) Validity begin date for the license. ### Nested Schema for `license_metadata` Optional: - `name` (String) - `value` (String) ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_licensemanager_license.example ```