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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnConnectionPropsMixin.BasicAuthenticationCredentialsProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPassword
The password for a connection.- See Also:
-
getUserName
The user name for the connecion.- See Also:
-
builder
@Stability(Stable) static CfnConnectionPropsMixin.BasicAuthenticationCredentialsProperty.Builder builder()
-