Interface IConnection

All Superinterfaces:
software.constructs.IConstruct, software.constructs.IDependable, IResource, software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
IConnection.Jsii$Default
All Known Implementing Classes:
Connection, IConnection.Jsii$Proxy

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.761Z") @Stability(Experimental) public interface IConnection extends software.amazon.jsii.JsiiSerializable, IResource
(experimental) Interface representing a created or an imported Connection.
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Interface
    Description
    static interface 
    Internal default implementation for IConnection.
    static final class 
    A proxy class which represents a concrete javascript instance of this type.
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The ARN of the connection.
    (experimental) The name of the connection.

    Methods inherited from interface software.constructs.IConstruct

    getNode

    Methods inherited from interface software.amazon.awscdk.IResource

    applyRemovalPolicy, getEnv, getStack

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getConnectionArn

      @Stability(Experimental) @NotNull String getConnectionArn()
      (experimental) The ARN of the connection.
    • getConnectionName

      @Stability(Experimental) @NotNull String getConnectionName()
      (experimental) The name of the connection.