Skip to content

Commit 3d18529

Browse files
Josh SennettJosh Sennett
andauthored
Add ec2:DescribeNetworkInterfaces and fix createOnlyProperties typo (#22)
* Fix BucketAccessRoleArn name typo * Add ec2:DescribeNetworkInterfaces permissions to LocationFSx resource role * Remove nested property BucketAccessRoleArn from createOnlyProperties Co-authored-by: Josh Sennett <[email protected]>
1 parent a4fa458 commit 3d18529

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

aws-datasync-locationfsxwindows/aws-datasync-locationfsxwindows.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@
122122
"datasync:DescribeLocationFsxWindows",
123123
"datasync:ListTagsForResource",
124124
"fsx:DescribeFileSystems",
125+
"ec2:DescribeNetworkInterfaces",
125126
"ec2:DescribeSubnets",
126127
"ec2:DescribeSecurityGroups"
127128
]

aws-datasync-locationfsxwindows/resource-role.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ Resources:
3030
- "datasync:ListTagsForResource"
3131
- "datasync:TagResource"
3232
- "datasync:UntagResource"
33+
- "ec2:DescribeNetworkInterfaces"
3334
- "ec2:DescribeSecurityGroups"
3435
- "ec2:DescribeSubnets"
3536
- "fsx:DescribeFileSystems"

aws-datasync-locations3/aws-datasync-locations3.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,6 @@
110110
"createOnlyProperties": [
111111
"/properties/S3Config",
112112
"/properties/S3BucketArn",
113-
"/properties/BucketAccessRoleName",
114-
"/properties/BucketName",
115113
"/properties/Subdirectory",
116114
"/properties/S3StorageClass"
117115
],

0 commit comments

Comments
 (0)