ReplicationSubnetGroupState class

Input properties used for looking up and filtering ReplicationSubnetGroup resources.

Constructors

ReplicationSubnetGroupState({Input<String?>? region, Input<String?>? replicationSubnetGroupArn, Input<String?>? replicationSubnetGroupDescription, Input<String?>? replicationSubnetGroupId, Input<List<String>?>? subnetIds, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? vpcId})
Creates a new ReplicationSubnetGroupState. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. replicationSubnetGroupArn Optional. 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. tagsAll A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block. vpcId The ID of the VPC the subnet group is in.
const
ReplicationSubnetGroupState.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
replicationSubnetGroupArn → Input<String?>?
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
tagsAll → Input<Map<String, String>?>?
A map of tags assigned to the resource, including those inherited from the provider defaultTags configuration block.
final
vpcId → Input<String?>?
The ID of the VPC the subnet group is in.
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