Show / Hide Table of Contents

Interface IVpcIngressConnectionAttributes

(experimental) Attributes for the App Runner VPC Ingress Connection.

Namespace: Amazon.CDK.AWS.AppRunner.Alpha
Assembly: Amazon.CDK.AWS.AppRunner.Alpha.dll
Syntax (csharp)
public interface IVpcIngressConnectionAttributes
Syntax (vb)
Public Interface IVpcIngressConnectionAttributes
Remarks

Stability: Experimental

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.AWS.AppRunner.Alpha;

             var vpcIngressConnectionAttributes = new VpcIngressConnectionAttributes {
                 DomainName = "domainName",
                 Status = "status",
                 VpcIngressConnectionArn = "vpcIngressConnectionArn",
                 VpcIngressConnectionName = "vpcIngressConnectionName"
             };

Synopsis

Properties

DomainName

(experimental) The domain name associated with the VPC Ingress Connection resource.

Status

(experimental) The current status of the VPC Ingress Connection.

VpcIngressConnectionArn

(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.

VpcIngressConnectionName

(experimental) The name of the VPC Ingress Connection.

Properties

DomainName

(experimental) The domain name associated with the VPC Ingress Connection resource.

string DomainName { get; }
Property Value

string

Remarks

Stability: Experimental

Status

(experimental) The current status of the VPC Ingress Connection.

string Status { get; }
Property Value

string

Remarks

Stability: Experimental

VpcIngressConnectionArn

(experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.

string VpcIngressConnectionArn { get; }
Property Value

string

Remarks

Stability: Experimental

VpcIngressConnectionName

(experimental) The name of the VPC Ingress Connection.

string VpcIngressConnectionName { get; }
Property Value

string

Remarks

Stability: Experimental

Back to top Generated by DocFX