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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAcmeExternalAccountBinding.ExpirationPropertystatic final classAn implementation forCfnAcmeExternalAccountBinding.ExpirationProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The time unit for the expiration value.- See Also:
-
getValue
The expiration value.- See Also:
-
builder
-