Interface CfnCertificateAuthority.ValidityProperty

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

@Stability(Stable) public static interface CfnCertificateAuthority.ValidityProperty extends software.amazon.jsii.JsiiSerializable
The validity period of the certificate authority.

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.eks.*;
 ValidityProperty validityProperty = ValidityProperty.builder()
         .notAfter("notAfter")
         .notBefore("notBefore")
         .build();
 

See Also: