Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-authmode

IsEnabled

Specifies whether Amazon Q is enabled for the connection.

object? IsEnabled { get; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-isenabled

Type union: either bool or IResolvable

ProfileArn

Amazon Q properties of the connection.

string? ProfileArn { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-amazonqpropertiesinput.html#cfn-datazone-connection-amazonqpropertiesinput-profilearn

Back to top Generated by DocFX