| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.Route53RecoveryControlConfig.Types.ClusterEndpoint
Description
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.
Constructors
| ClusterEndpoint' | |
Fields
| |
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: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 Routing Control Actions.
$sel:region:ClusterEndpoint', clusterEndpoint_region - 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 Routing Control Actions.
clusterEndpoint_region :: Lens' ClusterEndpoint (Maybe Text) Source #
The Amazon Web Services Region for a cluster endpoint.