Show / Hide Table of Contents

Class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty

A reference to an existing control by ID.

Inheritance
object
CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty
Implements
CfnAssessmentFrameworkPropsMixin.IControlSetControlProperty
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.AuditManager
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty : CfnAssessmentFrameworkPropsMixin.IControlSetControlProperty
Syntax (vb)
Public Class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty Implements CfnAssessmentFrameworkPropsMixin.IControlSetControlProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessmentframework-controlsetcontrol.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.AuditManager;

             var controlSetControlProperty = new ControlSetControlProperty {
                 Id = "id"
             };

Synopsis

Constructors

ControlSetControlProperty()

A reference to an existing control by ID.

Properties

Id

The unique identifier of the control.

Constructors

ControlSetControlProperty()

A reference to an existing control by ID.

public ControlSetControlProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessmentframework-controlsetcontrol.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.AuditManager;

             var controlSetControlProperty = new ControlSetControlProperty {
                 Id = "id"
             };

Properties

Id

The unique identifier of the control.

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-auditmanager-assessmentframework-controlsetcontrol.html#cfn-auditmanager-assessmentframework-controlsetcontrol-id

Implements

CfnAssessmentFrameworkPropsMixin.IControlSetControlProperty
Back to top Generated by DocFX