Automation Rules Finding Filters Args
data class AutomationRulesFindingFiltersArgs(val awsAccountId: Output<List<AutomationRuleStringFilterArgs>>? = null, val companyName: Output<List<AutomationRuleStringFilterArgs>>? = null, val complianceAssociatedStandardsId: Output<List<AutomationRuleStringFilterArgs>>? = null, val complianceSecurityControlId: Output<List<AutomationRuleStringFilterArgs>>? = null, val complianceStatus: Output<List<AutomationRuleStringFilterArgs>>? = null, val confidence: Output<List<AutomationRuleNumberFilterArgs>>? = null, val createdAt: Output<List<AutomationRuleDateFilterArgs>>? = null, val criticality: Output<List<AutomationRuleNumberFilterArgs>>? = null, val description: Output<List<AutomationRuleStringFilterArgs>>? = null, val firstObservedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, val generatorId: Output<List<AutomationRuleStringFilterArgs>>? = null, val id: Output<List<AutomationRuleStringFilterArgs>>? = null, val lastObservedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, val noteText: Output<List<AutomationRuleStringFilterArgs>>? = null, val noteUpdatedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, val noteUpdatedBy: Output<List<AutomationRuleStringFilterArgs>>? = null, val productArn: Output<List<AutomationRuleStringFilterArgs>>? = null, val productName: Output<List<AutomationRuleStringFilterArgs>>? = null, val recordState: Output<List<AutomationRuleStringFilterArgs>>? = null, val relatedFindingsId: Output<List<AutomationRuleStringFilterArgs>>? = null, val relatedFindingsProductArn: Output<List<AutomationRuleStringFilterArgs>>? = null, val resourceDetailsOther: Output<List<AutomationRuleMapFilterArgs>>? = null, val resourceId: Output<List<AutomationRuleStringFilterArgs>>? = null, val resourcePartition: Output<List<AutomationRuleStringFilterArgs>>? = null, val resourceRegion: Output<List<AutomationRuleStringFilterArgs>>? = null, val resourceTags: Output<List<AutomationRuleMapFilterArgs>>? = null, val resourceType: Output<List<AutomationRuleStringFilterArgs>>? = null, val severityLabel: Output<List<AutomationRuleStringFilterArgs>>? = null, val sourceUrl: Output<List<AutomationRuleStringFilterArgs>>? = null, val title: Output<List<AutomationRuleStringFilterArgs>>? = null, val type: Output<List<AutomationRuleStringFilterArgs>>? = null, val updatedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, val userDefinedFields: Output<List<AutomationRuleMapFilterArgs>>? = null, val verificationState: Output<List<AutomationRuleStringFilterArgs>>? = null, val workflowStatus: Output<List<AutomationRuleStringFilterArgs>>? = null) : ConvertibleToJava<AutomationRulesFindingFiltersArgs>
Constructors
Link copied to clipboard
fun AutomationRulesFindingFiltersArgs(awsAccountId: Output<List<AutomationRuleStringFilterArgs>>? = null, companyName: Output<List<AutomationRuleStringFilterArgs>>? = null, complianceAssociatedStandardsId: Output<List<AutomationRuleStringFilterArgs>>? = null, complianceSecurityControlId: Output<List<AutomationRuleStringFilterArgs>>? = null, complianceStatus: Output<List<AutomationRuleStringFilterArgs>>? = null, confidence: Output<List<AutomationRuleNumberFilterArgs>>? = null, createdAt: Output<List<AutomationRuleDateFilterArgs>>? = null, criticality: Output<List<AutomationRuleNumberFilterArgs>>? = null, description: Output<List<AutomationRuleStringFilterArgs>>? = null, firstObservedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, generatorId: Output<List<AutomationRuleStringFilterArgs>>? = null, id: Output<List<AutomationRuleStringFilterArgs>>? = null, lastObservedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, noteText: Output<List<AutomationRuleStringFilterArgs>>? = null, noteUpdatedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, noteUpdatedBy: Output<List<AutomationRuleStringFilterArgs>>? = null, productArn: Output<List<AutomationRuleStringFilterArgs>>? = null, productName: Output<List<AutomationRuleStringFilterArgs>>? = null, recordState: Output<List<AutomationRuleStringFilterArgs>>? = null, relatedFindingsId: Output<List<AutomationRuleStringFilterArgs>>? = null, relatedFindingsProductArn: Output<List<AutomationRuleStringFilterArgs>>? = null, resourceDetailsOther: Output<List<AutomationRuleMapFilterArgs>>? = null, resourceId: Output<List<AutomationRuleStringFilterArgs>>? = null, resourcePartition: Output<List<AutomationRuleStringFilterArgs>>? = null, resourceRegion: Output<List<AutomationRuleStringFilterArgs>>? = null, resourceTags: Output<List<AutomationRuleMapFilterArgs>>? = null, resourceType: Output<List<AutomationRuleStringFilterArgs>>? = null, severityLabel: Output<List<AutomationRuleStringFilterArgs>>? = null, sourceUrl: Output<List<AutomationRuleStringFilterArgs>>? = null, title: Output<List<AutomationRuleStringFilterArgs>>? = null, type: Output<List<AutomationRuleStringFilterArgs>>? = null, updatedAt: Output<List<AutomationRuleDateFilterArgs>>? = null, userDefinedFields: Output<List<AutomationRuleMapFilterArgs>>? = null, verificationState: Output<List<AutomationRuleStringFilterArgs>>? = null, workflowStatus: Output<List<AutomationRuleStringFilterArgs>>? = null)