CoreNetworkConnectorArgs class
The set of arguments for CoreNetworkConnector. The set of arguments for CoreNetworkConnector.
Constructors
-
CoreNetworkConnectorArgs({required Input<
CoreNetworkConnectorConfiguration> configuration, Input<String?> ? name, required Input<String> operatorRole, Input<String?> ? region, Input<CoreNetworkConnectorTimeouts?> ? timeouts}) -
Creates a new CoreNetworkConnectorArgs.
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 -
CoreNetworkConnectorArgs.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
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