cdk-iam-floyd 0.830.0 → 0.832.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/bedrock-agentcore.d.ts +61 -0
- package/lib/generated/policy-statements/bedrock-agentcore.js +79 -1
- package/lib/generated/policy-statements/connect.d.ts +10 -0
- package/lib/generated/policy-statements/connect.js +14 -1
- package/lib/generated/policy-statements/ecs.d.ts +2 -0
- package/lib/generated/policy-statements/ecs.js +3 -1
- package/lib/generated/policy-statements/payment-cryptography.d.ts +91 -2
- package/lib/generated/policy-statements/payment-cryptography.js +105 -3
- package/lib/generated/policy-statements/s3.d.ts +28 -0
- package/lib/generated/policy-statements/s3.js +33 -1
- package/lib/generated/policy-statements/support-console.d.ts +26 -0
- package/lib/generated/policy-statements/support-console.js +27 -1
- package/lib/generated/policy-statements/vpc-lattice-svcs.d.ts +24 -0
- package/lib/generated/policy-statements/vpc-lattice-svcs.js +27 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,9 +16,9 @@
|
|
|
16
16
|
Support for:
|
|
17
17
|
|
|
18
18
|
- 455 Services
|
|
19
|
-
-
|
|
20
|
-
-
|
|
21
|
-
-
|
|
19
|
+
- 21870 Actions
|
|
20
|
+
- 2308 Resource Types
|
|
21
|
+
- 2468 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.**
|
|
@@ -706,10 +706,18 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
706
706
|
AmazonNimbleStudioStudioAdmin(): aws_iam.IManagedPolicy;
|
|
707
707
|
/** This policy grants access to Amazon Nimble Studio resources associated with the studio user and related studio resources in other services. Attach this policy to the User role associated with your studio. */
|
|
708
708
|
AmazonNimbleStudioStudioUser(): aws_iam.IManagedPolicy;
|
|
709
|
+
/** Provides administrative access to manage Autonomous Database resources in Oracle Database@AWS. */
|
|
710
|
+
AmazonODBAutonomousDatabaseAdmin(): aws_iam.IManagedPolicy;
|
|
709
711
|
/** Provides administrative access to manage Autonomous VM cluster resources in Oracle Database@AWS */
|
|
710
712
|
AmazonODBAutonomousVmClusterAdmin(): aws_iam.IManagedPolicy;
|
|
711
713
|
/** Provides administrative access to manage Exadata Infrastructure resources in Oracle Database@AWS */
|
|
712
714
|
AmazonODBExadataInfrastructureAdmin(): aws_iam.IManagedPolicy;
|
|
715
|
+
/** Provides administrative access to manage Exadata VM cluster resources in Oracle Database@AWS. */
|
|
716
|
+
AmazonODBExadataVmClusterAdmin(): aws_iam.IManagedPolicy;
|
|
717
|
+
/** Provides administrative access to manage Exascale storage vault resources in Oracle Database@AWS. */
|
|
718
|
+
AmazonODBExascaleStorageVaultAdmin(): aws_iam.IManagedPolicy;
|
|
719
|
+
/** Provides administrative access to manage Exascale VM cluster resources in Oracle Database@AWS. */
|
|
720
|
+
AmazonODBExascaleVmClusterAdmin(): aws_iam.IManagedPolicy;
|
|
713
721
|
/** Provides full access to resources in Oracle Database@AWS */
|
|
714
722
|
AmazonODBFullAccess(): aws_iam.IManagedPolicy;
|
|
715
723
|
/** Provides administrative access to networking resources for Oracle Database@AWS */
|
|
@@ -940,6 +948,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
940
948
|
AmazonSageMakerHyperPodGatedModelAccess(): aws_iam.IManagedPolicy;
|
|
941
949
|
/** This policy provides administrative privileges required for setting up the SageMaker HyperPod inference operator. It enables the inference operator to access AWS networking resources, Amazon S3, Amazon ECR, Amazon CloudWatch, AWS Certificate Manager, and SageMaker resources necessary to deploy and manage inference workloads on HyperPod clusters */
|
|
942
950
|
AmazonSageMakerHyperPodInferenceAccess(): aws_iam.IManagedPolicy;
|
|
951
|
+
/** This policy provides the permissions required to set up and operate the SageMaker HyperPod inference gateway. It enables the gateway to manage AWS Certificate Manager (ACM) certificates for TLS termination when deploying and serving inference workloads on HyperPod clusters. */
|
|
952
|
+
AmazonSageMakerHyperPodInferenceGatewayAccess(): aws_iam.IManagedPolicy;
|
|
943
953
|
/** This policy provides administrative privileges required for setting up SageMaker HyperPod observability. It enables access to Amazon Managed Prometheus, Amazon Managed Grafana and EKS Addons. The policy also includes broad access to Grafana HTTP APIs through ServiceAccountTokens across all Amazon Managed Grafana workspaces in your account. */
|
|
944
954
|
AmazonSageMakerHyperPodObservabilityAdminAccess(): aws_iam.IManagedPolicy;
|
|
945
955
|
/** This policy grants permissions to Amazon SageMaker HyperPod to related AWS services such as Amazon EKS, Amazon CloudWatch etc. */
|