@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.882Z") @Stability(value=Stable) public interface CfnAccessKeyProps extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.iam.*;
CfnAccessKeyProps cfnAccessKeyProps = CfnAccessKeyProps.builder()
.userName("userName")
// the properties below are optional
.serial(123)
.status("status")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnAccessKeyProps.Builder
A builder for
CfnAccessKeyProps |
static class |
CfnAccessKeyProps.Jsii$Proxy
An implementation for
CfnAccessKeyProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnAccessKeyProps.Builder |
builder() |
default Number |
getSerial()
`AWS::IAM::AccessKey.Serial`.
|
default String |
getStatus()
`AWS::IAM::AccessKey.Status`.
|
String |
getUserName()
`AWS::IAM::AccessKey.UserName`.
|
@Stability(value=Stable) @Nullable default Number getSerial()
@Stability(value=Stable) @Nullable default String getStatus()
@Stability(value=Stable) @NotNull String getUserName()
@Stability(value=Stable) static CfnAccessKeyProps.Builder builder()
CfnAccessKeyProps.Builder of CfnAccessKeyPropsCopyright © 2021. All rights reserved.