VpcIpamScopeState class
Input properties used for looking up and filtering VpcIpamScope resources.
Constructors
-
VpcIpamScopeState({Input<
String?> ? arn, Input<String?> ? description, Input<String?> ? ipamArn, Input<String?> ? ipamId, Input<String?> ? ipamScopeType, Input<bool?> ? isDefault, Input<int?> ? poolCount, Input<String?> ? region, Input<Map< ? tags, Input<String, String> ?>Map< ? tagsAll})String, String> ?> -
Creates a new VpcIpamScopeState.
arnARN of the scope.descriptionA description for the scope you're creating.ipamArnThe ARN of the IPAM for which you're creating this scope.ipamIdThe ID of the IPAM for which you're creating this scope.ipamScopeTypeOptional.isDefaultDefines if the scope is the default scope or not.poolCountThe number of pools in the scope.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.tagsKey-value mapping of resource tags. If configured with a providerdefaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.tagsAllOptional.const -
VpcIpamScopeState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the scope.
final
-
description
→ Input<
String?> ? -
A description for the scope you're creating.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ipamArn
→ Input<
String?> ? -
The ARN of the IPAM for which you're creating this scope.
final
-
ipamId
→ Input<
String?> ? -
The ID of the IPAM for which you're creating this scope.
final
-
ipamScopeType
→ Input<
String?> ? -
final
-
isDefault
→ Input<
bool?> ? -
Defines if the scope is the default scope or not.
final
-
poolCount
→ Input<
int?> ? -
The number of pools in the scope.
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
-
Key-value mapping of resource tags. If configured with a provider
defaultTagsconfiguration block present, tags with matching keys will overwrite those defined at the provider-level.final -
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