Skip to content

Add aws_sagemaker_endpoint data source #42417

@mpescetto-omada

Description

@mpescetto-omada

What new functionality are you requesting?

currently there is no aws_sagemaker_endpoint data source, but there is a resource. This issue is to get the data source added.

Description

This will allow terraform to lookup endpoints created outside of terraform.

Potential Terraform Configuration

data "aws_sagemaker_endpoint" "example" {
  name = "my-sagemaker-endpoint"
}

References

No response

Would you like to implement the enhancement?

No

Metadata

Metadata

Assignees

No one assigned

    Labels

    new-data-sourceIntroduces a new data source.service/sagemakerIssues and PRs that pertain to the sagemaker service.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions