Data Source: aws_outposts_assets

Information about hardware assets in an Outpost.

Example Usage

Basic

data "aws_outposts_assets" "example" {
  arn = data.aws_outposts_outpost.example.arn
}

With Host ID Filter

data "aws_outposts_assets" "example" {
  arn            = data.aws_outposts_outpost.example.arn
  host_id_filter = ["h-x38g5n0yd2a0ueb61"]
}

With Status ID Filter

data "aws_outposts_assets" "example" {
  arn              = data.aws_outposts_outpost.example.arn
  status_id_filter = ["ACTIVE"]
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

This data source exports the following attributes in addition to the arguments above: