Interface CfnLicense.ValidityDateFormatProperty

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

@Stability(Stable) public static interface CfnLicense.ValidityDateFormatProperty extends software.amazon.jsii.JsiiSerializable
Date and time range during which the license is valid, in ISO8601-UTC format.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.licensemanager.*;
 ValidityDateFormatProperty validityDateFormatProperty = ValidityDateFormatProperty.builder()
         .begin("begin")
         .end("end")
         .build();
 

See Also: