GetFrameworkControlScope class
Constructors
-
GetFrameworkControlScope({required Input<List<String>> complianceResourceIds, required Input<List<String>> complianceResourceTypes, required Input<Map<String, String>> tags})
-
Creates a new GetFrameworkControlScope.
complianceResourceIds The ID of the only AWS resource that you want your control scope to contain.
complianceResourceTypes Describes whether the control scope includes one or more types of resources, such as EFS or RDS.
tags Tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.
const
-
GetFrameworkControlScope.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
complianceResourceIds
→ Input<List<String>>
-
The ID of the only AWS resource that you want your control scope to contain.
final
-
complianceResourceTypes
→ Input<List<String>>
-
Describes whether the control scope includes one or more types of resources, such as EFS or RDS.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
tags
→ Input<Map<String, String>>
-
Tag key-value pair applied to those AWS resources that you want to trigger an evaluation for a rule. A maximum of one key-value pair can be provided.
final