Interface CfnProfile.ProfileQuestionUpdateProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProfile.ProfileQuestionUpdateProperty.Jsii$Proxy
Enclosing class:
CfnProfile

@Stability(Stable) public static interface CfnProfile.ProfileQuestionUpdateProperty extends software.amazon.jsii.JsiiSerializable
An update to a profile question.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.wellarchitected.*;
 ProfileQuestionUpdateProperty profileQuestionUpdateProperty = ProfileQuestionUpdateProperty.builder()
         .questionId("questionId")
         .selectedChoiceIds(List.of("selectedChoiceIds"))
         .build();
 

See Also: