Data Source: aws_licensemanager_received_license

This resource can be used to get data on a received license using an ARN. This can be helpful for pulling in data on a license from the AWS marketplace and sharing that license with another account.

Example Usage

The following shows getting the received license data using and ARN.

data "aws_licensemanager_received_license" "test" {
  license_arn = "arn:aws:license-manager::111111111111:license:l-ecbaa94eb71a4830b6d7e49268fecaa0"
}

Argument Reference

Attribute Reference

This data source exports the following attributes in addition to the arguments above:

consumption_configuration

borrow_configuration

A list with a single map.

provisional_configuration

A list with a single map.

entitlements

A list with a single map.

issuer

A list with a single map.

license_metadata

Each metadata item will have the following attributes.

received_metadata

A list with a single map.

validity

A list with a single map.