type property

SourceAccessType? type
final

The type of authentication protocol or the VPC components for your event source. For example: "Type":"SASL_SCRAM_512_AUTH".

  • BASIC_AUTH - (MQ) The Secrets Manager secret that stores your broker credentials.
  • VPC_SUBNET - The subnets associated with your VPC. Lambda connects to these subnets to fetch data from your Kafka cluster.
  • VPC_SECURITY_GROUP - The VPC security group used to manage access to your Kafka brokers.
  • SASL_SCRAM_256_AUTH - The ARN of your secret key used for SASL SCRAM-256 authentication of your Kafka brokers.
  • SASL_SCRAM_512_AUTH - The ARN of your secret key used for SASL SCRAM-512 authentication of your Kafka brokers.

Implementation

final SourceAccessType? type;