AWS::FSx::DataRepositoryAssociationResource Type definition for AWS::FSx::DataRepositoryAssociation
7 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DataRepositoryPath | string | RequiredCreate-only |
FileSystemId | string | RequiredCreate-only |
FileSystemPath | string | RequiredCreate-only |
BatchImportMetaDataOnCreate | boolean | Create-only |
ImportedFileChunkSize | integer | |
S3 | S3 | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociationId | string | The system-generated, unique ID of the data repository association. |
ResourceARN | string | The 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... |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
fsx:CreateDataRepositoryAssociationfsx:DescribeDataRepositoryAssociationsfsx:TagResources3:ListBuckets3:GetBucketPolicys3:PutBucketPolicyiam:CreateServiceLinkedRoleiam:PutRolePolicyfsx:DescribeDataRepositoryAssociationsfsx:DescribeDataRepositoryAssociationsfsx:UpdateDataRepositoryAssociationfsx:TagResourcefsx:UntagResources3:ListBuckets3:GetBucketPolicys3:PutBucketPolicyiam:CreateServiceLinkedRolefsx:DescribeDataRepositoryAssociationsfsx:DeleteDataRepositoryAssociationfsx:DescribeDataRepositoryAssociationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAssociationIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
FileSystemIdFileSystemPathDataRepositoryPathBatchImportMetaDataOnCreate