Interface CfnPlugin.BasicAuthConfigurationProperty

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

@Stability(Stable) public static interface CfnPlugin.BasicAuthConfigurationProperty extends software.amazon.jsii.JsiiSerializable
Information about the basic authentication credentials used to configure a plugin.

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.qbusiness.*;
 BasicAuthConfigurationProperty basicAuthConfigurationProperty = BasicAuthConfigurationProperty.builder()
         .roleArn("roleArn")
         .secretArn("secretArn")
         .build();
 

See Also: