@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.872Z") @Stability(value=Experimental) public interface MTLSConfig extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
MTLSConfig.Builder
A builder for
MTLSConfig |
static class |
MTLSConfig.Jsii$Proxy
An implementation for
MTLSConfig |
| Modifier and Type | Method and Description |
|---|---|
static MTLSConfig.Builder |
builder() |
IBucket |
getBucket()
(experimental) The bucket that the trust store is hosted in.
|
String |
getKey()
(experimental) The key in S3 to look at for the trust store.
|
default String |
getVersion()
(experimental) The version of the S3 object that contains your truststore.
|
@Stability(value=Experimental) @NotNull IBucket getBucket()
@Stability(value=Experimental) @NotNull String getKey()
@Stability(value=Experimental) @Nullable default String getVersion()
To specify a version, you must have versioning enabled for the S3 bucket.
Default: - latest version
@Stability(value=Experimental) static MTLSConfig.Builder builder()
MTLSConfig.Builder of MTLSConfigCopyright © 2021. All rights reserved.