Show / Hide Table of Contents

Interface CfnConnectionPropsMixin.IIamPropertiesInputProperty

The IAM properties of a connection.

Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnConnectionPropsMixin.IIamPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnectionPropsMixin.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.Mixins.Preview.AWS.DataZone.Mixins;

             var iamPropertiesInputProperty = new IamPropertiesInputProperty {
                 GlueLineageSyncEnabled = false
             };

Synopsis

Properties

GlueLineageSyncEnabled

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

Properties

GlueLineageSyncEnabled

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

object? GlueLineageSyncEnabled { get; }
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

Back to top Generated by DocFX