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<Map<String, String>?>? tags, Input<Map<String, String>?>? tagsAll, Input<String?>? vpcId})
Creates a new SubnetGroupState. arn The ARN of the subnet group. description Description for the subnet group. Defaults to "Managed by Pulumi". name Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with namePrefix. 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 Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided. 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. vpcId The VPC in which the subnet group exists.
const
SubnetGroupState.fromMap(Map<String, dynamic> map)
factory

Properties

arn → Input<String?>?
The ARN of the subnet group.
final
description → Input<String?>?
Description for the subnet group. Defaults to "Managed by Pulumi".
final
hashCode int
The hash code for this object.
no setterinherited
name → Input<String?>?
Name of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts with namePrefix.
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>?>?
Set of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.
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
vpcId → Input<String?>?
The VPC in which the subnet group exists.
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