public static interface CfnVirtualNode.TlsValidationContextAcmTrustProperty
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() |
java.util.List<java.lang.String> |
getCertificateAuthorityArns()
One or more ACM Amazon Resource Name (ARN)s.
|