AwsIamAccessKeyMetadataPropertiesArgs

data class AwsIamAccessKeyMetadataPropertiesArgs(val accessKeyId: Output<String>? = null, val createDate: Output<String>? = null, val status: Output<StatusTypeEnumValueArgs>? = null, val userName: Output<String>? = null) : ConvertibleToJava<AwsIamAccessKeyMetadataPropertiesArgs>

Definition of awsIamAccessKeyMetadata

Constructors

Link copied to clipboard
constructor(accessKeyId: Output<String>? = null, createDate: Output<String>? = null, status: Output<StatusTypeEnumValueArgs>? = null, userName: Output<String>? = null)

Properties

Link copied to clipboard
val accessKeyId: Output<String>? = null

The ID for this access key.

Link copied to clipboard
val createDate: Output<String>? = null

The date when the access key was created.

Link copied to clipboard
val status: Output<StatusTypeEnumValueArgs>? = null

The status of the access key. Active means that the key is valid for API calls; Inactive means it is not.

Link copied to clipboard
val userName: Output<String>? = null

The name of the IAM user that the key is associated with.

Functions

Link copied to clipboard
open override fun toJava(): AwsIamAccessKeyMetadataPropertiesArgs