| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Field and Description |
|---|---|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.BASIC_AUTH
(experimental) (MQ) The Secrets Manager secret that stores your broker credentials.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.SASL_SCRAM_256_AUTH
(experimental) 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
(experimental) The Secrets Manager ARN of your secret key used for SASL SCRAM-512 authentication of your Self-Managed Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.VPC_SECURITY_GROUP
(experimental) The VPC security group used to manage access to your Self-Managed Apache Kafka brokers.
|
static SourceAccessConfigurationType |
SourceAccessConfigurationType.VPC_SUBNET
(experimental) The subnets associated with your VPC.
|
| Modifier and Type | Method and Description |
|---|---|
SourceAccessConfigurationType |
SourceAccessConfiguration.getType()
(experimental) The type of authentication protocol or the VPC components for your event source.
|
SourceAccessConfigurationType |
SourceAccessConfiguration.Jsii$Proxy.getType() |
static SourceAccessConfigurationType |
SourceAccessConfigurationType.of(String name)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(SourceAccessConfigurationType type,
String uri)
Constructor that initializes the object based on literal property values passed by the
SourceAccessConfiguration.Builder. |
Copyright © 2021. All rights reserved.