Package-level declarations
Types
Link copied to clipboard
data class GetRuleResult(val arn: String? = null, val description: String? = null, val excludeResourceTags: List<RuleResourceTag>? = null, val identifier: String? = null, val lockState: String? = null, val resourceTags: List<RuleResourceTag>? = null, val retentionPeriod: RuleRetentionPeriod? = null, val status: String? = null, val tags: List<Tag>? = null)
Link copied to clipboard
The resource tag of the rule.
Link copied to clipboard
data class RuleRetentionPeriod(val retentionPeriodUnit: RuleRetentionPeriodRetentionPeriodUnit, val retentionPeriodValue: Int)
The retention period of the rule.
Link copied to clipboard
data class RuleUnlockDelay(val unlockDelayUnit: RuleUnlockDelayUnlockDelayUnit? = null, val unlockDelayValue: Int? = null)