Show / Hide Table of Contents

Class CfnConnection.IamPropertiesInputProperty

The IAM properties of a connection.

Inheritance
object
CfnConnection.IamPropertiesInputProperty
Implements
CfnConnection.IIamPropertiesInputProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnConnection.IamPropertiesInputProperty : CfnConnection.IIamPropertiesInputProperty
Syntax (vb)
Public Class CfnConnection.IamPropertiesInputProperty Implements CfnConnection.IIamPropertiesInputProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-iampropertiesinput.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 iamPropertiesInputProperty = new IamPropertiesInputProperty {
                 GlueLineageSyncEnabled = false
             };

Synopsis

Constructors

IamPropertiesInputProperty()

The IAM properties of a connection.

Properties

GlueLineageSyncEnabled

Specifies whether AWS Glue lineage sync is enabled for a connection.

Constructors

IamPropertiesInputProperty()

The IAM properties of a connection.

public IamPropertiesInputProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-connection-iampropertiesinput.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 iamPropertiesInputProperty = new IamPropertiesInputProperty {
                 GlueLineageSyncEnabled = false
             };

Properties

GlueLineageSyncEnabled

Specifies whether AWS Glue lineage sync is enabled for a connection.

public object? GlueLineageSyncEnabled { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnConnection.IIamPropertiesInputProperty
Back to top Generated by DocFX