AWSElastiCacheStandardParameter
No description
type AWSElastiCacheStandardParameter {
allowedValues: String!
changeType: AWSElastiCacheParameterChangeType!
dataType: String!
description: String!
isModifiable: Boolean!
minimumEngineVersion: String!
name: String!
value: String!
source: String!
}
Fields
AWSElastiCacheStandardParameter.allowedValues ● String! non-null scalar
The valid range of values for the parameter.
AWSElastiCacheStandardParameter.changeType ● AWSElastiCacheParameterChangeType! non-null enum
Indicates whether changing the parameter is applied immediately or requires a reboot for the change to be applied
AWSElastiCacheStandardParameter.dataType ● String! non-null scalar
The valid data type for the parameter.
AWSElastiCacheStandardParameter.description ● String! non-null scalar
The description of the parameter
AWSElastiCacheStandardParameter.isModifiable ● Boolean! non-null scalar
Indicates whether the parameter can be modified
AWSElastiCacheStandardParameter.minimumEngineVersion ● String! non-null scalar
The earliest cache engine version to which the parameter can apply
AWSElastiCacheStandardParameter.name ● String! non-null scalar
The name of the parameter
AWSElastiCacheStandardParameter.value ● String! non-null scalar
The value of the parameter
AWSElastiCacheStandardParameter.source ● String! non-null scalar
The source of the parameter.
Implemented by
AWSElastiCacheParameter union