Skip to content

Commit

Permalink
AWS DataSync Update: AWS DataSync now supports the use of tags with t…
Browse files Browse the repository at this point in the history
…ask executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions.
  • Loading branch information
AWS committed Dec 16, 2022
1 parent 78f5d31 commit 988840e
Show file tree
Hide file tree
Showing 4 changed files with 352 additions and 302 deletions.
6 changes: 6 additions & 0 deletions .changes/next-release/feature-AWSDataSync-96ccbe4.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"type": "feature",
"category": "AWS DataSync",
"contributor": "",
"description": "AWS DataSync now supports the use of tags with task executions. With this new feature, you can apply tags each time you execute a task, giving you greater control and management over your task executions."
}
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"parameters": {
"Region": {
"builtIn": "AWS::Region",
"required": false,
"required": true,
"documentation": "The AWS region used to dispatch the request.",
"type": "String"
},
Expand Down Expand Up @@ -52,15 +52,6 @@
"ref": "Endpoint"
}
]
},
{
"fn": "parseURL",
"argv": [
{
"ref": "Endpoint"
}
],
"assign": "url"
}
],
"type": "tree",
Expand Down
Loading

0 comments on commit 988840e

Please sign in to comment.