CfnDataLakeAssociationMixinProps
- class aws_cdk.cfn_property_mixins.aws_connect.CfnDataLakeAssociationMixinProps(*, data_set_id=None, instance_id=None, target_account_id=None)
Bases:
objectProperties 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:
- 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.
- instance_id
The identifier of the Amazon Connect instance.
- target_account_id
The identifier of the target account.