GetSecurityControlsArgs constructor
Creates a new GetSecurityControlsArgs.
region Region where this resource will be managed. Defaults to the Region set in the provider configuration.
standardsArn ARN of the standard that you want to list controls for. If omitted, all controls are returned.
Implementation
const GetSecurityControlsArgs({
this.region,
this.standardsArn,
});