AWS Fundamentals Logo
AWS Fundamentals
AWS::FSx::DataRepositoryAssociation

FSx DataRepositoryAssociation

Resource Type definition for AWS::FSx::DataRepositoryAssociation

Properties

7 configurable properties. 3 required. Click a row to see details.

Filter:
PropertyTypeFlags
DataRepositoryPath
string
RequiredCreate-only
FileSystemId
string
RequiredCreate-only
FileSystemPath
string
RequiredCreate-only
BatchImportMetaDataOnCreate
boolean
Create-only
ImportedFileChunkSize
integer
S3
S3
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AssociationIdstringThe system-generated, unique ID of the data repository association.
ResourceARNstringThe Amazon Resource Name (ARN) for a given resource. ARNs uniquely identify Amazon Web Services resources. We require an ARN when you need to specify a resource unambiguously across all of Amazon Web Services. For more information, see Amazon Resource Names (ARNs) in the Amazon Web Services Gener...

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::FSx::DataRepositoryAssociation

Resources:
  MyResource:
    Type: AWS::FSx::DataRepositoryAssociation
    Properties:
      FileSystemId: "my-filesystemid"
      FileSystemPath: "value"
      DataRepositoryPath: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

fsx:CreateDataRepositoryAssociationfsx:DescribeDataRepositoryAssociationsfsx:TagResources3:ListBuckets3:GetBucketPolicys3:PutBucketPolicyiam:CreateServiceLinkedRoleiam:PutRolePolicy

read

fsx:DescribeDataRepositoryAssociations

update

fsx:DescribeDataRepositoryAssociationsfsx:UpdateDataRepositoryAssociationfsx:TagResourcefsx:UntagResources3:ListBuckets3:GetBucketPolicys3:PutBucketPolicyiam:CreateServiceLinkedRole

delete

fsx:DescribeDataRepositoryAssociationsfsx:DeleteDataRepositoryAssociation

list

fsx:DescribeDataRepositoryAssociations

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceFSx
Properties9
Required3
TaggingSupported
Primary IDAssociationId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

FileSystemIdFileSystemPathDataRepositoryPathBatchImportMetaDataOnCreate

External Links