Class ITarget.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.alpha.ITarget.Jsii$Proxy
All Implemented Interfaces:
ITarget, ITarget.Jsii$Default, software.amazon.jsii.JsiiSerializable
Enclosing interface:
ITarget

@Internal public static final class ITarget.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ITarget.Jsii$Default
A proxy class which represents a concrete javascript instance of this type.
  • Nested Class Summary

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.amazon.awscdk.services.pipes.alpha.ITarget

    ITarget.Jsii$Default, ITarget.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    bind(IPipe pipe)
    (experimental) Bind this target to a pipe.
    final String
    (experimental) The ARN of the target resource.
    final void
    grantPush(IRole grantee)
    (experimental) Grant the pipe role to push to the target.

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
  • Method Details

    • getTargetArn

      @Stability(Experimental) @NotNull public final String getTargetArn()
      (experimental) The ARN of the target resource.
      Specified by:
      getTargetArn in interface ITarget
      Specified by:
      getTargetArn in interface ITarget.Jsii$Default
    • bind

      @Stability(Experimental) @NotNull public final TargetConfig bind(@NotNull IPipe pipe)
      (experimental) Bind this target to a pipe.

      Specified by:
      bind in interface ITarget
      Specified by:
      bind in interface ITarget.Jsii$Default
      Parameters:
      pipe - This parameter is required.
    • grantPush

      @Stability(Experimental) public final void grantPush(@NotNull IRole grantee)
      (experimental) Grant the pipe role to push to the target.

      Specified by:
      grantPush in interface ITarget
      Specified by:
      grantPush in interface ITarget.Jsii$Default
      Parameters:
      grantee - This parameter is required.