GetResolverFirewallRuleGroupResult

data class GetResolverFirewallRuleGroupResult(val arn: String, val creationTime: String, val creatorRequestId: String, val firewallRuleGroupId: String, val id: String, val modificationTime: String, val name: String, val ownerId: String, val ruleCount: Int, val shareStatus: String, val status: String, val statusMessage: String)

A collection of values returned by getResolverFirewallRuleGroup.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, creatorRequestId: String, firewallRuleGroupId: String, id: String, modificationTime: String, name: String, ownerId: String, ruleCount: Int, shareStatus: String, status: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The ARN (Amazon Resource Name) of the rule group.

Link copied to clipboard

The date and time that the rule group was created, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

A unique string defined by you to identify the request.

Link copied to clipboard
Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The date and time that the rule group was last modified, in Unix time format and Coordinated Universal Time (UTC).

Link copied to clipboard

The name of the rule group.

Link copied to clipboard

The Amazon Web Services account ID for the account that created the rule group. When a rule group is shared with your account, this is the account that has shared the rule group with you.

Link copied to clipboard

The number of rules in the rule group.

Link copied to clipboard

Whether the rule group is shared with other Amazon Web Services accounts, or was shared with the current account by another Amazon Web Services account.

Link copied to clipboard

The status of the rule group.

Link copied to clipboard

Additional information about the status of the rule group, if available.