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> ?>Map< ? tags, Input<String, String> ?>Map< ? tagsAll, Input<String, String> ?>String?> ? vpcId}) -
Creates a new SubnetGroupState.
arnThe ARN of the subnet group.descriptionDescription for the subnet group. Defaults to"Managed by Pulumi".nameName of the subnet group. If omitted, the provider will assign a random, unique name. Conflicts withnamePrefix.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.subnetIdsSet of VPC Subnet ID-s for the subnet group. At least one subnet must be provided.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.vpcIdThe 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
-
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 -
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