interface IamPropertiesInputProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.DataZone.CfnConnectionPropsMixin.IamPropertiesInputProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsdatazone#CfnConnectionPropsMixin_IamPropertiesInputProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.datazone.CfnConnectionPropsMixin.IamPropertiesInputProperty |
Python | aws_cdk.cfn_property_mixins.aws_datazone.CfnConnectionPropsMixin.IamPropertiesInputProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_datazone » 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 { aws_datazone as datazone } from '@aws-cdk/cfn-property-mixins';
const iamPropertiesInputProperty: datazone.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