@Stability(value=Stable)
public static interface CfnVirtualNode.TlsValidationContextAcmTrustProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.appmesh.*; TlsValidationContextAcmTrustProperty tlsValidationContextAcmTrustProperty = TlsValidationContextAcmTrustProperty.builder() .certificateAuthorityArns(List.of("certificateAuthorityArns")) .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnVirtualNode.TlsValidationContextAcmTrustProperty.Builder
A builder for
CfnVirtualNode.TlsValidationContextAcmTrustProperty |
static class |
CfnVirtualNode.TlsValidationContextAcmTrustProperty.Jsii$Proxy
An implementation for
CfnVirtualNode.TlsValidationContextAcmTrustProperty |
Modifier and Type | Method and Description |
---|---|
static CfnVirtualNode.TlsValidationContextAcmTrustProperty.Builder |
builder() |
List<String> |
getCertificateAuthorityArns()
One or more ACM Amazon Resource Name (ARN)s.
|
@Stability(value=Stable) @NotNull List<String> getCertificateAuthorityArns()
@Stability(value=Stable) static CfnVirtualNode.TlsValidationContextAcmTrustProperty.Builder builder()
Copyright © 2022. All rights reserved.