iam-floyd 0.741.0 → 0.742.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 +2 -2
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/cdk-iam-floyd.js +5 -1
- package/lib/generated/aws-managed-policies/iam-floyd.d.ts +2 -0
- package/lib/generated/aws-managed-policies/iam-floyd.js +3 -1
- package/lib/generated/policy-statements/securityagent.d.ts +198 -0
- package/lib/generated/policy-statements/securityagent.js +275 -7
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -860,6 +860,8 @@ export declare class AwsManagedPolicy extends AwsManagedPolicyStatic {
|
|
|
860
860
|
AmazonSageMakerGroundTruthExecution(): aws_iam.IManagedPolicy;
|
|
861
861
|
/** This Amazon Managed Policy provides the necessary permissions for SageMaker HyperPod to access gated models in SageMaker Jumpstart. It allows creating presigned URLs for hub content in the SageMaker Public Hub. */
|
|
862
862
|
AmazonSageMakerHyperPodGatedModelAccess(): aws_iam.IManagedPolicy;
|
|
863
|
+
/** 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 */
|
|
864
|
+
AmazonSageMakerHyperPodInferenceAccess(): aws_iam.IManagedPolicy;
|
|
863
865
|
/** 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. */
|
|
864
866
|
AmazonSageMakerHyperPodObservabilityAdminAccess(): aws_iam.IManagedPolicy;
|
|
865
867
|
/** This policy grants permissions to Amazon SageMaker HyperPod to related AWS services such as Amazon EKS, Amazon CloudWatch etc. */
|