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

AWSElastiCacheNodeTypeSpecificParameter

No description

type AWSElastiCacheNodeTypeSpecificParameter {
allowedValues: String!
changeType: AWSElastiCacheParameterChangeType!
dataType: String!
description: String!
isModifiable: Boolean!
minimumEngineVersion: String!
name: String!
values: [AWSElastiCacheNodeTypeSpecificValue!]!
source: String!
}

Fields

AWSElastiCacheNodeTypeSpecificParameter.allowedValues ● String! non-null scalar

The valid range of values for the parameter.

AWSElastiCacheNodeTypeSpecificParameter.changeType ● AWSElastiCacheParameterChangeType! non-null enum

Indicates whether changing the parameter is applied immediately or requires a reboot for the change to be applied

AWSElastiCacheNodeTypeSpecificParameter.dataType ● String! non-null scalar

The valid data type for the parameter.

AWSElastiCacheNodeTypeSpecificParameter.description ● String! non-null scalar

The description of the parameter

AWSElastiCacheNodeTypeSpecificParameter.isModifiable ● Boolean! non-null scalar

Indicates whether the parameter can be modified

AWSElastiCacheNodeTypeSpecificParameter.minimumEngineVersion ● String! non-null scalar

The earliest cache engine version to which the parameter can apply.

AWSElastiCacheNodeTypeSpecificParameter.name ● String! non-null scalar

The name of the parameter

AWSElastiCacheNodeTypeSpecificParameter.values ● [AWSElastiCacheNodeTypeSpecificValue!]! non-null object

A list of cache node types and their corresponding values for this parameter.

AWSElastiCacheNodeTypeSpecificParameter.source ● String! non-null scalar

The source of the parameter.

Implemented by

AWSElastiCacheParameter union