Contents:
aws_cdk.aws_iam.
AccessKeyStatus
Bases: enum.Enum
enum.Enum
Valid statuses for an IAM Access Key.
Attributes
ACTIVE
An active access key.
An active key can be used to make API calls.
INACTIVE
An inactive access key.
An inactive key cannot be used to make API calls.