interface EndpointsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.Lambda.CfnEventSourceMapping.EndpointsProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awslambda#CfnEventSourceMapping_EndpointsProperty |
![]() | software.amazon.awscdk.services.lambda.CfnEventSourceMapping.EndpointsProperty |
![]() | aws_cdk.aws_lambda.CfnEventSourceMapping.EndpointsProperty |
![]() | aws-cdk-lib » aws_lambda » CfnEventSourceMapping » EndpointsProperty |
The list of bootstrap servers for your Kafka brokers in the following format: "KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]
.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_lambda as lambda } from 'aws-cdk-lib';
const endpointsProperty: lambda.CfnEventSourceMapping.EndpointsProperty = {
kafkaBootstrapServers: ['kafkaBootstrapServers'],
};
Properties
Name | Type | Description |
---|---|---|
kafka | string[] | The list of bootstrap servers for your Kafka brokers in the following format: "KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"] . |
kafkaBootstrapServers?
Type:
string[]
(optional)
The list of bootstrap servers for your Kafka brokers in the following format: "KafkaBootstrapServers": ["abc.xyz.com:xxxx","abc2.xyz.com:xxxx"]
.