@Stability(value=Stable)
public static interface CfnConnectorProfile.CustomAuthCredentialsProperty
extends software.amazon.jsii.JsiiSerializable
// 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 credentialsMap;
CustomAuthCredentialsProperty customAuthCredentialsProperty = CustomAuthCredentialsProperty.builder()
.customAuthenticationType("customAuthenticationType")
// the properties below are optional
.credentialsMap(credentialsMap)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnectorProfile.CustomAuthCredentialsProperty.Builder
A builder for
CfnConnectorProfile.CustomAuthCredentialsProperty |
static class |
CfnConnectorProfile.CustomAuthCredentialsProperty.Jsii$Proxy
An implementation for
CfnConnectorProfile.CustomAuthCredentialsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnectorProfile.CustomAuthCredentialsProperty.Builder |
builder() |
default Object |
getCredentialsMap()
`CfnConnectorProfile.CustomAuthCredentialsProperty.CredentialsMap`.
|
String |
getCustomAuthenticationType()
`CfnConnectorProfile.CustomAuthCredentialsProperty.CustomAuthenticationType`.
|
@Stability(value=Stable) @NotNull String getCustomAuthenticationType()
@Stability(value=Stable) @Nullable default Object getCredentialsMap()
@Stability(value=Stable) static CfnConnectorProfile.CustomAuthCredentialsProperty.Builder builder()
Copyright © 2022. All rights reserved.