CustomDomainConfigType class

The configuration for a custom domain that hosts the sign-up and sign-in webpages for your application.

Constructors

CustomDomainConfigType({required String certificateArn})
CustomDomainConfigType.fromJson(Map<String, dynamic> json)
factory

Properties

certificateArn String
The Amazon Resource Name (ARN) of an AWS Certificate Manager SSL certificate. You use this certificate for the subdomain of your custom domain.
final
hashCode int
The hash code for this object.
no setterinherited
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
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited