CfnDataLakeAssociationMixinProps

class aws_cdk.cfn_property_mixins.aws_connect.CfnDataLakeAssociationMixinProps(*, data_set_id=None, instance_id=None, target_account_id=None)

Bases: object

Properties for CfnDataLakeAssociationPropsMixin.

Parameters:
  • data_set_id (Optional[str]) – The identifier of the analytics data set.

  • instance_id (Optional[str]) – The identifier of the Amazon Connect instance.

  • target_account_id (Optional[str]) – The identifier of the target account.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html

ExampleMetadata:

fixture=_generated

Example:

# The code below shows an example of how to instantiate this type.
# The values are placeholders you should change.
from aws_cdk.cfn_property_mixins import aws_connect as connect

cfn_data_lake_association_mixin_props = connect.CfnDataLakeAssociationMixinProps(
    data_set_id="dataSetId",
    instance_id="instanceId",
    target_account_id="targetAccountId"
)

Attributes

data_set_id

The identifier of the analytics data set.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-datasetid

instance_id

The identifier of the Amazon Connect instance.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-instanceid

target_account_id

The identifier of the target account.

See:

http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-connect-datalakeassociation.html#cfn-connect-datalakeassociation-targetaccountid