Class: Aws::ACM::Types::ExpiryEventsConfiguration

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb

Overview

Object containing expiration events options associated with an Amazon Web Services account.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#days_before_expiryInteger

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.

Returns:

  • (Integer)


1134
1135
1136
1137
1138
# File 'gems/aws-sdk-acm/lib/aws-sdk-acm/types.rb', line 1134

class ExpiryEventsConfiguration < Struct.new(
  :days_before_expiry)
  SENSITIVE = []
  include Aws::Structure
end