AppConnectionArgs

fun AppConnectionArgs(appConnectionId: Output<String>? = null, applicationEndpoint: Output<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionApplicationEndpointArgs>? = null, connectors: Output<List<String>>? = null, displayName: Output<String>? = null, gateway: Output<GoogleCloudBeyondcorpAppconnectionsV1AppConnectionGatewayArgs>? = null, labels: Output<Map<String, String>>? = null, location: Output<String>? = null, name: Output<String>? = null, project: Output<String>? = null, requestId: Output<String>? = null, type: Output<AppConnectionType>? = null)