Interface CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty.Jsii$Proxy
- Enclosing class:
- CfnVirtualGateway
@Stability(Stable)
public static interface CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty
extends software.amazon.jsii.JsiiSerializable
An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
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.*; VirtualGatewayTlsValidationContextAcmTrustProperty virtualGatewayTlsValidationContextAcmTrustProperty = VirtualGatewayTlsValidationContextAcmTrustProperty.builder() .certificateAuthorityArns(List.of("certificateAuthorityArns")) .build();
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getCertificateAuthorityArns
One or more ACM Amazon Resource Name (ARN)s. -
builder
@Stability(Stable) static CfnVirtualGateway.VirtualGatewayTlsValidationContextAcmTrustProperty.Builder builder()
-