AliasICPRecordal class
AWS services in China customers must file for an Internet Content Provider (ICP) recordal if they want to serve content publicly on an alternate domain name, also known as a CNAME, that they've added to CloudFront. AliasICPRecordal provides the ICP recordal status for CNAMEs associated with distributions. The status is returned in the CloudFront response; you can't configure it yourself.
For more information about ICP recordals, see Signup, Accounts, and Credentials in Getting Started with AWS services in China.
Constructors
- AliasICPRecordal({String? cname, ICPRecordalStatus? iCPRecordalStatus})
- AliasICPRecordal.fromXml(XmlElement elem)
-
factory
Properties
- cname → String?
-
A domain name associated with a distribution.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iCPRecordalStatus → ICPRecordalStatus?
-
The Internet Content Provider (ICP) recordal status for a CNAME. The
ICPRecordalStatus is set to APPROVED for all CNAMEs (aliases) in regions
outside of China.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited