Skip to content

Commit

Permalink
Fixing documentation of cfnDefaultValue trait selector to match as de…
Browse files Browse the repository at this point in the history
…fined in the code.
  • Loading branch information
yasmewad authored and kstich committed Feb 6, 2025
1 parent dd99650 commit 996fd94
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source-2.0/aws/aws-cloudformation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -661,16 +661,16 @@ The following example defines a CloudFormation resource that has the
Summary
Indicates that the member annotated has a default value
for that property of the CloudFormation resource. Thus,
when this trait annotates an ``@output`` structure member,
when this trait annotates an ``@input`` or ``@output`` structure member,
it indicates that the CloudFormation property generated
from that member has a default value in the CloudFormation
schema. This trait can be used to indicate that an output
field with a value may return a default value assigned
by the service.
Trait selector
``resource > operation -[output]-> structure > member``
``resource > operation -[input, output]-> structure > member``

*Only applicable to members of @output operations*
*Only applicable to members of @input or @output operations*
Value type
Annotation trait

Expand Down

0 comments on commit 996fd94

Please sign in to comment.