Interface CfnConnectorProfilePropsMixin.CustomAuthCredentialsProperty

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

@Stability(Stable) public static interface CfnConnectorProfilePropsMixin.CustomAuthCredentialsProperty extends software.amazon.jsii.JsiiSerializable
The custom credentials required for custom authentication.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.appflow.*;
 CustomAuthCredentialsProperty customAuthCredentialsProperty = CustomAuthCredentialsProperty.builder()
         .credentialsMap(Map.of(
                 "credentialsMapKey", "credentialsMap"))
         .customAuthenticationType("customAuthenticationType")
         .build();
 

See Also: