ReplicationSubnetGroupArgs class

The set of arguments for ReplicationSubnetGroup. The set of arguments for ReplicationSubnetGroup.

Constructors

ReplicationSubnetGroupArgs({Input<String?>? region, required Input<String> replicationSubnetGroupDescription, required Input<String> replicationSubnetGroupId, required Input<List<String>> subnetIds, Input<Map<String, String>?>? tags})
Creates a new ReplicationSubnetGroupArgs. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. replicationSubnetGroupDescription Description for the subnet group. replicationSubnetGroupId Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be default. subnetIds List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones. tags Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
const
ReplicationSubnetGroupArgs.fromMap(Map<String, dynamic> map)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
region → Input<String?>?
Region where this resource will be managed. Defaults to the Region set in the provider configuration.
final
replicationSubnetGroupDescription → Input<String>
Description for the subnet group.
final
replicationSubnetGroupId → Input<String>
Name for the replication subnet group. This value is stored as a lowercase string. It must contain no more than 255 alphanumeric characters, periods, spaces, underscores, or hyphens and cannot be default.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subnetIds → Input<List<String>>
List of at least 2 EC2 subnet IDs for the subnet group. The subnets must cover at least 2 availability zones.
final
tags → Input<Map<String, String>?>?
Map of tags to assign to the resource. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level.
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