@Stability(value=Stable)
public static interface CfnConnection.ClientParametersProperty
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.events.*;
ClientParametersProperty clientParametersProperty = ClientParametersProperty.builder()
.clientId("clientId")
.clientSecret("clientSecret")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnection.ClientParametersProperty.Builder
A builder for
CfnConnection.ClientParametersProperty |
static class |
CfnConnection.ClientParametersProperty.Jsii$Proxy
An implementation for
CfnConnection.ClientParametersProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnection.ClientParametersProperty.Builder |
builder() |
String |
getClientId()
The client ID to use for OAuth authorization.
|
String |
getClientSecret()
The client secret assciated with the client ID to use for OAuth authorization.
|
@Stability(value=Stable) @NotNull String getClientId()
@Stability(value=Stable) @NotNull String getClientSecret()
@Stability(value=Stable) static CfnConnection.ClientParametersProperty.Builder builder()
Copyright © 2022. All rights reserved.