@Stability(value=Stable)
public static interface CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty
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.appflow.*;
Object oAuthCredentials;
SAPODataConnectorProfileCredentialsProperty sAPODataConnectorProfileCredentialsProperty = SAPODataConnectorProfileCredentialsProperty.builder()
.basicAuthCredentials(BasicAuthCredentialsProperty.builder()
.password("password")
.username("username")
.build())
.oAuthCredentials(oAuthCredentials)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder
|
static class |
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder |
builder() |
default Object |
getBasicAuthCredentials()
The SAPOData basic authentication credentials.
|
default Object |
getOAuthCredentials()
The SAPOData OAuth type authentication credentials.
|
@Stability(value=Stable) @Nullable default Object getBasicAuthCredentials()
@Stability(value=Stable) @Nullable default Object getOAuthCredentials()
@Stability(value=Stable) static CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.