- Newest
- Most votes
- Most comments
The error you're encountering is due to the PosixPermissions property in the options object of your AWS DataSync task configuration not being recognized. This could be due to outdated TypeScript definitions for the AWS CDK or a discrepancy between AWS service and the AWS CDK. To resolve this, ensure you're using the latest AWS CDK version, consider using AWS CLI as a workaround, or contact AWS Support for further assistance.
Hi,
It seems like the PosixPermissions property is not denoted correctly. As per the documentation, https://docs.aws.amazon.com/cdk/api/v2/docs/aws-cdk-lib.aws_datasync.CfnTaskProps.html, the correct way to denote would be:
posixPermissions
Please let us know if this helped in fixing your issue. If you still face any errors, please feel free to reply on this thread and we will be pleased to assist you further.
Relevant content
- asked 2 years ago
- asked 2 years ago
