Interface CfnConnection.AmazonQPropertiesInputProperty

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

@Stability(Stable) public static interface CfnConnection.AmazonQPropertiesInputProperty extends software.amazon.jsii.JsiiSerializable
Amazon Q properties of the 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.services.datazone.*;
 AmazonQPropertiesInputProperty amazonQPropertiesInputProperty = AmazonQPropertiesInputProperty.builder()
         .authMode("authMode")
         .isEnabled(false)
         .profileArn("profileArn")
         .build();
 

See Also: