We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi
Resource type definition for AWS::SageMaker::Artifact. An artifact is a lineage tracking entity that represents a URI addressable object or data, such as an S3 URI of a dataset or the ECR registry path of an image.
Using getArtifact
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getArtifact(args: GetArtifactArgs, opts?: InvokeOptions): Promise<GetArtifactResult>
function getArtifactOutput(args: GetArtifactOutputArgs, opts?: InvokeOutputOptions): Output<GetArtifactResult>def get_artifact(arn: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetArtifactResult
def get_artifact_output(arn: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetArtifactResult]func LookupArtifact(ctx *Context, args *LookupArtifactArgs, opts ...InvokeOption) (*LookupArtifactResult, error)
func LookupArtifactOutput(ctx *Context, args *LookupArtifactOutputArgs, opts ...InvokeOption) LookupArtifactResultOutput> Note: This function is named LookupArtifact in the Go SDK.
public static class GetArtifact
{
public static Task<GetArtifactResult> InvokeAsync(GetArtifactArgs args, InvokeOptions? opts = null)
public static Output<GetArtifactResult> Invoke(GetArtifactInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetArtifactResult> Invoke(GetArtifactInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetArtifactResult> getArtifact(GetArtifactArgs args, InvokeOptions options)
public static Output<GetArtifactResult> getArtifact(GetArtifactArgs args, InvokeOptions options)
public static Output<GetArtifactResult> getArtifact(GetArtifactArgs args, InvokeOutputOptions options)
fn::invoke:
function: aws-native:sagemaker:getArtifact
arguments:
# arguments dictionarydata "aws-native_sagemaker_get_artifact" "name" {
# arguments
}The following arguments are supported:
- Arn string
- The Amazon Resource Name (ARN) of the artifact.
- Arn string
- The Amazon Resource Name (ARN) of the artifact.
- arn string
- The Amazon Resource Name (ARN) of the artifact.
- arn String
- The Amazon Resource Name (ARN) of the artifact.
- arn string
- The Amazon Resource Name (ARN) of the artifact.
- arn str
- The Amazon Resource Name (ARN) of the artifact.
- arn String
- The Amazon Resource Name (ARN) of the artifact.
getArtifact Result
The following output properties are available:
- Arn string
- The Amazon Resource Name (ARN) of the artifact.
- Artifact
Name string - The name of the artifact. Must be unique to your account in an AWS Region.
- Creation
Time string - When the artifact was created.
- Last
Modified stringTime - When the artifact was last modified.
- Properties Dictionary<string, string>
- A list of properties to add to the artifact.
-
List<Pulumi.
Aws Native. Outputs. Tag> - A list of tags to apply to the artifact.
- Arn string
- The Amazon Resource Name (ARN) of the artifact.
- Artifact
Name string - The name of the artifact. Must be unique to your account in an AWS Region.
- Creation
Time string - When the artifact was created.
- Last
Modified stringTime - When the artifact was last modified.
- Properties map[string]string
- A list of properties to add to the artifact.
- Tag
- A list of tags to apply to the artifact.
- arn string
- The Amazon Resource Name (ARN) of the artifact.
- artifact_
name string - The name of the artifact. Must be unique to your account in an AWS Region.
- creation_
time string - When the artifact was created.
- last_
modified_ stringtime - When the artifact was last modified.
- properties map(string)
- A list of properties to add to the artifact.
- list(object)
- A list of tags to apply to the artifact.
- arn String
- The Amazon Resource Name (ARN) of the artifact.
- artifact
Name String - The name of the artifact. Must be unique to your account in an AWS Region.
- creation
Time String - When the artifact was created.
- last
Modified StringTime - When the artifact was last modified.
- properties Map<String,String>
- A list of properties to add to the artifact.
- List<Tag>
- A list of tags to apply to the artifact.
- arn string
- The Amazon Resource Name (ARN) of the artifact.
- artifact
Name string - The name of the artifact. Must be unique to your account in an AWS Region.
- creation
Time string - When the artifact was created.
- last
Modified stringTime - When the artifact was last modified.
- properties {[key: string]: string}
- A list of properties to add to the artifact.
- Tag[]
- A list of tags to apply to the artifact.
- arn str
- The Amazon Resource Name (ARN) of the artifact.
- artifact_
name str - The name of the artifact. Must be unique to your account in an AWS Region.
- creation_
time str - When the artifact was created.
- last_
modified_ strtime - When the artifact was last modified.
- properties Mapping[str, str]
- A list of properties to add to the artifact.
- Sequence[root_Tag]
- A list of tags to apply to the artifact.
- arn String
- The Amazon Resource Name (ARN) of the artifact.
- artifact
Name String - The name of the artifact. Must be unique to your account in an AWS Region.
- creation
Time String - When the artifact was created.
- last
Modified StringTime - When the artifact was last modified.
- properties Map<String>
- A list of properties to add to the artifact.
- List<Property Map>
- A list of tags to apply to the artifact.
Supporting Types
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 17, 2026 by Pulumi