Class CfnAssessmentFrameworkPropsMixin.ControlSetControlProperty
A reference to an existing control by ID.
Inherited Members
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
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
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; }