

# GrantedLicense
<a name="API_GrantedLicense"></a>

Describes a license that is granted to a grantee.

## Contents
<a name="API_GrantedLicense_Contents"></a>

 ** Beneficiary **   <a name="licensemanager-Type-GrantedLicense-Beneficiary"></a>
Granted license beneficiary.  
Type: String  
Required: No

 ** ConsumptionConfiguration **   <a name="licensemanager-Type-GrantedLicense-ConsumptionConfiguration"></a>
Configuration for consumption of the license.  
Type: [ConsumptionConfiguration](API_ConsumptionConfiguration.md) object  
Required: No

 ** CreateTime **   <a name="licensemanager-Type-GrantedLicense-CreateTime"></a>
Creation time of the granted license.  
Type: String  
Length Constraints: Maximum length of 50.  
Pattern: `^(-?(?:[1-9][0-9]*)?[0-9]{4})-(1[0-2]|0[1-9])-(3[0-1]|0[1-9]|[1-2][0-9])T(2[0-3]|[0-1][0-9]):([0-5][0-9]):([0-5][0-9])(\.[0-9]+)?(Z|[+-](?:2[ 0-3]|[0-1][0-9]):[0-5][0-9])+$`   
Required: No

 ** Entitlements **   <a name="licensemanager-Type-GrantedLicense-Entitlements"></a>
License entitlements.  
Type: Array of [Entitlement](API_Entitlement.md) objects  
Required: No

 ** HomeRegion **   <a name="licensemanager-Type-GrantedLicense-HomeRegion"></a>
Home Region of the granted license.  
Type: String  
Required: No

 ** Issuer **   <a name="licensemanager-Type-GrantedLicense-Issuer"></a>
Granted license issuer.  
Type: [IssuerDetails](API_IssuerDetails.md) object  
Required: No

 ** LicenseArn **   <a name="licensemanager-Type-GrantedLicense-LicenseArn"></a>
Amazon Resource Name (ARN) of the license.  
Type: String  
Length Constraints: Maximum length of 2048.  
Pattern: `^arn:aws[a-zA-Z-]*:[A-Za-z0-9][A-Za-z0-9_/.-]{0,62}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9_/.-]{0,63}:[A-Za-z0-9][A-Za-z0-9:_/+=,@.-]{0,1023}$`   
Required: No

 ** LicenseMetadata **   <a name="licensemanager-Type-GrantedLicense-LicenseMetadata"></a>
Granted license metadata.  
Type: Array of [Metadata](API_Metadata.md) objects  
Required: No

 ** LicenseName **   <a name="licensemanager-Type-GrantedLicense-LicenseName"></a>
License name.  
Type: String  
Required: No

 ** ProductName **   <a name="licensemanager-Type-GrantedLicense-ProductName"></a>
Product name.  
Type: String  
Required: No

 ** ProductSKU **   <a name="licensemanager-Type-GrantedLicense-ProductSKU"></a>
Product SKU.  
Type: String  
Required: No

 ** ReceivedMetadata **   <a name="licensemanager-Type-GrantedLicense-ReceivedMetadata"></a>
Granted license received metadata.  
Type: [ReceivedMetadata](API_ReceivedMetadata.md) object  
Required: No

 ** Status **   <a name="licensemanager-Type-GrantedLicense-Status"></a>
Granted license status.  
Type: String  
Valid Values: `AVAILABLE | PENDING_AVAILABLE | DEACTIVATED | SUSPENDED | EXPIRED | PENDING_DELETE | DELETED`   
Required: No

 ** Validity **   <a name="licensemanager-Type-GrantedLicense-Validity"></a>
Date and time range during which the granted license is valid, in ISO8601-UTC format.  
Type: [DatetimeRange](API_DatetimeRange.md) object  
Required: No

 ** Version **   <a name="licensemanager-Type-GrantedLicense-Version"></a>
Version of the granted license.  
Type: String  
Required: No

## See Also
<a name="API_GrantedLicense_SeeAlso"></a>

For more information about using this API in one of the language-specific Amazon SDKs, see the following:
+  [Amazon SDK for C\$1\$1](https://docs.amazonaws.cn/goto/SdkForCpp/license-manager-2018-08-01/GrantedLicense) 
+  [Amazon SDK for Java V2](https://docs.amazonaws.cn/goto/SdkForJavaV2/license-manager-2018-08-01/GrantedLicense) 
+  [Amazon SDK for Ruby V3](https://docs.amazonaws.cn/goto/SdkForRubyV3/license-manager-2018-08-01/GrantedLicense) 