Class SecurityControlReference
A reference to a SecurityControl resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.SecurityHub
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class SecurityControlReference : ISecurityControlReference
Syntax (vb)
Public Class SecurityControlReference Implements ISecurityControlReference
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.Interfaces.SecurityHub;
var securityControlReference = new SecurityControlReference {
SecurityControlId = "securityControlId"
};
Synopsis
Constructors
| SecurityControlReference() | A reference to a SecurityControl resource. |
Properties
| SecurityControlId | The SecurityControlId of the SecurityControl resource. |
Constructors
SecurityControlReference()
A reference to a SecurityControl resource.
public SecurityControlReference()
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.Interfaces.SecurityHub;
var securityControlReference = new SecurityControlReference {
SecurityControlId = "securityControlId"
};
Properties
SecurityControlId
The SecurityControlId of the SecurityControl resource.
public string SecurityControlId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated