SubnetGroupState class
Input properties used for looking up and filtering SubnetGroup resources.
Constructors
-
SubnetGroupState({Input<
String?> ? arn, Input<String?> ? description, Input<String?> ? name, Input<String?> ? namePrefix, Input<String?> ? region, Input<List< ? subnetIds, Input<String> ?>List< ? supportedNetworkTypes, Input<String> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new SubnetGroupState.
arnThe ARN of the docDB subnet group.descriptionThe description of the docDB subnet group. Defaults to "Managed by Pulumi".nameThe name of the docDB subnet group. If omitted, this provider will assign a random, unique name.namePrefixCreates a unique name beginning with the specified prefix. Conflicts withname.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.subnetIdsA list of VPC subnet IDs.supportedNetworkTypesThe network type of the docDB subnet group (IPV4orDUAL).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.tagsAllA map of tags assigned to the resource, including those inherited from the providerdefaultTagsconfiguration block. -
SubnetGroupState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
The ARN of the docDB subnet group.
final
-
description
→ Input<
String?> ? -
The description of the docDB subnet group. Defaults to "Managed by Pulumi".
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
The name of the docDB subnet group. If omitted, this provider will assign a random, unique name.
final
-
namePrefix
→ Input<
String?> ? -
Creates a unique name beginning with the specified prefix. Conflicts with
name.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
-
subnetIds
→ Input<
List< ?String> ?> -
A list of VPC subnet IDs.
final
-
supportedNetworkTypes
→ Input<
List< ?String> ?> -
The network type of the docDB subnet group (
IPV4orDUAL).final -
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 -
A map of tags assigned to the resource, including those inherited from the provider
defaultTagsconfiguration block.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