Class CfnPipe.PipeSourceParametersProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.pipes.CfnPipe.PipeSourceParametersProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnPipe.PipeSourceParametersProperty
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnPipe.PipeSourceParametersProperty
@Stability(Stable)
@Internal
public static final class CfnPipe.PipeSourceParametersProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnPipe.PipeSourceParametersProperty
An implementation for
CfnPipe.PipeSourceParametersProperty
-
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.CfnPipe.PipeSourceParametersProperty
CfnPipe.PipeSourceParametersProperty.Builder, CfnPipe.PipeSourceParametersProperty.Jsii$Proxy
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceParametersProperty.Builder
.protected
Jsii$Proxy
(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNode
final boolean
final Object
The parameters for using an Active MQ broker as a source.final Object
The parameters for using a DynamoDB stream as a source.final Object
The collection of event patterns used to filter events.final Object
The parameters for using a Kinesis stream as a source.final Object
The parameters for using an MSK stream as a source.final Object
The parameters for using a Rabbit MQ broker as a source.final Object
The parameters for using a self-managed Apache Kafka stream as a source.final Object
The parameters for using a Amazon SQS stream as a source.final int
hashCode()
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef
- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnPipe.PipeSourceParametersProperty.Builder
.
-
-
Method Details
-
getActiveMqBrokerParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using an Active MQ broker as a source.- Specified by:
getActiveMqBrokerParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getDynamoDbStreamParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using a DynamoDB stream as a source.- Specified by:
getDynamoDbStreamParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getFilterCriteria
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The collection of event patterns used to filter events.To remove a filter, specify a
FilterCriteria
object with an empty array ofFilter
objects.For more information, see Events and Event Patterns in the Amazon EventBridge User Guide .
- Specified by:
getFilterCriteria
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getKinesisStreamParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using a Kinesis stream as a source.- Specified by:
getKinesisStreamParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getManagedStreamingKafkaParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using an MSK stream as a source.- Specified by:
getManagedStreamingKafkaParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getRabbitMqBrokerParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using a Rabbit MQ broker as a source.- Specified by:
getRabbitMqBrokerParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getSelfManagedKafkaParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using a self-managed Apache Kafka stream as a source.A self managed cluster refers to any Apache Kafka cluster not hosted by AWS . This includes both clusters you manage yourself, as well as those hosted by a third-party provider, such as Confluent Cloud , CloudKarafka , or Redpanda . For more information, see Apache Kafka streams as a source in the Amazon EventBridge User Guide .
- Specified by:
getSelfManagedKafkaParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
getSqsQueueParameters
Description copied from interface:CfnPipe.PipeSourceParametersProperty
The parameters for using a Amazon SQS stream as a source.- Specified by:
getSqsQueueParameters
in interfaceCfnPipe.PipeSourceParametersProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-