Class SelfManagedKafkaEventSourceProps.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.lambda.eventsources.SelfManagedKafkaEventSourceProps.Jsii$Proxy
- All Implemented Interfaces:
BaseStreamEventSourceProps
,KafkaEventSourceProps
,SelfManagedKafkaEventSourceProps
,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
SelfManagedKafkaEventSourceProps
@Stability(Stable)
@Internal
public static final class SelfManagedKafkaEventSourceProps.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements SelfManagedKafkaEventSourceProps
An implementation for
SelfManagedKafkaEventSourceProps
-
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.lambda.eventsources.SelfManagedKafkaEventSourceProps
SelfManagedKafkaEventSourceProps.Builder, SelfManagedKafkaEventSourceProps.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theSelfManagedKafkaEventSourceProps.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 AuthenticationMethod
The authentication method for your Kafka cluster.final Number
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.The list of host and port pairs that are the addresses of the Kafka brokers in a "bootstrap" Kafka cluster that a Kafka client connects to initially to bootstrap itself.final Boolean
If the stream event source mapping should be enabled.final Duration
The maximum amount of time to gather records before invoking the function.final ISecret
The secret with the Kafka credentials, see https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html for details This field is required if your Kafka brokers are accessed over the Internet.final ISecurityGroup
If your Kafka brokers are only reachable via VPC, provide the security group here.final StartingPosition
Where to begin consuming the stream.final String
getTopic()
The Kafka topic to subscribe to.final IVpc
getVpc()
If your Kafka brokers are only reachable via VPC provide the VPC here.final SubnetSelection
If your Kafka brokers are only reachable via VPC, provide the subnets selection here.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 theSelfManagedKafkaEventSourceProps.Builder
.
-
-
Method Details
-
getBootstrapServers
Description copied from interface:SelfManagedKafkaEventSourceProps
The list of host and port pairs that are the addresses of the Kafka brokers in a "bootstrap" Kafka cluster that a Kafka client connects to initially to bootstrap itself.They are in the format
abc.xyz.com:xxxx
.- Specified by:
getBootstrapServers
in interfaceSelfManagedKafkaEventSourceProps
-
getAuthenticationMethod
Description copied from interface:SelfManagedKafkaEventSourceProps
The authentication method for your Kafka cluster.Default: AuthenticationMethod.SASL_SCRAM_512_AUTH
- Specified by:
getAuthenticationMethod
in interfaceSelfManagedKafkaEventSourceProps
-
getSecurityGroup
Description copied from interface:SelfManagedKafkaEventSourceProps
If your Kafka brokers are only reachable via VPC, provide the security group here.Default: - none, required if setting vpc
- Specified by:
getSecurityGroup
in interfaceSelfManagedKafkaEventSourceProps
-
getVpc
Description copied from interface:SelfManagedKafkaEventSourceProps
If your Kafka brokers are only reachable via VPC provide the VPC here.Default: none
- Specified by:
getVpc
in interfaceSelfManagedKafkaEventSourceProps
-
getVpcSubnets
Description copied from interface:SelfManagedKafkaEventSourceProps
If your Kafka brokers are only reachable via VPC, provide the subnets selection here.Default: - none, required if setting vpc
- Specified by:
getVpcSubnets
in interfaceSelfManagedKafkaEventSourceProps
-
getTopic
Description copied from interface:KafkaEventSourceProps
The Kafka topic to subscribe to.- Specified by:
getTopic
in interfaceKafkaEventSourceProps
-
getSecret
Description copied from interface:KafkaEventSourceProps
The secret with the Kafka credentials, see https://docs.aws.amazon.com/msk/latest/developerguide/msk-password.html for details This field is required if your Kafka brokers are accessed over the Internet.Default: none
- Specified by:
getSecret
in interfaceKafkaEventSourceProps
-
getStartingPosition
Description copied from interface:BaseStreamEventSourceProps
Where to begin consuming the stream.- Specified by:
getStartingPosition
in interfaceBaseStreamEventSourceProps
-
getBatchSize
Description copied from interface:BaseStreamEventSourceProps
The largest number of records that AWS Lambda will retrieve from your event source at the time of invoking your function.Your function receives an event with all the retrieved records. Valid Range: * Minimum value of 1 * Maximum value of: * 1000 for
DynamoEventSource
* 10000 forKinesisEventSource
,ManagedKafkaEventSource
andSelfManagedKafkaEventSource
Default: 100
- Specified by:
getBatchSize
in interfaceBaseStreamEventSourceProps
-
getEnabled
Description copied from interface:BaseStreamEventSourceProps
If the stream event source mapping should be enabled.Default: true
- Specified by:
getEnabled
in interfaceBaseStreamEventSourceProps
-
getMaxBatchingWindow
Description copied from interface:BaseStreamEventSourceProps
The maximum amount of time to gather records before invoking the function.Maximum of Duration.minutes(5)
Default: Duration.seconds(0)
- Specified by:
getMaxBatchingWindow
in interfaceBaseStreamEventSourceProps
-
$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()
-