/AWS1/CL_LMDKAFKASCHREGACCCFG¶
Specific access configuration settings that tell Lambda how to authenticate with your schema registry.
If you're working with an Glue schema registry, don't provide authentication details in this object. Instead, ensure that your execution role has the required permissions for Lambda to access your cluster.
If you're working with a Confluent schema registry, choose the authentication method in the Type
field, and provide the Secrets Manager secret ARN in the URI
field.
CONSTRUCTOR
¶
IMPORTING¶
Optional arguments:¶
iv_type
TYPE /AWS1/LMDKAFKASCHREGAUTHTYPE
/AWS1/LMDKAFKASCHREGAUTHTYPE
¶
The type of authentication Lambda uses to access your schema registry.
iv_uri
TYPE /AWS1/LMDARN
/AWS1/LMDARN
¶
The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
Queryable Attributes¶
Type¶
The type of authentication Lambda uses to access your schema registry.
Accessible with the following methods¶
Method | Description |
---|---|
GET_TYPE() |
Getter for TYPE, with configurable default |
ASK_TYPE() |
Getter for TYPE w/ exceptions if field has no value |
HAS_TYPE() |
Determine if TYPE has a value |
URI¶
The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.
Accessible with the following methods¶
Method | Description |
---|---|
GET_URI() |
Getter for URI, with configurable default |
ASK_URI() |
Getter for URI w/ exceptions if field has no value |
HAS_URI() |
Determine if URI has a value |
Public Local Types In This Class¶
Internal table types, representing arrays and maps of this class, are defined as local types:
TT_KAFKASCHREGACCESSCONFIGLIST
¶
TYPES TT_KAFKASCHREGACCESSCONFIGLIST TYPE STANDARD TABLE OF REF TO /AWS1/CL_LMDKAFKASCHREGACCCFG WITH DEFAULT KEY
.