pub struct NodeGroupConfiguration {
pub node_group_id: Option<Value<String>>,
pub primary_availability_zone: Option<Value<String>>,
pub replica_availability_zones: Option<ValueList<String>>,
pub replica_count: Option<Value<u32>>,
pub slots: Option<Value<String>>,
}Expand description
The AWS::ElastiCache::ReplicationGroup.NodeGroupConfiguration property type.
Fields§
§node_group_id: Option<Value<String>>Property NodeGroupId.
Update type: Conditional. Conditional updates can be mutable or immutable, depending on, for example, which other properties you updated. For more information, see the relevant resource type documentation.
primary_availability_zone: Option<Value<String>>Property PrimaryAvailabilityZone.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
replica_availability_zones: Option<ValueList<String>>Property ReplicaAvailabilityZones.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
replica_count: Option<Value<u32>>Property ReplicaCount.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.
slots: Option<Value<String>>Property Slots.
Update type: Immutable. AWS CloudFormation replaces the resource when you change this property.