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 ConflictingAlias Source #
An alias (also called a CNAME) and the CloudFront distribution and Amazon Web Services account ID that it’s associated with. The distribution and account IDs are partially hidden, which allows you to identify the distributions and accounts that you own, but helps to protect the information of ones that you don’t own.
See: newConflictingAlias
smart constructor.
ConflictingAlias' | |
|
Instances
newConflictingAlias :: ConflictingAlias Source #
Create a value of ConflictingAlias
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:alias:ConflictingAlias'
, conflictingAlias_alias
- An alias (also called a CNAME).
$sel:accountId:ConflictingAlias'
, conflictingAlias_accountId
- The (partially hidden) ID of the Amazon Web Services account that owns
the distribution that’s associated with the alias.
$sel:distributionId:ConflictingAlias'
, conflictingAlias_distributionId
- The (partially hidden) ID of the CloudFront distribution associated with
the alias.
conflictingAlias_alias :: Lens' ConflictingAlias (Maybe Text) Source #
An alias (also called a CNAME).
conflictingAlias_accountId :: Lens' ConflictingAlias (Maybe Text) Source #
The (partially hidden) ID of the Amazon Web Services account that owns the distribution that’s associated with the alias.
conflictingAlias_distributionId :: Lens' ConflictingAlias (Maybe Text) Source #
The (partially hidden) ID of the CloudFront distribution associated with the alias.