interface IamPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins.CfnConnectionPropsMixin.IamPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awsdatazone/mixins#CfnConnectionPropsMixin_IamPropertiesInputProperty |
Java | software.amazon.awscdk.mixins.preview.services.datazone.mixins.CfnConnectionPropsMixin.IamPropertiesInputProperty |
Python | aws_cdk.mixins_preview.aws_datazone.mixins.CfnConnectionPropsMixin.IamPropertiesInputProperty |
TypeScript | @aws-cdk/mixins-preview » aws_datazone » mixins » CfnConnectionPropsMixin » IamPropertiesInputProperty |
The IAM properties of a connection.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { mixins as datazone_mixins } from '@aws-cdk/mixins-preview/aws-datazone';
const iamPropertiesInputProperty: datazone_mixins.CfnConnectionPropsMixin.IamPropertiesInputProperty = {
glueLineageSyncEnabled: false,
};
Properties
| Name | Type | Description |
|---|---|---|
| glue | boolean | IResolvable | Specifies whether AWS Glue lineage sync is enabled for a connection. |
glueLineageSyncEnabled?
Type:
boolean | IResolvable
(optional)
Specifies whether AWS Glue lineage sync is enabled for a connection.

.NET
Go
Java
Python
TypeScript