VpcIngressConnectionArgs

data class VpcIngressConnectionArgs(val ingressVpcConfiguration: Output<VpcIngressConnectionIngressVpcConfigurationArgs>? = null, val serviceArn: Output<String>? = null, val tags: Output<List<CreateOnlyTagArgs>>? = null, val vpcIngressConnectionName: Output<String>? = null) : ConvertibleToJava<VpcIngressConnectionArgs>

The AWS::AppRunner::VpcIngressConnection resource is an App Runner resource that specifies an App Runner VpcIngressConnection.

Constructors

Link copied to clipboard
constructor(ingressVpcConfiguration: Output<VpcIngressConnectionIngressVpcConfigurationArgs>? = null, serviceArn: Output<String>? = null, tags: Output<List<CreateOnlyTagArgs>>? = null, vpcIngressConnectionName: Output<String>? = null)

Properties

Link copied to clipboard

Specifications for the customer’s Amazon VPC and the related AWS PrivateLink VPC endpoint that are used to create the VPC Ingress Connection resource.

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

The Amazon Resource Name (ARN) of the service.

Link copied to clipboard
val tags: Output<List<CreateOnlyTagArgs>>? = null

An optional list of metadata items that you can associate with the VPC Ingress Connection resource. A tag is a key-value pair.

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

The customer-provided Vpc Ingress Connection name.

Functions

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