View a markdown version of this page

AWS::SageMaker::Hub - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

This is the new Amazon CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the Amazon CloudFormation User Guide.

AWS::SageMaker::Hub

Create a hub.

Syntax

To declare this entity in your Amazon CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::SageMaker::Hub", "Properties" : { "HubDescription" : String, "HubDisplayName" : String, "HubName" : String, "HubSearchKeywords" : [ String, ... ], "S3StorageConfig" : S3StorageConfig, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::SageMaker::Hub Properties: HubDescription: String HubDisplayName: String HubName: String HubSearchKeywords: - String S3StorageConfig: S3StorageConfig Tags: - Tag

Properties

HubDescription

A description of the hub.

Required: Yes

Type: String

Pattern: .*

Minimum: 0

Maximum: 1023

Update requires: No interruption

HubDisplayName

The display name of the hub.

Required: No

Type: String

Pattern: .*

Minimum: 0

Maximum: 255

Update requires: No interruption

HubName

The name of the hub.

Required: Yes

Type: String

Pattern: ^[a-zA-Z0-9](-*[a-zA-Z0-9]){0,62}$

Minimum: 0

Maximum: 63

Update requires: Replacement

HubSearchKeywords

The searchable keywords for the hub.

Required: No

Type: Array of String

Minimum: 0 | 0

Maximum: 255 | 50

Update requires: No interruption

S3StorageConfig

The Amazon Simple Storage (Amazon S3) location and security configuration for OfflineStore.

Required: No

Type: S3StorageConfig

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

CreationTime

The date and time that the hub was created.

HubArn

The Amazon Resource Name (ARN) of the hub.

HubStatus

The status of the hub.

LastModifiedTime

The date and time that the hub was last modified.