Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data FirewallDomainListMetadata = FirewallDomainListMetadata' {}
- newFirewallDomainListMetadata :: FirewallDomainListMetadata
- firewallDomainListMetadata_arn :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_creatorRequestId :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_managedOwnerName :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_name :: Lens' FirewallDomainListMetadata (Maybe Text)
- firewallDomainListMetadata_id :: Lens' FirewallDomainListMetadata (Maybe Text)
Documentation
data FirewallDomainListMetadata Source #
Minimal high-level information for a firewall domain list. The action ListFirewallDomainLists returns an array of these objects.
To retrieve full information for a firewall domain list, call GetFirewallDomainList and ListFirewallDomains.
See: newFirewallDomainListMetadata
smart constructor.
FirewallDomainListMetadata' | |
|
Instances
newFirewallDomainListMetadata :: FirewallDomainListMetadata Source #
Create a value of FirewallDomainListMetadata
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:arn:FirewallDomainListMetadata'
, firewallDomainListMetadata_arn
- The Amazon Resource Name (ARN) of the firewall domain list metadata.
$sel:creatorRequestId:FirewallDomainListMetadata'
, firewallDomainListMetadata_creatorRequestId
- A unique string defined by you to identify the request. This allows you
to retry failed requests without the risk of running the operation
twice. This can be any unique string, for example, a timestamp.
$sel:managedOwnerName:FirewallDomainListMetadata'
, firewallDomainListMetadata_managedOwnerName
- The owner of the list, used only for lists that are not managed by you.
For example, the managed domain list
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.
$sel:name:FirewallDomainListMetadata'
, firewallDomainListMetadata_name
- The name of the domain list.
$sel:id:FirewallDomainListMetadata'
, firewallDomainListMetadata_id
- The ID of the domain list.
firewallDomainListMetadata_arn :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The Amazon Resource Name (ARN) of the firewall domain list metadata.
firewallDomainListMetadata_creatorRequestId :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.
firewallDomainListMetadata_managedOwnerName :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The owner of the list, used only for lists that are not managed by you.
For example, the managed domain list
AWSManagedDomainsMalwareDomainList
has the managed owner name
Route 53 Resolver DNS Firewall
.
firewallDomainListMetadata_name :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The name of the domain list.
firewallDomainListMetadata_id :: Lens' FirewallDomainListMetadata (Maybe Text) Source #
The ID of the domain list.