interface AmazonQPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.AmazonQPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_AmazonQPropertiesInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.AmazonQPropertiesInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.AmazonQPropertiesInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » AmazonQPropertiesInputProperty |
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 { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const amazonQPropertiesInputProperty: datazone_mixins.CfnConnectionPropsMixin.AmazonQPropertiesInputProperty = {
authMode: 'authMode',
isEnabled: false,
profileArn: 'profileArn',
};
Properties
| Name | Type | Description |
|---|---|---|
| auth | string | The authentication mode of the connection's AmazonQ properties. |
| is | boolean | IResolvable | Specifies whether Amazon Q is enabled for the connection. |
| profile | string |
authMode?
Type:
string
(optional)
The authentication mode of the connection's AmazonQ properties.
isEnabled?
Type:
boolean | IResolvable
(optional)
Specifies whether Amazon Q is enabled for the connection.
profileArn?
Type:
string
(optional)

.NET
Go
Java
Python
TypeScript