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
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; }