Interface CfnEventSourceMapping.SchemaRegistryAccessConfigProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnEventSourceMapping.SchemaRegistryAccessConfigProperty.Jsii$Proxy
- Enclosing class:
CfnEventSourceMapping
@Stability(Stable)
public static interface CfnEventSourceMapping.SchemaRegistryAccessConfigProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.lambda.*; SchemaRegistryAccessConfigProperty schemaRegistryAccessConfigProperty = SchemaRegistryAccessConfigProperty.builder() .type("type") .uri("uri") .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnEventSourceMapping.SchemaRegistryAccessConfigProperty
static final class
An implementation forCfnEventSourceMapping.SchemaRegistryAccessConfigProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getType
The type of authentication Lambda uses to access your schema registry.- See Also:
-
getUri
The URI of the secret (Secrets Manager secret ARN) to authenticate with your schema registry.- See Also:
-
builder
@Stability(Stable) static CfnEventSourceMapping.SchemaRegistryAccessConfigProperty.Builder builder()
-