LicenseManager / Client / get_license_asset_group

get_license_asset_group

LicenseManager.Client.get_license_asset_group(**kwargs)

Gets a license asset group.

See also: AWS API Documentation

Request Syntax

response = client.get_license_asset_group(
    LicenseAssetGroupArn='string'
)
Parameters:

LicenseAssetGroupArn (string) –

[REQUIRED]

Amazon Resource Name (ARN) of the license asset group.

Return type:

dict

Returns:

Response Syntax

{
    'LicenseAssetGroup': {
        'Name': 'string',
        'Description': 'string',
        'LicenseAssetGroupConfigurations': [
            {
                'UsageDimension': 'string'
            },
        ],
        'AssociatedLicenseAssetRulesetARNs': [
            'string',
        ],
        'Properties': [
            {
                'Key': 'string',
                'Value': 'string'
            },
        ],
        'LicenseAssetGroupArn': 'string',
        'Status': 'ACTIVE'|'DISABLED'|'DELETED',
        'StatusMessage': 'string',
        'LatestUsageAnalysisTime': datetime(2015, 1, 1),
        'LatestResourceDiscoveryTime': datetime(2015, 1, 1)
    }
}

Response Structure

  • (dict) –

    • LicenseAssetGroup (dict) –

      License asset group.

      • Name (string) –

        License asset group name.

      • Description (string) –

        License asset group description.

      • LicenseAssetGroupConfigurations (list) –

        License asset group configurations.

        • (dict) –

          License asset group configuration.

          • UsageDimension (string) –

            License Asset Group Configuration Usage dimension.

      • AssociatedLicenseAssetRulesetARNs (list) –

        ARNs of associated license asset rulesets.

        • (string) –

      • Properties (list) –

        License asset group properties.

        • (dict) –

          License asset group property.

          • Key (string) –

            Property key.

          • Value (string) –

            Property value.

      • LicenseAssetGroupArn (string) –

        Amazon Resource Name (ARN) of the license asset group.

      • Status (string) –

        License asset group status.

      • StatusMessage (string) –

        License asset group status message.

      • LatestUsageAnalysisTime (datetime) –

        Latest usage analysis time.

      • LatestResourceDiscoveryTime (datetime) –

        Latest resource discovery time.

Exceptions

  • LicenseManager.Client.exceptions.ValidationException

  • LicenseManager.Client.exceptions.InvalidParameterValueException

  • LicenseManager.Client.exceptions.AuthorizationException

  • LicenseManager.Client.exceptions.AccessDeniedException

  • LicenseManager.Client.exceptions.RateLimitExceededException

  • LicenseManager.Client.exceptions.ServerInternalException