Data Source: aws_ram_resource_share

aws_ram_resource_share Retrieve information about a RAM Resource Share.

Example Usage

data "aws_ram_resource_share" "example" {
  name           = "example"
  resource_owner = "SELF"
}

Search by filters

data "aws_ram_resource_share" "tag_filter" {
  resource_owner = "SELF"
  filter {
    name   = "NameOfTag"
    values = ["exampleNameTagValue"]
  }
}

Argument Reference

This data source supports the following arguments:

Attribute Reference

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