Interface CfnPluginPropsMixin.BasicAuthConfigurationProperty

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

@Stability(Stable) public static interface CfnPluginPropsMixin.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.cfnpropertymixins.services.qbusiness.*;
 BasicAuthConfigurationProperty basicAuthConfigurationProperty = BasicAuthConfigurationProperty.builder()
         .roleArn("roleArn")
         .secretArn("secretArn")
         .build();
 

See Also: