Class GetReceivedLicenseResult
- java.lang.Object
-
- com.pulumi.aws.licensemanager.outputs.GetReceivedLicenseResult
-
public final class GetReceivedLicenseResult extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetReceivedLicenseResult.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
beneficiary()
static GetReceivedLicenseResult.Builder
builder()
static GetReceivedLicenseResult.Builder
builder(GetReceivedLicenseResult defaults)
java.util.List<GetReceivedLicenseConsumptionConfiguration>
consumptionConfigurations()
java.lang.String
createTime()
java.util.List<GetReceivedLicenseEntitlement>
entitlements()
java.lang.String
homeRegion()
java.lang.String
id()
java.util.List<GetReceivedLicenseIssuer>
issuers()
java.lang.String
licenseArn()
java.util.List<GetReceivedLicenseLicenseMetadata>
licenseMetadatas()
java.lang.String
licenseName()
java.lang.String
productName()
java.lang.String
productSku()
java.util.List<GetReceivedLicenseReceivedMetadata>
receivedMetadatas()
java.lang.String
status()
java.util.List<GetReceivedLicenseValidity>
validities()
java.lang.String
version()
-
-
-
Method Detail
-
beneficiary
public java.lang.String beneficiary()
- Returns:
- Granted license beneficiary. This is in the form of the ARN of the root user of the account.
-
consumptionConfigurations
public java.util.List<GetReceivedLicenseConsumptionConfiguration> consumptionConfigurations()
- Returns:
- Configuration for consumption of the license. Detailed below
-
createTime
public java.lang.String createTime()
- Returns:
- Creation time of the granted license in RFC 3339 format.
-
entitlements
public java.util.List<GetReceivedLicenseEntitlement> entitlements()
- Returns:
- License entitlements. Detailed below
-
homeRegion
public java.lang.String homeRegion()
- Returns:
- Home Region of the granted license.
-
id
public java.lang.String id()
- Returns:
- The provider-assigned unique ID for this managed resource.
-
issuers
public java.util.List<GetReceivedLicenseIssuer> issuers()
- Returns:
- Granted license issuer. Detailed below
-
licenseArn
public java.lang.String licenseArn()
- Returns:
- Amazon Resource Name (ARN) of the license.
-
licenseMetadatas
public java.util.List<GetReceivedLicenseLicenseMetadata> licenseMetadatas()
- Returns:
- Granted license metadata. This is in the form of a set of all meta data. Detailed below
-
licenseName
public java.lang.String licenseName()
- Returns:
- License name.
-
productName
public java.lang.String productName()
- Returns:
- Product name. * ` product_sku ` - Product SKU.
-
productSku
public java.lang.String productSku()
-
receivedMetadatas
public java.util.List<GetReceivedLicenseReceivedMetadata> receivedMetadatas()
- Returns:
- Granted license received metadata. Detailed below
-
status
public java.lang.String status()
- Returns:
- Granted license status.
-
validities
public java.util.List<GetReceivedLicenseValidity> validities()
- Returns:
- Date and time range during which the granted license is valid, in ISO8601-UTC format. Detailed below
-
version
public java.lang.String version()
- Returns:
- Version of the granted license.
-
builder
public static GetReceivedLicenseResult.Builder builder()
-
builder
public static GetReceivedLicenseResult.Builder builder(GetReceivedLicenseResult defaults)
-
-