GetStandardsControlAssociationsArgs constructor
const
GetStandardsControlAssociationsArgs({})
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,
});