Interface ITarget

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Subinterfaces:
ITarget.Jsii$Default
All Known Implementing Classes:
ApiDestinationTarget, CloudWatchLogsTarget, EventBridgeTarget, ITarget.Jsii$Proxy, KinesisTarget, LambdaFunction, SageMakerTarget, SfnStateMachine, SqsTarget

@Generated(value="jsii-pacmak/1.104.0 (build e79254c)", date="2024-11-15T10:25:09.549Z") @Stability(Experimental) public interface ITarget extends software.amazon.jsii.JsiiSerializable
(experimental) Target configuration.
  • Nested Class Summary

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

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

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Method Details

    • getTargetArn

      @Stability(Experimental) @NotNull String getTargetArn()
      (experimental) The ARN of the target resource.
    • bind

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

      Parameters:
      pipe - This parameter is required.
    • grantPush

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

      Parameters:
      grantee - This parameter is required.