| Package | Description |
|---|---|
| software.amazon.awscdk.services.licensemanager |
AWS::LicenseManager Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
CfnLicense.Builder |
CfnLicense.Builder.beneficiary(String beneficiary)
License beneficiary.
|
CfnLicense.Builder |
CfnLicense.Builder.consumptionConfiguration(CfnLicense.ConsumptionConfigurationProperty consumptionConfiguration)
Configuration for consumption of the license.
|
CfnLicense.Builder |
CfnLicense.Builder.consumptionConfiguration(IResolvable consumptionConfiguration)
Configuration for consumption of the license.
|
static CfnLicense.Builder |
CfnLicense.Builder.create(software.constructs.Construct scope,
String id) |
CfnLicense.Builder |
CfnLicense.Builder.entitlements(IResolvable entitlements)
License entitlements.
|
CfnLicense.Builder |
CfnLicense.Builder.entitlements(List<? extends Object> entitlements)
License entitlements.
|
CfnLicense.Builder |
CfnLicense.Builder.homeRegion(String homeRegion)
Home Region of the license.
|
CfnLicense.Builder |
CfnLicense.Builder.issuer(CfnLicense.IssuerDataProperty issuer)
License issuer.
|
CfnLicense.Builder |
CfnLicense.Builder.issuer(IResolvable issuer)
License issuer.
|
CfnLicense.Builder |
CfnLicense.Builder.licenseMetadata(IResolvable licenseMetadata)
License metadata.
|
CfnLicense.Builder |
CfnLicense.Builder.licenseMetadata(List<? extends Object> licenseMetadata)
License metadata.
|
CfnLicense.Builder |
CfnLicense.Builder.licenseName(String licenseName)
License name.
|
CfnLicense.Builder |
CfnLicense.Builder.productName(String productName)
Product name.
|
CfnLicense.Builder |
CfnLicense.Builder.productSku(String productSku)
Product SKU.
|
CfnLicense.Builder |
CfnLicense.Builder.status(String status)
License status.
|
CfnLicense.Builder |
CfnLicense.Builder.validity(CfnLicense.ValidityDateFormatProperty validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
CfnLicense.Builder |
CfnLicense.Builder.validity(IResolvable validity)
Date and time range during which the license is valid, in ISO8601-UTC format.
|
Copyright © 2022. All rights reserved.