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
Modifier and TypeInterfaceDescriptionstatic interface
Internal default implementation forITarget
.static final class
A 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.
-