Interface IConnection.Jsii$Default

All Superinterfaces:
IConnection, IConnectionRef, IConnectionRef.Jsii$Default, software.constructs.IConstruct, software.constructs.IConstruct.Jsii$Default, software.constructs.IDependable, software.constructs.IDependable.Jsii$Default, IEnvironmentAware, IEnvironmentAware.Jsii$Default, IResource, IResource.Jsii$Default, software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
IConnection.Jsii$Proxy
Enclosing interface:
IConnection

@Internal public static interface IConnection.Jsii$Default extends IConnection, IResource.Jsii$Default, IConnectionRef.Jsii$Default
Internal default implementation for IConnection.
  • Method Details

    • getConnectionArn

      @Stability(Stable) @NotNull default String getConnectionArn()
      The ARN of the connection created.
      Specified by:
      getConnectionArn in interface IConnection
    • getConnectionName

      @Stability(Stable) @NotNull default String getConnectionName()
      The Name for the connection.
      Specified by:
      getConnectionName in interface IConnection
    • getConnectionSecretArn

      @Stability(Stable) @NotNull default String getConnectionSecretArn()
      The ARN for the secret created for the connection.
      Specified by:
      getConnectionSecretArn in interface IConnection