GetResolverFirewallRuleGroupAssociationResult

data class GetResolverFirewallRuleGroupAssociationResult(val arn: String, val creationTime: String, val creatorRequestId: String, val firewallRuleGroupAssociationId: String, val firewallRuleGroupId: String, val id: String, val managedOwnerName: String, val modificationTime: String, val mutationProtection: String, val name: String, val priority: Int, val status: String, val statusMessage: String, val vpcId: String)

A collection of values returned by getResolverFirewallRuleGroupAssociation.

Constructors

constructor(arn: String, creationTime: String, creatorRequestId: String, firewallRuleGroupAssociationId: String, firewallRuleGroupId: String, id: String, managedOwnerName: String, modificationTime: String, mutationProtection: String, name: String, priority: Int, status: String, statusMessage: String, vpcId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

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

Link copied to clipboard

The date and time that the association 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

The unique identifier of the firewall rule group.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The owner of the association, used only for associations that are not managed by you.

Link copied to clipboard

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

Link copied to clipboard

If enabled, this setting disallows modification or removal of the association, to help prevent against accidentally altering DNS firewall protections.

Link copied to clipboard

The name of the association.

Link copied to clipboard

The setting that determines the processing order of the rule group among the rule groups that are associated with a single VPC.

Link copied to clipboard

The current status of the association.

Link copied to clipboard

Additional information about the status of the response, if available.

Link copied to clipboard

The unique identifier of the VPC that is associated with the rule group.