iam-floyd 0.813.0 → 0.814.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 +3 -3
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +10 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +21 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +10 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +11 -1
- package/lib/generated/policy-statements/certificatemanager.d.ts +317 -0
- package/lib/generated/policy-statements/certificatemanager.js +397 -3
- package/lib/generated/policy-statements/cleanrooms.d.ts +121 -0
- package/lib/generated/policy-statements/cleanrooms.js +160 -1
- package/lib/generated/policy-statements/connect.d.ts +66 -0
- package/lib/generated/policy-statements/connect.js +79 -1
- package/lib/generated/policy-statements/elastickubernetesservice.d.ts +8 -0
- package/lib/generated/policy-statements/elastickubernetesservice.js +12 -1
- package/lib/generated/policy-statements/partnercentral.d.ts +220 -0
- package/lib/generated/policy-statements/partnercentral.js +270 -1
- package/lib/generated/policy-statements/sagemaker.d.ts +16 -0
- package/lib/generated/policy-statements/sagemaker.js +23 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 451 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21376 Actions
|
|
20
|
+
- 2260 Resource Types
|
|
21
|
+
- 2378 Condition keys
|
|
22
22
|
<!-- /stats -->
|
|
23
23
|
|
|
24
24
|
**<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.**
|
|
@@ -1260,6 +1260,10 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
1260
1260
|
AWSArtifactAgreementsFullAccess(): aws_iam.IManagedPolicy;
|
|
1261
1261
|
/** This policy grants read-only access to list the AWS Artifact service agreements and to download the accepted agreements.. It also includes permissions to list as well as describe the organization details. Additionally, the policy provides the ability to check if the required service-linked role exists. */
|
|
1262
1262
|
AWSArtifactAgreementsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1263
|
+
/** Provides full access to the Artifact Compliance Inquiry. */
|
|
1264
|
+
AWSArtifactComplianceInquiriesFullAccess(): aws_iam.IManagedPolicy;
|
|
1265
|
+
/** Provides read-only access to Artifact Compliance Inquiry. */
|
|
1266
|
+
AWSArtifactComplianceInquiriesReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1263
1267
|
/** Provides read-only access to the AWS Artifact service reports. */
|
|
1264
1268
|
AWSArtifactReportsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
1265
1269
|
/** Allows AWS Artifact to gather information about an organization via AWS Organizations service. */
|
|
@@ -2098,6 +2102,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2098
2102
|
AWSPartnerCentralMarketingManagement(): aws_iam.IManagedPolicy;
|
|
2099
2103
|
/** Provides necessary access for opportunity management activities. */
|
|
2100
2104
|
AWSPartnerCentralOpportunityManagement(): aws_iam.IManagedPolicy;
|
|
2105
|
+
/** Provides necessary access for revenue attribution management activities. */
|
|
2106
|
+
AWSPartnerCentralRevenueAttributionManagement(): aws_iam.IManagedPolicy;
|
|
2101
2107
|
/** Provides necessary access for developer testing in the Sandbox catalog. */
|
|
2102
2108
|
AWSPartnerCentralSandboxFullAccess(): aws_iam.IManagedPolicy;
|
|
2103
2109
|
/** Provides access to the ResourceSnapshotJob to read a resource and snapshot it in the target engagement. */
|
|
@@ -2254,6 +2260,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2254
2260
|
AWSResourceExplorerServiceRolePolicy(): aws_iam.IManagedPolicy;
|
|
2255
2261
|
/** This is the read only policy for AWS Resource Groups */
|
|
2256
2262
|
AWSResourceGroupsReadOnlyAccess(): aws_iam.IManagedPolicy;
|
|
2263
|
+
/** Provides necessary access for revenue attribution management activities. */
|
|
2264
|
+
AWSRevenueAttributionManagement(): aws_iam.IManagedPolicy;
|
|
2257
2265
|
/** Provides full access to AWS RoboMaker via the AWS Management Console and SDK. Also provides select access to related services (e.g., S3, IAM). */
|
|
2258
2266
|
AWSRoboMakerFullAccess(): aws_iam.IManagedPolicy;
|
|
2259
2267
|
/** Provides read only access to AWS RoboMaker via the AWS Management Console and SDK */
|
|
@@ -2472,6 +2480,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
2472
2480
|
AWSTransformCustomManageTransformations(): aws_iam.IManagedPolicy;
|
|
2473
2481
|
/** Enables the AWS Transform service to read a specified SecretsManager Secret in connection to specified KMS key. This policy grants permissions to read the specified secret value and decrypt it is the secret is encrypted */
|
|
2474
2482
|
AWSTransformSecretsManagerConnectorPolicy(): aws_iam.IManagedPolicy;
|
|
2483
|
+
/** Grants AWS Transform (ATX) Continuous Modernization CLI/agent the permissions needed to invoke the AWS Security Agent service for automated code security reviews and remediation, including uploading scan artifacts and retrieving findings. */
|
|
2484
|
+
AWSTransformSecurityAgentExecutorAccess(): aws_iam.IManagedPolicy;
|
|
2475
2485
|
/** Provides full access to AWS Trusted Advisor Priority. This policy also enables the user to add Trusted Advisor as a trusted service with AWS Organizations and to specify delegated administrator accounts for Trusted Advisor Priority. */
|
|
2476
2486
|
AWSTrustedAdvisorPriorityFullAccess(): aws_iam.IManagedPolicy;
|
|
2477
2487
|
/** Provides read-only access to AWS Trusted Advisor Priority. This includes permission to view the delegated administrator accounts. */
|