RegenerateAccessKeyParameters Class
Parameters supplied to the Regenerate Authorization Rule operation, specifies which key needs to be reset.
Constructor
RegenerateAccessKeyParameters()
Variables
| Name | Description |
|---|---|
|
key_type
|
The access key to regenerate. Required. Known values are: "PrimaryKey" and "SecondaryKey". |
|
key
|
Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType. |
Attributes
key
Optional, if the key value provided, is reset for KeyType value or autogenerate Key value set for keyType.
key: str
keyType
"PrimaryKey" and "SecondaryKey".
keyType: Required[str | KeyType]