GetResolverFirewallDomainListResult

data class GetResolverFirewallDomainListResult(val arn: String, val creationTime: String, val creatorRequestId: String, val domainCount: Int, val firewallDomainListId: String, val id: String, val managedOwnerName: String, val modificationTime: String, val name: String, val status: String, val statusMessage: String)

A collection of values returned by getResolverFirewallDomainList.

Constructors

Link copied to clipboard
constructor(arn: String, creationTime: String, creatorRequestId: String, domainCount: Int, firewallDomainListId: String, id: String, managedOwnerName: String, modificationTime: String, name: String, status: String, statusMessage: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String

The Amazon Resource Name (ARN) of the firewall domain list.

Link copied to clipboard

The date and time that the domain list 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 number of domain names that are specified in the domain list.

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 owner of the list, used only for lists that are not managed by you.

Link copied to clipboard

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

Link copied to clipboard

The name of the domain list.

Link copied to clipboard

The status of the domain list.

Link copied to clipboard

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