Interface CfnConnection.ClientParametersProperty

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

@Stability(Stable) public static interface CfnConnection.ClientParametersProperty extends software.amazon.jsii.JsiiSerializable
Contains the OAuth authorization parameters to use 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.*;
 ClientParametersProperty clientParametersProperty = ClientParametersProperty.builder()
         .clientId("clientId")
         .clientSecret("clientSecret")
         .build();