Interface CfnAcmeExternalAccountBinding.ExpirationProperty

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

@Stability(Stable) public static interface CfnAcmeExternalAccountBinding.ExpirationProperty extends software.amazon.jsii.JsiiSerializable
The expiration configuration for the external account binding.

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.certificatemanager.*;
 ExpirationProperty expirationProperty = ExpirationProperty.builder()
         .type("type")
         .value(123)
         .build();
 

See Also: