Interface CfnActionConnector.BasicAuthConnectionMetadataProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnActionConnector.BasicAuthConnectionMetadataProperty.Jsii$Proxy
- Enclosing class:
CfnActionConnector
@Stability(Stable)
public static interface CfnActionConnector.BasicAuthConnectionMetadataProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.quicksight.*;
BasicAuthConnectionMetadataProperty basicAuthConnectionMetadataProperty = BasicAuthConnectionMetadataProperty.builder()
.baseEndpoint("baseEndpoint")
.password("password")
.username("username")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnActionConnector.BasicAuthConnectionMetadataPropertystatic final classAn implementation forCfnActionConnector.BasicAuthConnectionMetadataProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getBaseEndpoint
- See Also:
-
getPassword
- See Also:
-
getUsername
- See Also:
-
builder
-