AnalyzerConfigurationInternalAccessAnalysisRuleInclusion class
Constructors
-
AnalyzerConfigurationInternalAccessAnalysisRuleInclusion({Input<
List< ? accountIds, Input<String> ?>List< ? resourceArns, Input<String> ?>List< ? resourceTypes})String> ?> -
Creates a new AnalyzerConfigurationInternalAccessAnalysisRuleInclusion.
accountIdsList of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.resourceArnsList of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.resourceTypesList of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to InternalAccessAnalysisRuleCriteria in the AWS IAM Access Analyzer API Reference for valid values.const -
AnalyzerConfigurationInternalAccessAnalysisRuleInclusion.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
accountIds
→ Input<
List< ?String> ?> -
List of AWS account IDs to apply to the internal access analysis rule criteria. Account IDs can only be applied to the analysis rule criteria for organization-level analyzers.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
resourceArns
→ Input<
List< ?String> ?> -
List of resource ARNs to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources that match these ARNs.
final
-
resourceTypes
→ Input<
List< ?String> ?> -
List of resource types to apply to the internal access analysis rule criteria. The analyzer will only generate findings for resources of these types. Refer to InternalAccessAnalysisRuleCriteria in the AWS IAM Access Analyzer API Reference for valid values.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited