Interface VpcIngressConnectionAttributes

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
VpcIngressConnectionAttributes.Jsii$Proxy

@Generated(value="jsii-pacmak/1.106.0 (build e852934)", date="2025-02-12T12:32:13.302Z") @Stability(Experimental) public interface VpcIngressConnectionAttributes extends software.amazon.jsii.JsiiSerializable
(experimental) Attributes for the App Runner VPC Ingress Connection.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.apprunner.alpha.*;
 VpcIngressConnectionAttributes vpcIngressConnectionAttributes = VpcIngressConnectionAttributes.builder()
         .domainName("domainName")
         .status("status")
         .vpcIngressConnectionArn("vpcIngressConnectionArn")
         .vpcIngressConnectionName("vpcIngressConnectionName")
         .build();
 
  • Method Details

    • getDomainName

      @Stability(Experimental) @NotNull String getDomainName()
      (experimental) The domain name associated with the VPC Ingress Connection resource.
    • getStatus

      @Stability(Experimental) @NotNull String getStatus()
      (experimental) The current status of the VPC Ingress Connection.
    • getVpcIngressConnectionArn

      @Stability(Experimental) @NotNull String getVpcIngressConnectionArn()
      (experimental) The Amazon Resource Name (ARN) of the VPC Ingress Connection.
    • getVpcIngressConnectionName

      @Stability(Experimental) @NotNull String getVpcIngressConnectionName()
      (experimental) The name of the VPC Ingress Connection.
    • builder

      @Stability(Experimental) static VpcIngressConnectionAttributes.Builder builder()
      Returns:
      a VpcIngressConnectionAttributes.Builder of VpcIngressConnectionAttributes