We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi
Resource schema for AWS::Connect::DataLakeAssociation
Create DataLakeAssociation Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new DataLakeAssociation(name: string, args: DataLakeAssociationArgs, opts?: CustomResourceOptions);@overload
def DataLakeAssociation(resource_name: str,
args: DataLakeAssociationArgs,
opts: Optional[ResourceOptions] = None)
@overload
def DataLakeAssociation(resource_name: str,
opts: Optional[ResourceOptions] = None,
data_set_id: Optional[str] = None,
instance_id: Optional[str] = None,
target_account_id: Optional[str] = None)func NewDataLakeAssociation(ctx *Context, name string, args DataLakeAssociationArgs, opts ...ResourceOption) (*DataLakeAssociation, error)public DataLakeAssociation(string name, DataLakeAssociationArgs args, CustomResourceOptions? opts = null)
public DataLakeAssociation(String name, DataLakeAssociationArgs args)
public DataLakeAssociation(String name, DataLakeAssociationArgs args, CustomResourceOptions options)
type: aws-native:connect:DataLakeAssociation
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_connect_data_lake_association" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args DataLakeAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args DataLakeAssociationArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args DataLakeAssociationArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args DataLakeAssociationArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args DataLakeAssociationArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
DataLakeAssociation Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The DataLakeAssociation resource accepts the following input properties:
- Data
Set stringId - The identifier of the analytics data set.
- Instance
Id string - The identifier of the Amazon Connect instance
- Target
Account stringId - The identifier of the target account
- Data
Set stringId - The identifier of the analytics data set.
- Instance
Id string - The identifier of the Amazon Connect instance
- Target
Account stringId - The identifier of the target account
- data_
set_ stringid - The identifier of the analytics data set.
- instance_
id string - The identifier of the Amazon Connect instance
- target_
account_ stringid - The identifier of the target account
- data
Set StringId - The identifier of the analytics data set.
- instance
Id String - The identifier of the Amazon Connect instance
- target
Account StringId - The identifier of the target account
- data
Set stringId - The identifier of the analytics data set.
- instance
Id string - The identifier of the Amazon Connect instance
- target
Account stringId - The identifier of the target account
- data_
set_ strid - The identifier of the analytics data set.
- instance_
id str - The identifier of the Amazon Connect instance
- target_
account_ strid - The identifier of the target account
- data
Set StringId - The identifier of the analytics data set.
- instance
Id String - The identifier of the Amazon Connect instance
- target
Account StringId - The identifier of the target account
Outputs
All input properties are implicitly available as output properties. Additionally, the DataLakeAssociation resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- string
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- string
- The AWS Resource Access Manager share ID
- Id string
- The provider-assigned unique ID for this managed resource.
- string
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- string
- The AWS Resource Access Manager share ID
- id string
- The provider-assigned unique ID for this managed resource.
- string
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- string
- The AWS Resource Access Manager share ID
- id String
- The provider-assigned unique ID for this managed resource.
- String
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- String
- The AWS Resource Access Manager share ID
- id string
- The provider-assigned unique ID for this managed resource.
- string
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- string
- The AWS Resource Access Manager share ID
- id str
- The provider-assigned unique ID for this managed resource.
- str
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- str
- The AWS Resource Access Manager share ID
- id String
- The provider-assigned unique ID for this managed resource.
- String
- The Amazon Resource Name (ARN) of the AWS Resource Access Manager share
- String
- The AWS Resource Access Manager share ID
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 3, 2026 by Pulumi