Interface ITarget
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Subinterfaces:
ITarget.Jsii$Default
- All Known Implementing Classes:
ApiDestinationTarget,ApiGatewayTarget,CloudWatchLogsTarget,EventBridgeTarget,FirehoseTarget,ITarget.Jsii$Proxy,KinesisTarget,LambdaFunction,SageMakerTarget,SfnStateMachine,SnsTarget,SqsTarget
@Generated(value="jsii-pacmak/1.120.0 (build 192dc88)",
date="2025-12-12T17:54:27.462Z")
@Stability(Experimental)
public interface ITarget
extends software.amazon.jsii.JsiiSerializable
(experimental) Target configuration.
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITarget.static final classA proxy class which represents a concrete javascript instance of this type. -
Method Summary
Modifier and TypeMethodDescription(experimental) Bind this target to a pipe.(experimental) The ARN of the target resource.void(experimental) Grant the pipe role to push to the target.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getTargetArn
(experimental) The ARN of the target resource. -
bind
(experimental) Bind this target to a pipe.- Parameters:
pipe- This parameter is required.
-
grantPush
(experimental) Grant the pipe role to push to the target.- Parameters:
grantee- This parameter is required.
-