Interface CfnLicensePropsMixin.ProvisionalConfigurationProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLicensePropsMixin.ProvisionalConfigurationProperty.Jsii$Proxy
Enclosing class:
CfnLicensePropsMixin

@Stability(Stable) public static interface CfnLicensePropsMixin.ProvisionalConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Details about a provisional configuration.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.mixins.preview.services.licensemanager.mixins.*;
 ProvisionalConfigurationProperty provisionalConfigurationProperty = ProvisionalConfigurationProperty.builder()
         .maxTimeToLiveInMinutes(123)
         .build();
 

See Also: