| Package | Description |
|---|---|
| software.amazon.awscdk.services.iam |
AWS Identity and Access Management Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static AccessKey.Builder |
AccessKey.Builder.create(software.constructs.Construct scope,
String id) |
AccessKey.Builder |
AccessKey.Builder.serial(Number serial)
A CloudFormation-specific value that signifies the access key should be replaced/rotated.
|
AccessKey.Builder |
AccessKey.Builder.status(AccessKeyStatus status)
The status of the access key.
|
AccessKey.Builder |
AccessKey.Builder.user(IUser user)
The IAM user this key will belong to.
|
Copyright © 2022. All rights reserved.