Skip to content

Commit 996fd94

Browse files
yasmewadkstich
authored andcommitted
Fixing documentation of cfnDefaultValue trait selector to match as defined in the code.
1 parent dd99650 commit 996fd94

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/source-2.0/aws/aws-cloudformation.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -661,16 +661,16 @@ The following example defines a CloudFormation resource that has the
661661
Summary
662662
Indicates that the member annotated has a default value
663663
for that property of the CloudFormation resource. Thus,
664-
when this trait annotates an ``@output`` structure member,
664+
when this trait annotates an ``@input`` or ``@output`` structure member,
665665
it indicates that the CloudFormation property generated
666666
from that member has a default value in the CloudFormation
667667
schema. This trait can be used to indicate that an output
668668
field with a value may return a default value assigned
669669
by the service.
670670
Trait selector
671-
``resource > operation -[output]-> structure > member``
671+
``resource > operation -[input, output]-> structure > member``
672672

673-
*Only applicable to members of @output operations*
673+
*Only applicable to members of @input or @output operations*
674674
Value type
675675
Annotation trait
676676

0 commit comments

Comments
 (0)