@Stability(value=Stable)
public static interface CfnHttpApi.MutualTlsAuthenticationProperty
extends software.amazon.jsii.JsiiSerializable
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.sam.*;
MutualTlsAuthenticationProperty mutualTlsAuthenticationProperty = MutualTlsAuthenticationProperty.builder()
.truststoreUri("truststoreUri")
.truststoreVersion(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnHttpApi.MutualTlsAuthenticationProperty.Builder
A builder for
CfnHttpApi.MutualTlsAuthenticationProperty |
static class |
CfnHttpApi.MutualTlsAuthenticationProperty.Jsii$Proxy
An implementation for
CfnHttpApi.MutualTlsAuthenticationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnHttpApi.MutualTlsAuthenticationProperty.Builder |
builder() |
default String |
getTruststoreUri()
`CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreUri`.
|
default Object |
getTruststoreVersion()
`CfnHttpApi.MutualTlsAuthenticationProperty.TruststoreVersion`.
|
@Stability(value=Stable) @Nullable default String getTruststoreUri()
@Stability(value=Stable) @Nullable default Object getTruststoreVersion()
@Stability(value=Stable) static CfnHttpApi.MutualTlsAuthenticationProperty.Builder builder()
Copyright © 2023. All rights reserved.