Struct aws_sdk_acm::model::ExpiryEventsConfiguration [−][src]
Expand description
Object containing expiration events options associated with an Amazon Web Services account.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. }
syntax; cannot be matched against without a wildcard ..
; and struct update syntax will not work.days_before_expiry: Option<i32>
Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge
events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.
Implementations
Specifies the number of days prior to certificate expiration when ACM starts generating EventBridge
events. ACM sends one event per day per certificate until the certificate expires. By default, accounts receive events starting 45 days before certificate expiration.
Creates a new builder-style object to manufacture ExpiryEventsConfiguration
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for ExpiryEventsConfiguration
impl Send for ExpiryEventsConfiguration
impl Sync for ExpiryEventsConfiguration
impl Unpin for ExpiryEventsConfiguration
impl UnwindSafe for ExpiryEventsConfiguration
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more