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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnection.AmazonQPropertiesInputPropertystatic final classAn implementation forCfnConnection.AmazonQPropertiesInputProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAuthMode
The authentication mode of the connection's AmazonQ properties.- See Also:
-
getIsEnabled
Specifies whether Amazon Q is enabled for the connection.Returns union: either
BooleanorIResolvable- See Also:
-
getProfileArn
- See Also:
-
builder
-