GetStandardsControlAssociationsArgs constructor

const GetStandardsControlAssociationsArgs({
  1. Input<String?>? region,
  2. required Input<String> securityControlId,
})

Creates a new GetStandardsControlAssociationsArgs. region Region where this resource will be managed. Defaults to the Region set in the provider configuration. securityControlId The identifier of the control (identified with SecurityControlId, SecurityControlArn, or a mix of both parameters).

Implementation

const GetStandardsControlAssociationsArgs({
  this.region,
  required this.securityControlId,
});