AWS::Connect::DataLakeAssociationResource schema for AWS::Connect::DataLakeAssociation
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataSetId | string | RequiredCreate-only |
InstanceId | string | RequiredCreate-only |
TargetAccountId | string | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
ResourceShareArn | string | The Amazon Resource Name (ARN) of the AWS Resource Access Manager share |
ResourceShareId | string | The AWS Resource Access Manager share ID |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Connect::DataLakeAssociation
Resources:
MyResource:
Type: AWS::Connect::DataLakeAssociation
Properties:
InstanceId: "my-instanceid"
DataSetId: "my-datasetid"Permissions CloudFormation needs in your IAM role to manage this resource.
connect:AssociateAnalyticsDataSetconnect:ListAnalyticsDataAssociationsconnect:ListAnalyticsDataAssociationsconnect:DisassociateAnalyticsDataSetconnect:ListAnalyticsDataAssociationsconnect:ListAnalyticsDataAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterInstanceIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
InstanceIdDataSetIdTargetAccountId