Uses of Class
software.amazon.awscdk.cfnpropertymixins.services.licensemanager.CfnLicensePropsMixin.Builder
Packages that use CfnLicensePropsMixin.Builder
-
Uses of CfnLicensePropsMixin.Builder in software.amazon.awscdk.cfnpropertymixins.services.licensemanager
Methods in software.amazon.awscdk.cfnpropertymixins.services.licensemanager that return CfnLicensePropsMixin.BuilderModifier and TypeMethodDescriptionCfnLicensePropsMixin.Builder.beneficiary(String beneficiary) License beneficiary.CfnLicensePropsMixin.Builder.consumptionConfiguration(CfnLicensePropsMixin.ConsumptionConfigurationProperty consumptionConfiguration) Configuration for consumption of the license.CfnLicensePropsMixin.Builder.consumptionConfiguration(IResolvable consumptionConfiguration) Configuration for consumption of the license.static CfnLicensePropsMixin.BuilderCfnLicensePropsMixin.Builder.create()static CfnLicensePropsMixin.BuilderCfnLicensePropsMixin.Builder.create(CfnPropertyMixinOptions options) CfnLicensePropsMixin.Builder.entitlements(List<? extends Object> entitlements) License entitlements.CfnLicensePropsMixin.Builder.entitlements(IResolvable entitlements) License entitlements.CfnLicensePropsMixin.Builder.homeRegion(String homeRegion) Home Region of the license.CfnLicensePropsMixin.Builder.issuer(CfnLicensePropsMixin.IssuerDataProperty issuer) License issuer.CfnLicensePropsMixin.Builder.issuer(IResolvable issuer) License issuer.CfnLicensePropsMixin.Builder.licenseMetadata(List<? extends Object> licenseMetadata) License metadata.CfnLicensePropsMixin.Builder.licenseMetadata(IResolvable licenseMetadata) License metadata.CfnLicensePropsMixin.Builder.licenseName(String licenseName) License name.CfnLicensePropsMixin.Builder.productName(String productName) Product name.CfnLicensePropsMixin.Builder.productSku(String productSku) Product SKU.License status.A list of tags to attach.CfnLicensePropsMixin.Builder.validity(CfnLicensePropsMixin.ValidityDateFormatProperty validity) Date and time range during which the license is valid, in ISO8601-UTC format.CfnLicensePropsMixin.Builder.validity(IResolvable validity) Date and time range during which the license is valid, in ISO8601-UTC format.