Show / Hide Table of Contents

Class CfnConnectionPropsMixin.AmazonQPropertiesInputProperty

Amazon Q properties of the connection.

Inheritance
object
CfnConnectionPropsMixin.AmazonQPropertiesInputProperty
Implements
CfnConnectionPropsMixin.IAmazonQPropertiesInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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.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

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.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

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.

public object? IsEnabled { get; set; }
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.

public string? ProfileArn { get; set; }
Property Value

string

Remarks

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

Implements

CfnConnectionPropsMixin.IAmazonQPropertiesInputProperty
Back to top Generated by DocFX