メインコンテンツまでスキップ

AWSElastiCacheUser

No description

type AWSElastiCacheUser {
metadata: ResourceMetadata!
arn: String!
accessString: String!
authentication: AWSElastiCacheUserAuthentication!
engine: AWSElastiCacheEngineType!
minimumEngineVersion: String!
status: AWSElastiCacheUserStatusType!
userGroupIds: [String!]!
id: String!
name: String!
}

Fields

AWSElastiCacheUser.metadata ● ResourceMetadata! non-null object

The metadata to identify this user in Shisho Cloud

AWSElastiCacheUser.arn ● String! non-null scalar

The Amazon Resource Name (ARN) of the user

AWSElastiCacheUser.accessString ● String! non-null scalar

Access permissions string used for this user

AWSElastiCacheUser.authentication ● AWSElastiCacheUserAuthentication! non-null object

Indicates whether the user requires a password to authenticate

AWSElastiCacheUser.engine ● AWSElastiCacheEngineType! non-null enum

The engine type. The current supported value is Redis.

AWSElastiCacheUser.minimumEngineVersion ● String! non-null scalar

The minimum engine version

AWSElastiCacheUser.status ● AWSElastiCacheUserStatusType! non-null enum

Indicates the user status

AWSElastiCacheUser.userGroupIds ● [String!]! non-null scalar

The list of user IDs that belong to the user group

AWSElastiCacheUser.id ● String! non-null scalar

The ID of the user

AWSElastiCacheUser.name ● String! non-null scalar

The username of the user

Member of

AWSElastiCache object