cdk-iam-floyd 0.618.0 → 0.620.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +4 -4
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +12 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +25 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +12 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +13 -1
- package/lib/generated/index.d.ts +2 -0
- package/lib/generated/index.js +10 -6
- package/lib/generated/policy-statements/artifact.d.ts +3 -2
- package/lib/generated/policy-statements/artifact.js +5 -4
- package/lib/generated/policy-statements/codecatalyst.d.ts +58 -0
- package/lib/generated/policy-statements/codecatalyst.js +59 -1
- package/lib/generated/policy-statements/codeconnections.d.ts +644 -0
- package/lib/generated/policy-statements/codeconnections.js +805 -0
- package/lib/generated/policy-statements/datazone.d.ts +24 -0
- package/lib/generated/policy-statements/datazone.js +37 -1
- package/lib/generated/policy-statements/deadlinecloud.d.ts +1502 -0
- package/lib/generated/policy-statements/deadlinecloud.js +1867 -0
- package/lib/generated/policy-statements/iotwireless.d.ts +24 -0
- package/lib/generated/policy-statements/iotwireless.js +34 -1
- package/lib/generated/policy-statements/sagemaker.d.ts +25 -1
- package/lib/generated/policy-statements/sagemaker.js +35 -2
- package/lib/generated/policy-statements/workmail.d.ts +0 -64
- package/lib/generated/policy-statements/workmail.js +1 -89
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -16,10 +16,10 @@
|
|
|
16
16
|
<!-- stats -->
|
|
17
17
|
Support for:
|
|
18
18
|
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
22
|
-
-
|
|
19
|
+
- 389 Services
|
|
20
|
+
- 16466 Actions
|
|
21
|
+
- 1764 Resource Types
|
|
22
|
+
- 1719 Condition keys
|
|
23
23
|
<!-- /stats -->
|
|
24
24
|
|
|
25
25
|
**<br>This is an early version of the package. The API will change while I implement new features. Therefore make sure you use an exact version in your `package.json` before it reaches 1.0.0.**
|
|
@@ -1238,6 +1238,18 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1238
1238
|
AWSDataSyncFullAccess(): aws_iam.IManagedPolicy;
|
|
1239
1239
|
/** Provides read-only access to AWS DataSync */
|
|
1240
1240
|
AWSDataSyncReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1241
|
+
/** Provides AWS Deadline Cloud workers with access to run tasks on a farm. */
|
|
1242
|
+
AWSDeadlineCloudFleetWorker(): aws_iam.IManagedPolicy;
|
|
1243
|
+
/** Provides user workstation access to AWS Deadline Cloud farms with limited Read-Only permissions to call other necessary services. Attach this policy to the user role associated with your studio. */
|
|
1244
|
+
AWSDeadlineCloudUserAccessFarms(): aws_iam.IManagedPolicy;
|
|
1245
|
+
/** Provides user workstation access to AWS Deadline Cloud fleets with limited Read-Only permissions to call other necessary services. Attach this policy to the user role associated with your studio. */
|
|
1246
|
+
AWSDeadlineCloudUserAccessFleets(): aws_iam.IManagedPolicy;
|
|
1247
|
+
/** Provides user workstation access to AWS Deadline Cloud jobs with limited Read-Only permissions to call other necessary services. Attach this policy to the user role associated with your studio. */
|
|
1248
|
+
AWSDeadlineCloudUserAccessJobs(): aws_iam.IManagedPolicy;
|
|
1249
|
+
/** Provides user workstation access to AWS Deadline Cloud queues with limited Read-Only permissions to call other necessary services. Attach this policy to the user role associated with your studio. */
|
|
1250
|
+
AWSDeadlineCloudUserAccessQueues(): aws_iam.IManagedPolicy;
|
|
1251
|
+
/** Provides access for AWS Deadline Cloud worker hosts to join a fleet in a farm. */
|
|
1252
|
+
AWSDeadlineCloudWorkerHost(): aws_iam.IManagedPolicy;
|
|
1241
1253
|
/** This policy specifies permissions required by DeepLens Administrative lambda functions that run on a DeepLens device */
|
|
1242
1254
|
AWSDeepLensLambdaFunctionAccessPolicy(): aws_iam.IManagedPolicy;
|
|
1243
1255
|
/** Grants AWS DeepLens access to AWS Services, resources and roles needed by DeepLens and its dependencies including IoT, S3, GreenGrass and AWS Lambda. */
|