Interface CfnConnectionPropsMixin.BasicAuthenticationCredentialsProperty

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

@Stability(Stable) public static interface CfnConnectionPropsMixin.BasicAuthenticationCredentialsProperty extends software.amazon.jsii.JsiiSerializable
The basic authentication credentials of a connection.

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.datazone.*;
 BasicAuthenticationCredentialsProperty basicAuthenticationCredentialsProperty = BasicAuthenticationCredentialsProperty.builder()
         .password("password")
         .userName("userName")
         .build();
 

See Also: