AWS::SageMaker::HubResource type definition for AWS::SageMaker::Hub
6 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
HubDescription | string | Required |
HubName | string | RequiredCreate-only |
HubDisplayName | string | |
HubSearchKeywords | Array<string> | |
S3StorageConfig | object | Create-only |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
CreationTime | string | The date and time that the hub was created. |
HubArn | string | The Amazon Resource Name (ARN) of the hub. |
HubStatus | string | The status of the hub. |
LastModifiedTime | string | The date and time that the hub was last modified. |
A minimal template with required properties and common optional ones.
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: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateHubsagemaker:DescribeHubsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeHubsagemaker:ListTagssagemaker:UpdateHubsagemaker:DescribeHubsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteHubsagemaker:DescribeHubsagemaker:ListHubsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterHubArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
HubNameS3StorageConfig