Interface CfnConnection.IAmazonQPropertiesInputProperty
Amazon Q properties of the connection.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IAmazonQPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.IAmazonQPropertiesInputProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var amazonQPropertiesInputProperty = new AmazonQPropertiesInputProperty {
AuthMode = "authMode",
IsEnabled = false,
ProfileArn = "profileArn"
};
Synopsis
Properties
| AuthMode | The authentication mode of the connection's AmazonQ properties. |
| IsEnabled | Specifies whether Amazon Q is enabled for the connection. |
| ProfileArn | Amazon Q properties of the connection. |
Properties
AuthMode
The authentication mode of the connection's AmazonQ properties.
string? AuthMode { get; }
Property Value
Remarks
IsEnabled
Specifies whether Amazon Q is enabled for the connection.
object? IsEnabled { get; }
Property Value
Remarks
ProfileArn
Amazon Q properties of the connection.
string? ProfileArn { get; }