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 ResolverRuleConfig = ResolverRuleConfig' {}
- newResolverRuleConfig :: ResolverRuleConfig
- resolverRuleConfig_resolverEndpointId :: Lens' ResolverRuleConfig (Maybe Text)
- resolverRuleConfig_targetIps :: Lens' ResolverRuleConfig (Maybe (NonEmpty TargetAddress))
- resolverRuleConfig_name :: Lens' ResolverRuleConfig (Maybe Text)
Documentation
data ResolverRuleConfig Source #
In an UpdateResolverRule request, information about the changes that you want to make.
See: newResolverRuleConfig
smart constructor.
ResolverRuleConfig' | |
|
Instances
newResolverRuleConfig :: ResolverRuleConfig Source #
Create a value of ResolverRuleConfig
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:resolverEndpointId:ResolverRuleConfig'
, resolverRuleConfig_resolverEndpointId
- The ID of the new outbound Resolver endpoint that you want to use to
route DNS queries to the IP addresses that you specify in TargetIps
.
$sel:targetIps:ResolverRuleConfig'
, resolverRuleConfig_targetIps
- For DNS queries that originate in your VPC, the new IP addresses that
you want to route outbound DNS queries to.
$sel:name:ResolverRuleConfig'
, resolverRuleConfig_name
- The new name for the Resolver rule. The name that you specify appears in
the Resolver dashboard in the Route 53 console.
resolverRuleConfig_resolverEndpointId :: Lens' ResolverRuleConfig (Maybe Text) Source #
The ID of the new outbound Resolver endpoint that you want to use to
route DNS queries to the IP addresses that you specify in TargetIps
.
resolverRuleConfig_targetIps :: Lens' ResolverRuleConfig (Maybe (NonEmpty TargetAddress)) Source #
For DNS queries that originate in your VPC, the new IP addresses that you want to route outbound DNS queries to.
resolverRuleConfig_name :: Lens' ResolverRuleConfig (Maybe Text) Source #
The new name for the Resolver rule. The name that you specify appears in the Resolver dashboard in the Route 53 console.