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
Documentation
data ClusterEndpoint Source #
A cluster endpoint. Specify an endpoint when you want to set or retrieve a routing control state in the cluster.
See: newClusterEndpoint
smart constructor.
ClusterEndpoint' | |
|
Instances
newClusterEndpoint :: ClusterEndpoint Source #
Create a value of ClusterEndpoint
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:region:ClusterEndpoint'
, clusterEndpoint_region
- The Amazon Web Services Region for a cluster endpoint.
$sel:endpoint:ClusterEndpoint'
, clusterEndpoint_endpoint
- A cluster endpoint. Specify an endpoint and Amazon Web Services Region
when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.
clusterEndpoint_region :: Lens' ClusterEndpoint (Maybe Text) Source #
The Amazon Web Services Region for a cluster endpoint.
clusterEndpoint_endpoint :: Lens' ClusterEndpoint (Maybe Text) Source #
A cluster endpoint. Specify an endpoint and Amazon Web Services Region when you want to set or retrieve a routing control state in the cluster.
To get or update the routing control state, see the Amazon Route 53 Application Recovery Controller Cluster (Data Plane) Actions.