CoreNetworkConnectorState class
Input properties used for looking up and filtering CoreNetworkConnector resources.
Constructors
-
CoreNetworkConnectorState({Input<
String?> ? arn, Input<CoreNetworkConnectorConfiguration?> ? configuration, Input<String?> ? name, Input<String?> ? operatorRole, Input<String?> ? region, Input<CoreNetworkConnectorTimeouts?> ? timeouts}) -
Creates a new CoreNetworkConnectorState.
arnARN of the network connector.configurationNetwork configuration of the connector. SeeconfigurationBlock below.nameName of the network connector, unique within the account and Region. Changing this forces a new resource.operatorRoleARN of the IAM role that the network connector service assumes to manage elastic network interfaces in your VPC.regionRegion where this resource will be managed. Defaults to the Region set in the provider configuration.timeoutsOptional.const -
CoreNetworkConnectorState.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
arn
→ Input<
String?> ? -
ARN of the network connector.
final
-
configuration
→ Input<
CoreNetworkConnectorConfiguration?> ? -
Network configuration of the connector. See
configurationBlock below.final - hashCode → int
-
The hash code for this object.
no setterinherited
-
name
→ Input<
String?> ? -
Name of the network connector, unique within the account and Region. Changing this forces a new resource.
final
-
operatorRole
→ Input<
String?> ? -
ARN of the IAM role that the network connector service assumes to manage elastic network interfaces in your VPC.
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
-
timeouts
→ Input<
CoreNetworkConnectorTimeouts?> ? -
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