AwsSsmResourceComplianceSummaryItemPropertiesResponse

data class AwsSsmResourceComplianceSummaryItemPropertiesResponse(val complianceType: String? = null, val compliantSummary: CompliantSummaryResponse? = null, val executionSummary: ComplianceExecutionSummaryResponse? = null, val nonCompliantSummary: NonCompliantSummaryResponse? = null, val overallSeverity: ComplianceSeverityEnumValueResponse? = null, val resourceId: String? = null, val resourceType: String? = null, val status: ComplianceStatusEnumValueResponse? = null)

Definition of awsSsmResourceComplianceSummaryItem

Constructors

constructor(complianceType: String? = null, compliantSummary: CompliantSummaryResponse? = null, executionSummary: ComplianceExecutionSummaryResponse? = null, nonCompliantSummary: NonCompliantSummaryResponse? = null, overallSeverity: ComplianceSeverityEnumValueResponse? = null, resourceId: String? = null, resourceType: String? = null, status: ComplianceStatusEnumValueResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val complianceType: String? = null

The compliance type.

Link copied to clipboard

A list of items that are compliant for the resource.

Link copied to clipboard

Information about the execution.

Link copied to clipboard

A list of items that aren't compliant for the resource.

Link copied to clipboard

The highest severity item found for the resource. The resource is compliant for this item.

Link copied to clipboard
val resourceId: String? = null

The resource ID.

Link copied to clipboard
val resourceType: String? = null

The resource type.

Link copied to clipboard

The compliance status for the resource.