Interface CfnConnectionPropsMixin.UsernamePasswordProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnConnectionPropsMixin.UsernamePasswordProperty.Jsii$Proxy
- Enclosing class:
CfnConnectionPropsMixin
@Stability(Stable)
public static interface CfnConnectionPropsMixin.UsernamePasswordProperty
extends software.amazon.jsii.JsiiSerializable
The username and password 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.mixins.preview.services.datazone.mixins.*;
UsernamePasswordProperty usernamePasswordProperty = UsernamePasswordProperty.builder()
.password("password")
.username("username")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectionPropsMixin.UsernamePasswordPropertystatic final classAn implementation forCfnConnectionPropsMixin.UsernamePasswordProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getPassword
The password of a connection.- See Also:
-
getUsername
The username of a connection.- See Also:
-
builder
-