AWS::SageMaker::ActionResource type definition for AWS::SageMaker::Action. An action is a lineage tracking entity that represents an action or activity, such as a model deployment or an HPO job.
8 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ActionName | string | RequiredCreate-only |
ActionType | string | RequiredCreate-only |
Source | ActionSource | RequiredCreate-only |
Description | string | |
MetadataProperties | MetadataProperties | Create-only |
Properties | object | |
Status | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the action. |
CreationTime | string | When the action was created. |
LastModifiedTime | string | When the action was last modified. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::SageMaker::Action
Resources:
MyResource:
Type: AWS::SageMaker::Action
Properties:
ActionName: "my-actionname"
ActionType: "value"
Source: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
sagemaker:CreateActionsagemaker:DescribeActionsagemaker:AddTagssagemaker:ListTagssagemaker:DescribeActionsagemaker:ListTagssagemaker:UpdateActionsagemaker:DescribeActionsagemaker:AddTagssagemaker:DeleteTagssagemaker:ListTagssagemaker:DeleteActionsagemaker:DescribeActionsagemaker:ListTagssagemaker:ListActionsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ActionNameActionTypeSourceMetadataProperties