Connector

class Connector : KotlinCustomResource

Creates a Serverless VPC Access connector, returns an operation.

Properties

Link copied to clipboard

List of projects using the connector.

Link copied to clipboard
val connectorId: Output<String>

Required. The ID to use for this connector.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val ipCidrRange: Output<String>

The range of internal addresses that follows RFC 4632 notation. Example: 10.132.0.0/28.

Link copied to clipboard
val location: Output<String>
Link copied to clipboard
val machineType: Output<String>

Machine type of VM Instance underlying connector. Default is e2-micro

Link copied to clipboard
val maxInstances: Output<Int>

Maximum value of instances in autoscaling group underlying the connector.

Link copied to clipboard
val maxThroughput: Output<Int>

Maximum throughput of the connector in Mbps. Default is 300, max is 1000.

Link copied to clipboard
val minInstances: Output<Int>

Minimum value of instances in autoscaling group underlying the connector.

Link copied to clipboard
val minThroughput: Output<Int>

Minimum throughput of the connector in Mbps. Default and min is 200.

Link copied to clipboard
val name: Output<String>

The resource name in the format projects/*/locations/*/connectors/*. //*/

Link copied to clipboard
val network: Output<String>

Name of a VPC network.

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

State of the VPC access connector.

Link copied to clipboard
val subnet: Output<SubnetResponse>

The subnet in which to house the VPC Access Connector.

Link copied to clipboard
val urn: Output<String>