Class CfnConnectionPropsMixin.AmazonQPropertiesInputProperty
Amazon Q properties of the connection.
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnConnectionPropsMixin.AmazonQPropertiesInputProperty : CfnConnectionPropsMixin.IAmazonQPropertiesInputProperty
Syntax (vb)
Public Class CfnConnectionPropsMixin.AmazonQPropertiesInputProperty Implements CfnConnectionPropsMixin.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.Mixins.Preview.AWS.DataZone.Mixins;
var amazonQPropertiesInputProperty = new AmazonQPropertiesInputProperty {
AuthMode = "authMode",
IsEnabled = false,
ProfileArn = "profileArn"
};
Synopsis
Constructors
| AmazonQPropertiesInputProperty() | Amazon Q properties of the connection. |
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. |
Constructors
AmazonQPropertiesInputProperty()
Amazon Q properties of the connection.
public AmazonQPropertiesInputProperty()
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.Mixins.Preview.AWS.DataZone.Mixins;
var amazonQPropertiesInputProperty = new AmazonQPropertiesInputProperty {
AuthMode = "authMode",
IsEnabled = false,
ProfileArn = "profileArn"
};
Properties
AuthMode
The authentication mode of the connection's AmazonQ properties.
public string? AuthMode { get; set; }
Property Value
Remarks
IsEnabled
Specifies whether Amazon Q is enabled for the connection.
public object? IsEnabled { get; set; }
Property Value
Remarks
ProfileArn
Amazon Q properties of the connection.
public string? ProfileArn { get; set; }