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<String, String>?>? tags, Input<Map<String, String>?>? tagsAll})
Creates a new VpcIpamScopeState. arn ARN of the scope. description A description for the scope you're creating. ipamArn The ARN of the IPAM for which you're creating this scope. ipamId The ID of the IPAM for which you're creating this scope. ipamScopeType Optional. isDefault Defines if the scope is the default scope or not. poolCount The number of pools in the scope. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. tags Key-value mapping of resource tags. If configured with a provider defaultTags configuration block present, tags with matching keys will overwrite those defined at the provider-level. tagsAll Optional.
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
tags → Input<Map<String, String>?>?
Key-value mapping of resource tags. 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>?>?
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