getSecurityControlDefinition

Retrieves the definition of a security control. The definition includes the control title, description, Region availability, parameter definitions, and other details.

Samples


fun main() { 
   //sampleStart 
   // The following example retrieves definition details for the specified security control.
val resp = securityHubClient.getSecurityControlDefinition {
    securityControlId = "EC2.4"
} 
   //sampleEnd
}