class Aws::ACM::Types::PutAccountConfigurationRequest

@note When making an API call, you may pass PutAccountConfigurationRequest

data as a hash:

    {
      expiry_events: {
        days_before_expiry: 1,
      },
      idempotency_token: "IdempotencyToken", # required
    }

@!attribute [rw] expiry_events

Specifies expiration events associated with an account.
@return [Types::ExpiryEventsConfiguration]

@!attribute [rw] idempotency_token

Customer-chosen string used to distinguish between calls to
`PutAccountConfiguration`. Idempotency tokens time out after one
hour. If you call `PutAccountConfiguration` multiple times with the
same unexpired idempotency token, ACM treats it as the same request
and returns the original result. If you change the idempotency token
for each call, ACM treats each call as a new request.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/acm-2015-12-08/PutAccountConfigurationRequest AWS API Documentation

Constants

SENSITIVE