public static interface CfnConnectorProfile.SAPODataConnectorProfileCredentialsProperty
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 basicAuthCredentials; Object oAuthCredentials; SAPODataConnectorProfileCredentialsProperty sAPODataConnectorProfileCredentialsProperty = SAPODataConnectorProfileCredentialsProperty.builder() .basicAuthCredentials(basicAuthCredentials) .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 java.lang.Object |
getBasicAuthCredentials()
The SAPOData basic authentication credentials.
|
default java.lang.Object |
getOAuthCredentials()
The SAPOData OAuth type authentication credentials.
|