Show / Hide Table of Contents

Class CfnProfilePropsMixin.ProfileQuestionUpdateProperty

An update to a profile question.

Inheritance
object
CfnProfilePropsMixin.ProfileQuestionUpdateProperty
Implements
CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnProfilePropsMixin.ProfileQuestionUpdateProperty : CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Syntax (vb)
Public Class CfnProfilePropsMixin.ProfileQuestionUpdateProperty Implements CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wellarchitected-profile-profilequestionupdate.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected;

             var profileQuestionUpdateProperty = new ProfileQuestionUpdateProperty {
                 QuestionId = "questionId",
                 SelectedChoiceIds = new [] { "selectedChoiceIds" }
             };

Synopsis

Constructors

ProfileQuestionUpdateProperty()

An update to a profile question.

Properties

QuestionId

The ID of the question.

SelectedChoiceIds

The selected choices.

Constructors

ProfileQuestionUpdateProperty()

An update to a profile question.

public ProfileQuestionUpdateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wellarchitected-profile-profilequestionupdate.html

ExampleMetadata: fixture=_generated

Examples
// The code below shows an example of how to instantiate this type.
             // The values are placeholders you should change.
             using Amazon.CDK.CfnPropertyMixins.AWS.WellArchitected;

             var profileQuestionUpdateProperty = new ProfileQuestionUpdateProperty {
                 QuestionId = "questionId",
                 SelectedChoiceIds = new [] { "selectedChoiceIds" }
             };

Properties

QuestionId

The ID of the question.

public string? QuestionId { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wellarchitected-profile-profilequestionupdate.html#cfn-wellarchitected-profile-profilequestionupdate-questionid

SelectedChoiceIds

The selected choices.

public string[]? SelectedChoiceIds { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-wellarchitected-profile-profilequestionupdate.html#cfn-wellarchitected-profile-profilequestionupdate-selectedchoiceids

Implements

CfnProfilePropsMixin.IProfileQuestionUpdateProperty
Back to top Generated by DocFX