You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param browserProfileId - Identifier for the browserProfileId.
2001
+
* @param account - Account of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's account.
2001
2002
* @param region - Region of the resource; defaults to `*`, unless using the CDK, where the default is the current Stack's region.
2002
2003
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
@@ -1324,7 +1330,7 @@ export class Deadline extends PolicyStatement {
1324
1330
/**
1325
1331
* Grants permission to list all tags on specified Deadline Cloud resources
1326
1332
*
1327
-
* Access Level: List
1333
+
* Access Level: Read
1328
1334
*
1329
1335
* Possible conditions:
1330
1336
* - .ifCalledAction()
@@ -1377,7 +1383,7 @@ export class Deadline extends PolicyStatement {
1377
1383
/**
1378
1384
* Grants permission to search for jobs in multiple queues
1379
1385
*
1380
-
* Access Level: List
1386
+
* Access Level: Read
1381
1387
*
1382
1388
* Dependent actions:
1383
1389
* - identitystore:ListGroupMembershipsForMember
@@ -1391,7 +1397,7 @@ export class Deadline extends PolicyStatement {
1391
1397
/**
1392
1398
* Grants permission to search the steps within a single job or to search the steps for multiple queues
1393
1399
*
1394
-
* Access Level: List
1400
+
* Access Level: Read
1395
1401
*
1396
1402
* Dependent actions:
1397
1403
* - identitystore:ListGroupMembershipsForMember
@@ -1405,7 +1411,7 @@ export class Deadline extends PolicyStatement {
1405
1411
/**
1406
1412
* Grants permission to search the tasks within a single job or to search the tasks for multiple queues
1407
1413
*
1408
-
* Access Level: List
1414
+
* Access Level: Read
1409
1415
*
1410
1416
* Dependent actions:
1411
1417
* - identitystore:ListGroupMembershipsForMember
@@ -1419,7 +1425,7 @@ export class Deadline extends PolicyStatement {
1419
1425
/**
1420
1426
* Grants permission to search for workers in multiple fleets
1421
1427
*
1422
-
* Access Level: List
1428
+
* Access Level: Read
1423
1429
*
1424
1430
* Dependent actions:
1425
1431
* - identitystore:ListGroupMembershipsForMember
@@ -1790,6 +1796,11 @@ export class Deadline extends PolicyStatement {
1790
1796
'GetStorageProfileForQueue',
1791
1797
'GetTask',
1792
1798
'GetWorker',
1799
+
'ListTagsForResource',
1800
+
'SearchJobs',
1801
+
'SearchSteps',
1802
+
'SearchTasks',
1803
+
'SearchWorkers',
1793
1804
'StartSessionsStatisticsAggregation'
1794
1805
],
1795
1806
List: [
@@ -1819,13 +1830,8 @@ export class Deadline extends PolicyStatement {
1819
1830
'ListSteps',
1820
1831
'ListStorageProfiles',
1821
1832
'ListStorageProfilesForQueue',
1822
-
'ListTagsForResource',
1823
1833
'ListTasks',
1824
-
'ListWorkers',
1825
-
'SearchJobs',
1826
-
'SearchSteps',
1827
-
'SearchTasks',
1828
-
'SearchWorkers'
1834
+
'ListWorkers'
1829
1835
],
1830
1836
Tagging: [
1831
1837
'TagResource',
@@ -1903,6 +1909,7 @@ export class Deadline extends PolicyStatement {
1903
1909
* @param partition - Partition of the AWS account [aws, aws-cn, aws-us-gov]; defaults to `aws`, unless using the CDK, where the default is the current Stack's partition.
1904
1910
*
1905
1911
* Possible conditions:
1912
+
* - .ifAwsResourceTag()
1906
1913
* - .ifFarmMembershipLevels()
1907
1914
* - .ifJobMembershipLevels()
1908
1915
* - .ifQueueMembershipLevels()
@@ -1995,6 +2002,7 @@ export class Deadline extends PolicyStatement {
1995
2002
* - .toCreateBudget()
1996
2003
* - .toCreateFarm()
1997
2004
* - .toCreateFleet()
2005
+
* - .toCreateJob()
1998
2006
* - .toCreateLicenseEndpoint()
1999
2007
* - .toCreateMonitor()
2000
2008
* - .toCreateQueue()
@@ -2018,6 +2026,7 @@ export class Deadline extends PolicyStatement {
2018
2026
* - budget
2019
2027
* - farm
2020
2028
* - fleet
2029
+
* - job
2021
2030
* - license-endpoint
2022
2031
* - monitor
2023
2032
* - queue
@@ -2040,6 +2049,7 @@ export class Deadline extends PolicyStatement {
0 commit comments