Class CfnConnection.IamPropertiesInputProperty
The IAM properties of a connection.
Implements
Inherited Members
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
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
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; }