Package-level declarations

Types

Link copied to clipboard
data class AutomationRuleDateFilterArgs(val dateRange: Output<AutomationRuleDateRangeArgs>? = null, val end: Output<String>? = null, val start: Output<String>? = null) : ConvertibleToJava<AutomationRuleDateFilterArgs>
Link copied to clipboard
data class AutomationRuleDateRangeArgs(val unit: Output<AutomationRuleDateRangeUnit>, val value: Output<Double>) : ConvertibleToJava<AutomationRuleDateRangeArgs>
Link copied to clipboard
class AutomationRulemapArgs : ConvertibleToJava<AutomationRulemapArgs>
Link copied to clipboard
data class AutomationRuleMapFilterArgs(val comparison: Output<AutomationRuleMapFilterComparison>, val key: Output<String>, val value: Output<String>) : ConvertibleToJava<AutomationRuleMapFilterArgs>
Link copied to clipboard
data class AutomationRuleNoteUpdateArgs(val text: Output<String>, val updatedBy: Output<String>) : ConvertibleToJava<AutomationRuleNoteUpdateArgs>
Link copied to clipboard
data class AutomationRuleNumberFilterArgs(val eq: Output<Double>? = null, val gte: Output<Double>? = null, val lte: Output<Double>? = null) : ConvertibleToJava<AutomationRuleNumberFilterArgs>
Link copied to clipboard
data class AutomationRuleRelatedFindingArgs(val id: Output<String>, val productArn: Output<String>) : ConvertibleToJava<AutomationRuleRelatedFindingArgs>
Link copied to clipboard
data class AutomationRulesActionArgs(val findingFieldsUpdate: Output<AutomationRulesFindingFieldsUpdateArgs>, val type: Output<AutomationRulesActionType>) : ConvertibleToJava<AutomationRulesActionArgs>
Link copied to clipboard
data class AutomationRuleSeverityUpdateArgs(val label: Output<AutomationRuleSeverityUpdateLabel>? = null, val normalized: Output<Int>? = null, val product: Output<Double>? = null) : ConvertibleToJava<AutomationRuleSeverityUpdateArgs>
Link copied to clipboard
data class AutomationRulesFindingFieldsUpdateArgs(val confidence: Output<Int>? = null, val criticality: Output<Int>? = null, val note: Output<AutomationRuleNoteUpdateArgs>? = null, val relatedFindings: Output<List<AutomationRuleRelatedFindingArgs>>? = null, val severity: Output<AutomationRuleSeverityUpdateArgs>? = null, val types: Output<List<String>>? = null, val userDefinedFields: Output<AutomationRulemapArgs>? = null, val verificationState: Output<AutomationRulesFindingFieldsUpdateVerificationState>? = null, val workflow: Output<AutomationRuleWorkflowUpdateArgs>? = null) : ConvertibleToJava<AutomationRulesFindingFieldsUpdateArgs>
Link copied to clipboard
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>
Link copied to clipboard
data class AutomationRuleStringFilterArgs(val comparison: Output<AutomationRuleStringFilterComparison>, val value: Output<String>) : ConvertibleToJava<AutomationRuleStringFilterArgs>
Link copied to clipboard
class AutomationRuleTagsArgs : ConvertibleToJava<AutomationRuleTagsArgs>

A key-value pair to associate with a resource.

Link copied to clipboard
data class AutomationRuleWorkflowUpdateArgs(val status: Output<AutomationRuleWorkflowUpdateStatus>) : ConvertibleToJava<AutomationRuleWorkflowUpdateArgs>
Link copied to clipboard
data class GetAutomationRulePlainArgs(val ruleArn: String) : ConvertibleToJava<GetAutomationRulePlainArgs>
Link copied to clipboard
data class GetStandardPlainArgs(val standardsSubscriptionArn: String) : ConvertibleToJava<GetStandardPlainArgs>
Link copied to clipboard
data class StandardsControlArgs(val reason: Output<String>? = null, val standardsControlArn: Output<String>) : ConvertibleToJava<StandardsControlArgs>

An individual StandardsControl within the Standard.