| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.BASIC_AUTH
(MQ) The Secrets Manager secret that stores your broker credentials.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.CLIENT_CERTIFICATE_TLS_AUTH
The Secrets Manager ARN of your secret key containing the certificate chain (X.509 PEM), private key (PKCS#8 PEM), and private key password (optional) used for mutual TLS authentication of your MSK/Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.SASL_SCRAM_256_AUTH
The Secrets Manager ARN of your secret key used for SASL SCRAM-256 authentication of your Self-Managed Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.SASL_SCRAM_512_AUTH
The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your Self-Managed Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.SERVER_ROOT_CA_CERTIFICATE
The Secrets Manager ARN of your secret key containing the root CA certificate (X.509 PEM) used for TLS encryption of your Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.VPC_SECURITY_GROUP
The VPC security group used to manage access to your Self-Managed Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.VPC_SUBNET
The subnets associated with your VPC.
|
| Modifier and Type | Method and Description |
|---|---|
SourceAccessConfigurationType |
SourceAccessConfiguration.getType()
The type of authentication protocol or the VPC components for your event source.
|
SourceAccessConfigurationType |
SourceAccessConfiguration.Jsii$Proxy.getType() |
static SourceAccessConfigurationType |
SourceAccessConfigurationType.of(String name)
A custom source access configuration property.
|
| Modifier and Type | Method and Description |
|---|---|
SourceAccessConfiguration.Builder |
SourceAccessConfiguration.Builder.type(SourceAccessConfigurationType type)
Sets the value of
SourceAccessConfiguration.getType() |
Copyright © 2022. All rights reserved.