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:StringHubDisplayName:StringHubName:StringHubSearchKeywords:- StringS3StorageConfig:S3StorageConfigTags:- Tag
Properties
HubDescription-
A description of the hub.
Required: Yes
Type: String
Pattern:
.*Minimum:
0Maximum:
1023Update requires: No interruption
HubDisplayName-
The display name of the hub.
Required: No
Type: String
Pattern:
.*Minimum:
0Maximum:
255Update 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:
0Maximum:
63Update requires: Replacement
HubSearchKeywords-
The searchable keywords for the hub.
Required: No
Type: Array of String
Minimum:
0 | 0Maximum:
255 | 50Update requires: No interruption
S3StorageConfig-
The Amazon Simple Storage (Amazon S3) location and security configuration for
OfflineStore.Required: No
Type: S3StorageConfig
Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update 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.