acm_put_account_configuration: Adds or modifies account-level configurations in ACM

View source: R/acm_operations.R

acm_put_account_configurationR Documentation

Adds or modifies account-level configurations in ACM

Description

Adds or modifies account-level configurations in ACM.

See https://www.paws-r-sdk.com/docs/acm_put_account_configuration/ for full documentation.

Usage

acm_put_account_configuration(ExpiryEvents = NULL, IdempotencyToken)

Arguments

ExpiryEvents

Specifies expiration events associated with an account.

IdempotencyToken

[required] Customer-chosen string used to distinguish between calls to put_account_configuration. Idempotency tokens time out after one hour. If you call put_account_configuration 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.


paws.security.identity documentation built on Sept. 12, 2023, 1:10 a.m.