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 |
Documentation
data OriginGroupFailoverCriteria Source #
A complex data type that includes information about the failover criteria for an origin group, including the status codes for which CloudFront will failover from the primary origin to the second origin.
See: newOriginGroupFailoverCriteria
smart constructor.
OriginGroupFailoverCriteria' | |
|
Instances
newOriginGroupFailoverCriteria Source #
Create a value of OriginGroupFailoverCriteria
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:statusCodes:OriginGroupFailoverCriteria'
, originGroupFailoverCriteria_statusCodes
- The status codes that, when returned from the primary origin, will
trigger CloudFront to failover to the second origin.
originGroupFailoverCriteria_statusCodes :: Lens' OriginGroupFailoverCriteria StatusCodes Source #
The status codes that, when returned from the primary origin, will trigger CloudFront to failover to the second origin.