#[non_exhaustive]pub struct MutualTlsAuthentication { /* private fields */ }Implementations§
source§impl MutualTlsAuthentication
impl MutualTlsAuthentication
sourcepub fn truststore_uri(&self) -> Option<&str>
pub fn truststore_uri(&self) -> Option<&str>
An Amazon S3 URL that specifies the truststore for mutual TLS authentication, for example, s3://
sourcepub fn truststore_version(&self) -> Option<&str>
pub fn truststore_version(&self) -> Option<&str>
The version of the S3 object that contains your truststore. To specify a version, you must have versioning enabled for the S3 bucket.
sourcepub fn truststore_warnings(&self) -> Option<&[String]>
pub fn truststore_warnings(&self) -> Option<&[String]>
A list of warnings that API Gateway returns while processing your truststore. Invalid certificates produce warnings. Mutual TLS is still enabled, but some clients might not be able to access your API. To resolve warnings, upload a new truststore to S3, and then update you domain name to use the new version.
source§impl MutualTlsAuthentication
impl MutualTlsAuthentication
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture MutualTlsAuthentication.
Trait Implementations§
source§impl Clone for MutualTlsAuthentication
impl Clone for MutualTlsAuthentication
source§fn clone(&self) -> MutualTlsAuthentication
fn clone(&self) -> MutualTlsAuthentication
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more