MutualTlsAuthenticationInput class

Constructors

MutualTlsAuthenticationInput({String? truststoreUri, String? truststoreVersion})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
truststoreUri String?
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3:///. The truststore can contain certificates from public or private certificate authorities. To update the truststore, upload a new version to S3, and then update your custom domain name to use the new version. To update the truststore, you must have permissions to access the S3 object.
final
truststoreVersion String?
The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
final

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