Interface CfnConnection.ApiKeyAuthParametersProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnConnection.ApiKeyAuthParametersProperty.Jsii$Proxy
Enclosing class:
CfnConnection

@Stability(Stable) public static interface CfnConnection.ApiKeyAuthParametersProperty extends software.amazon.jsii.JsiiSerializable
Contains the API key authorization parameters for the connection.

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.events.*;
 ApiKeyAuthParametersProperty apiKeyAuthParametersProperty = ApiKeyAuthParametersProperty.builder()
         .apiKeyName("apiKeyName")
         .apiKeyValue("apiKeyValue")
         .build();
 

See Also: