ConnectionResourceParametersArgs

data class ConnectionResourceParametersArgs(val resourceAssociationArn: Output<String>? = null, val resourceConfigurationArn: Output<String>) : ConvertibleToJava<ConnectionResourceParametersArgs>

Constructors

Link copied to clipboard
constructor(resourceAssociationArn: Output<String>? = null, resourceConfigurationArn: Output<String>)

Properties

Link copied to clipboard
val resourceAssociationArn: Output<String>? = null

For connections to private APIs, the Amazon Resource Name (ARN) of the resource association EventBridge created between the connection and the private API's resource configuration.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Amazon VPC Lattice resource configuration for the resource endpoint.

Functions

Link copied to clipboard
open override fun toJava(): ConnectionResourceParametersArgs