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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLicense.ValidityDateFormatPropertystatic final classAn implementation forCfnLicense.ValidityDateFormatProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBegin
Start of the time range.- See Also:
-
getEnd
End of the time range.- See Also:
-
builder
-