AWS AWSCloudFormation documentation change
Summary
Added documentation about private hub model reference configuration and ARN pattern details
Security assessment
While the change adds documentation about access control, it does not specifically address security issues or add explicit security documentation
Diff
diff --git a/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-hubaccessconfig.md index f694db32a..8b750f741 100644 --- a/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-hubaccessconfig.md +++ b/AWSCloudFormation/latest/UserGuide/aws-properties-sagemaker-model-hubaccessconfig.md @@ -7 +7,3 @@ SyntaxProperties -The `HubAccessConfig` property type specifies Property description not available. for an [AWS::SageMaker::Model](./aws-resource-sagemaker-model.html). +The configuration for a private hub model reference that points to a public SageMaker JumpStart model. + +For more information about private hubs, see [Private curated hubs for foundation model access control in JumpStart](https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-curated-hubs.html). @@ -32 +34 @@ To declare this entity in your AWS CloudFormation template, use the following sy -Property description not available. +The ARN of your private model hub content. This should be a `ModelReference` resource type that points to a SageMaker JumpStart public hub model. @@ -37,0 +40,4 @@ _Required_ : Yes + _Pattern_ : `.*` + +_Maximum_ : `255` +