getConfigurationPolicy

Provides information about a configuration policy. Only the Security Hub delegated administrator can invoke this operation from the home Region.

Samples


fun main() { 
   //sampleStart 
   // This operation provides details about the specified configuration policy.
val resp = securityHubClient.getConfigurationPolicy {
    identifier = "arn:aws:securityhub:us-east-1:123456789012:configuration-policy/a1b2c3d4-5678-90ab-cdef-EXAMPLE11111"
} 
   //sampleEnd
}