AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

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.

Inheritance Hierarchy

System.Object
  Amazon.CloudFront.Model.ConflictingAlias

Namespace: Amazon.CloudFront.Model
Assembly: AWSSDK.CloudFront.dll
Version: 3.x.y.z

Syntax

C#
public class ConflictingAlias

The ConflictingAlias type exposes the following members

Constructors

NameDescription
Public Method ConflictingAlias()

Properties

NameTypeDescription
Public Property AccountId System.String

Gets and sets the property AccountId.

The (partially hidden) ID of the Amazon Web Services account that owns the distribution that's associated with the alias.

Public Property Alias System.String

Gets and sets the property Alias.

An alias (also called a CNAME).

Public Property DistributionId System.String

Gets and sets the property DistributionId.

The (partially hidden) ID of the CloudFront distribution associated with the alias.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5