interface CfnDataLakeAssociationMixinProps
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.Connect.CfnDataLakeAssociationMixinProps |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsconnect#CfnDataLakeAssociationMixinProps |
Java | software.amazon.awscdk.cfnpropertymixins.services.connect.CfnDataLakeAssociationMixinProps |
Python | aws_cdk.cfn_property_mixins.aws_connect.CfnDataLakeAssociationMixinProps |
TypeScript | @aws-cdk/cfn-property-mixins » aws_connect » CfnDataLakeAssociationMixinProps |
Properties for CfnDataLakeAssociationPropsMixin.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_connect as connect } from '@aws-cdk/cfn-property-mixins';
const cfnDataLakeAssociationMixinProps: connect.CfnDataLakeAssociationMixinProps = {
dataSetId: 'dataSetId',
instanceId: 'instanceId',
targetAccountId: 'targetAccountId',
};
Properties
| Name | Type | Description |
|---|---|---|
| data | string | The identifier of the analytics data set. |
| instance | string | The identifier of the Amazon Connect instance. |
| target | string | The identifier of the target account. |
dataSetId?
Type:
string
(optional)
The identifier of the analytics data set.
instanceId?
Type:
string
(optional)
The identifier of the Amazon Connect instance.
targetAccountId?
Type:
string
(optional)
The identifier of the target account.

.NET
Go
Java
Python
TypeScript