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<String>?>? subnetIds, Input<List<String>?>? supportedNetworkTypes, Input<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new SubnetGroupState. arn The ARN of the docDB subnet group. description The description of the docDB subnet group. Defaults to "Managed by Pulumi". name The name of the docDB subnet group. If omitted, this provider will assign a random, unique name. namePrefix Creates a unique name beginning with the specified prefix. Conflicts with name. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. subnetIds A list of VPC subnet IDs. supportedNetworkTypes The network type of the docDB subnet group (IPV4 or DUAL). tags A 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.
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 (IPV4 or DUAL).
final
tags → Input<Map<String, String>?>?
A 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

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