---
type: resource-type
title: SageMakerHub
description: aws resource type AWS::SageMaker::Hub
name: SageMakerHub
lexicon: aws
resource_type: AWS::SageMaker::Hub
---
`AWS::SageMaker::Hub`, a resource type of the aws lexicon.

## Properties

- `HubDescription` (`string`, required): A description of the hub.
- `HubName` (`string`, required): The name of the hub.
- `CreationTime` (`string`, optional): The date and time that the hub was created.
- `HubArn` (`string`, optional): The Amazon Resource Name (ARN) of the hub.
- `HubDisplayName` (`string`, optional): The display name of the hub.
- `HubSearchKeywords` (`string[]`, optional): The searchable keywords for the hub.
- `HubStatus` (`"CreateFailed" | "Creating" | "DeleteFailed" | "Deleting" | "InService" | "UpdateFailed" | "Updating"`, optional): The status of the hub.
- `LastModifiedTime` (`string`, optional): The date and time that the hub was last modified.
- `S3StorageConfig` (`Record<string, unknown>`, optional): The Amazon S3 storage configuration for the hub.
- `Tags` (`SageMakerHub_Tag[]`, optional): Tags to associate with the hub.

## Attributes

- `CreationTime`
- `HubArn`
- `HubStatus`
- `LastModifiedTime`
