| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda.eventsources |
AWS Lambda Event Sources
|
| Modifier and Type | Method and Description |
|---|---|
default AuthenticationMethod |
SelfManagedKafkaEventSourceProps.getAuthenticationMethod()
(experimental) The authentication method for your Kafka cluster.
|
AuthenticationMethod |
SelfManagedKafkaEventSourceProps.Jsii$Proxy.getAuthenticationMethod() |
static AuthenticationMethod |
AuthenticationMethod.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AuthenticationMethod[] |
AuthenticationMethod.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
SelfManagedKafkaEventSource.Builder |
SelfManagedKafkaEventSource.Builder.authenticationMethod(AuthenticationMethod authenticationMethod)
(experimental) The authentication method for your Kafka cluster.
|
SelfManagedKafkaEventSourceProps.Builder |
SelfManagedKafkaEventSourceProps.Builder.authenticationMethod(AuthenticationMethod authenticationMethod)
Sets the value of
SelfManagedKafkaEventSourceProps.getAuthenticationMethod() |
| Constructor and Description |
|---|
Jsii$Proxy(List<String> bootstrapServers,
AuthenticationMethod authenticationMethod,
ISecurityGroup securityGroup,
IVpc vpc,
SubnetSelection vpcSubnets,
ISecret secret,
String topic,
StartingPosition startingPosition,
Number batchSize,
Boolean bisectBatchOnError,
Boolean enabled,
Duration maxBatchingWindow,
Duration maxRecordAge,
IEventSourceDlq onFailure,
Number parallelizationFactor,
Number retryAttempts,
Duration tumblingWindow)
Constructor that initializes the object based on literal property values passed by the
SelfManagedKafkaEventSourceProps.Builder. |
Copyright © 2021. All rights reserved.