AWS Fundamentals Logo
AWS Fundamentals
AWS::SageMaker::Hub

SageMaker Hub

Resource type definition for AWS::SageMaker::Hub

Properties

6 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
HubDescription
string
Required
HubName
string
RequiredCreate-only
HubDisplayName
string
HubSearchKeywords
Array<string>
S3StorageConfig
object
Create-only
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
CreationTimestringThe date and time that the hub was created.
HubArnstringThe Amazon Resource Name (ARN) of the hub.
HubStatusstringThe status of the hub.
LastModifiedTimestringThe date and time that the hub was last modified.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Hub

Resources:
  MyResource:
    Type: AWS::SageMaker::Hub
    Properties:
      HubName: "my-hubname"
      HubDescription: "value"
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

sagemaker:CreateHubsagemaker:DescribeHubsagemaker:AddTagssagemaker:ListTags

read

sagemaker:DescribeHubsagemaker:ListTags

update

sagemaker:UpdateHubsagemaker:DescribeHubsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTags

delete

sagemaker:DeleteHubsagemaker:DescribeHub

list

sagemaker:ListHubs

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceSageMaker
Properties10
Required2
TaggingSupported
Primary IDHubArn

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

HubNameS3StorageConfig

External Links