From 996fd940d6554927cec32b2eede1b9c166af7d41 Mon Sep 17 00:00:00 2001 From: Yash Mewada Date: Wed, 5 Feb 2025 17:39:15 -0800 Subject: [PATCH] Fixing documentation of cfnDefaultValue trait selector to match as defined in the code. --- docs/source-2.0/aws/aws-cloudformation.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source-2.0/aws/aws-cloudformation.rst b/docs/source-2.0/aws/aws-cloudformation.rst index 2f782e6f1f0..962350ddb28 100644 --- a/docs/source-2.0/aws/aws-cloudformation.rst +++ b/docs/source-2.0/aws/aws-cloudformation.rst @@ -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