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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnCertificateAuthority.ValidityPropertystatic final classAn implementation forCfnCertificateAuthority.ValidityProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getNotAfter
The end of the validity period for the certificate authority.- See Also:
-
getNotBefore
The start of the validity period for the certificate authority.- See Also:
-
builder
-