Interface CfnConnection.IIamPropertiesInputProperty
The IAM properties of a connection.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnConnection.IIamPropertiesInputProperty
Syntax (vb)
Public Interface CfnConnection.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.AWS.DataZone;
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; }