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