Struct aws_sdk_acm::model::ExpiryEventsConfiguration
source · [−]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
sourceimpl ExpiryEventsConfiguration
impl ExpiryEventsConfiguration
sourcepub fn days_before_expiry(&self) -> Option<i32>
pub fn days_before_expiry(&self) -> 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.
sourceimpl ExpiryEventsConfiguration
impl ExpiryEventsConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture ExpiryEventsConfiguration
.
Trait Implementations
sourceimpl Clone for ExpiryEventsConfiguration
impl Clone for ExpiryEventsConfiguration
sourcefn clone(&self) -> ExpiryEventsConfiguration
fn clone(&self) -> ExpiryEventsConfiguration
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ExpiryEventsConfiguration
impl Debug for ExpiryEventsConfiguration
sourceimpl PartialEq<ExpiryEventsConfiguration> for ExpiryEventsConfiguration
impl PartialEq<ExpiryEventsConfiguration> for ExpiryEventsConfiguration
sourcefn eq(&self, other: &ExpiryEventsConfiguration) -> bool
fn eq(&self, other: &ExpiryEventsConfiguration) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &ExpiryEventsConfiguration) -> bool
fn ne(&self, other: &ExpiryEventsConfiguration) -> bool
This method tests for !=
.
impl StructuralPartialEq for ExpiryEventsConfiguration
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more