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. arn ARN of the network connector. configuration Network configuration of the connector. See configuration Block below. name Name of the network connector, unique within the account and Region. Changing this forces a new resource. operatorRole ARN of the IAM role that the network connector service assumes to manage elastic network interfaces in your VPC. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. timeouts Optional.
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 configuration Block 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