Skip to content

Commit c684712

Browse files
Merge pull request #38170 from acwwat/d-aws_oam-add_id_attr_desc
docs: Add missing id attr for aws_oam resources and data sources
2 parents fe5ad2a + f77626f commit c684712

5 files changed

+5
-0
lines changed

website/docs/d/oam_link.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following arguments are required:
3131
This data source exports the following attributes in addition to the arguments above:
3232

3333
* `arn` - ARN of the link.
34+
* `id` - ARN of the link.
3435
* `label` - Label that is assigned to this link.
3536
* `label_template` - Human-readable name used to identify this source account when you are viewing data from it in the monitoring account.
3637
* `link_id` - ID string that AWS generated as part of the link ARN.

website/docs/d/oam_sink.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ The following arguments are required:
3131
This data source exports the following attributes in addition to the arguments above:
3232

3333
* `arn` - ARN of the sink.
34+
* `id` - ARN of the sink.
3435
* `name` - Name of the sink.
3536
* `sink_id` - Random ID string that AWS generated as part of the sink ARN.
3637
* `tags` - Tags assigned to the sink.

website/docs/r/oam_link.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ The following arguments are optional:
4242
This resource exports the following attributes in addition to the arguments above:
4343

4444
* `arn` - ARN of the link.
45+
* `id` - ARN of the link.
4546
* `label` - Label that is assigned to this link.
4647
* `link_id` - ID string that AWS generated as part of the link ARN.
4748
* `sink_arn` - ARN of the sink that is used for this link.

website/docs/r/oam_sink.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ The following arguments are optional:
3939
This resource exports the following attributes in addition to the arguments above:
4040

4141
* `arn` - ARN of the Sink.
42+
* `id` - ARN of the Sink.
4243
* `sink_id` - ID string that AWS generated as part of the sink ARN.
4344

4445
## Timeouts

website/docs/r/oam_sink_policy.html.markdown

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ The following arguments are required:
5454
This resource exports the following attributes in addition to the arguments above:
5555

5656
* `arn` - ARN of the Sink.
57+
* `id` - ARN of the sink to attach this policy to.
5758
* `sink_id` - ID string that AWS generated as part of the sink ARN.
5859

5960
## Timeouts

0 commit comments

Comments
 (0)