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

## Properties

- `ActionName` (`string`, required): The name of the action. Must be unique to your account in an AWS Region.
- `ActionType` (`string`, required): The action type.
- `Source` (`Action_ActionSource`, required): The source type, ID, and URI.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the action.
- `CreationTime` (`string`, optional): When the action was created.
- `Description` (`string`, optional): The description of the action.
- `LastModifiedTime` (`string`, optional): When the action was last modified.
- `MetadataProperties` (`Action_MetadataProperties`, optional): Metadata properties of the tracking entity, trial, or trial component.
- `Properties` (`Record<string, unknown>`, optional): A list of properties to add to the action.
- `Status` (`"Completed" | "Failed" | "InProgress" | "Stopped" | "Stopping" | "Unknown"`, optional): The status of the action.
- `Tags` (`Action_Tag[]`, optional): A list of tags to apply to the action.

## Attributes

- `Arn`
- `CreationTime`
- `LastModifiedTime`

## Governed by

- [WAW020](/rules/WAW020.md): IAM policy uses wildcard Action — use specific actions following least privilege
- [WAW059](/rules/WAW059.md): Wildcard Resource where the declared graph enumerates the touched set — tighten to the consumers' declared Arns
- [WAW063](/rules/WAW063.md): IAM policy denies an action another attached policy on the same role allows — explicit Deny wins, runtime 403
