MultiRegionClusterArgs class
The set of arguments for MultiRegionCluster. The set of arguments for MultiRegionCluster.
Constructors
-
MultiRegionClusterArgs({Input<
String?> ? description, Input<String?> ? engine, Input<String?> ? engineVersion, required Input<String> multiRegionClusterNameSuffix, Input<String?> ? multiRegionParameterGroupName, required Input<String> nodeType, Input<int?> ? numShards, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>MultiRegionClusterTimeouts?> ? timeouts, Input<bool?> ? tlsEnabled, Input<String?> ? updateStrategy}) -
Creates a new MultiRegionClusterArgs.
descriptiondescription for the multi-region cluster.engineThe name of the engine to be used for the multi-region cluster. Valid values areredisandvalkey.engineVersionThe version of the engine to be used for the multi-region cluster. Downgrades are not supported.multiRegionClusterNameSuffixA suffix to be added to the multi-region cluster name. An AWS generated prefix is automatically applied to the multi-region cluster name when it is created.multiRegionParameterGroupNameThe name of the multi-region parameter group to be associated with the cluster.nodeTypeThe node type to be used for the multi-region cluster.numShardsThe number of shards for the multi-region cluster.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsA map of tags to assign to the resource. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.timeoutsOptional.tlsEnabledA flag to enable in-transit encryption on the cluster.updateStrategyOptional.const -
MultiRegionClusterArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
description
→ Input<
String?> ? -
description for the multi-region cluster.
final
-
engine
→ Input<
String?> ? -
The name of the engine to be used for the multi-region cluster. Valid values are
redisandvalkey.final -
engineVersion
→ Input<
String?> ? -
The version of the engine to be used for the multi-region cluster. Downgrades are not supported.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
multiRegionClusterNameSuffix
→ Input<
String> -
A suffix to be added to the multi-region cluster name. An AWS generated prefix is automatically applied to the multi-region cluster name when it is created.
final
-
multiRegionParameterGroupName
→ Input<
String?> ? -
The name of the multi-region parameter group to be associated with the cluster.
final
-
nodeType
→ Input<
String> -
The node type to be used for the multi-region cluster.
final
-
numShards
→ Input<
int?> ? -
The number of shards for the multi-region cluster.
final
-
region
→ Input<
String?> ? -
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
A map of tags to assign to the resource. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
timeouts
→ Input<
MultiRegionClusterTimeouts?> ? -
final
-
tlsEnabled
→ Input<
bool?> ? -
A flag to enable in-transit encryption on the cluster.
final
-
updateStrategy
→ Input<
String?> ? -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited