Interface CfnAccountProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAccountProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-22T02:23:58.004Z")
@Stability(Stable)
public interface CfnAccountProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnAccount
.
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.*; CfnAccountProps cfnAccountProps = CfnAccountProps.builder() .expiryEventsConfiguration(ExpiryEventsConfigurationProperty.builder() .daysBeforeExpiry(123) .build()) .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnAccountProps
static final class
An implementation forCfnAccountProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnAccountProps.Builder
builder()
Object containing expiration events options associated with an AWS account .Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpiryEventsConfiguration
Object containing expiration events options associated with an AWS account .For more information, see ExpiryEventsConfiguration in the API reference.
- See Also:
-
builder
- Returns:
- a
CfnAccountProps.Builder
ofCfnAccountProps
-