Class CfnVirtualNode.TlsValidationContextAcmTrustProperty
An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
Inherited Members
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnVirtualNode.TlsValidationContextAcmTrustProperty : CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Syntax (vb)
Public Class CfnVirtualNode.TlsValidationContextAcmTrustProperty Implements CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var tlsValidationContextAcmTrustProperty = new TlsValidationContextAcmTrustProperty {
CertificateAuthorityArns = new [] { "certificateAuthorityArns" }
};
Synopsis
Constructors
| TlsValidationContextAcmTrustProperty() | An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate. |
Properties
| CertificateAuthorityArns | One or more ACM Amazon Resource Name (ARN)s. |
Constructors
TlsValidationContextAcmTrustProperty()
An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.
public TlsValidationContextAcmTrustProperty()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.AppMesh;
var tlsValidationContextAcmTrustProperty = new TlsValidationContextAcmTrustProperty {
CertificateAuthorityArns = new [] { "certificateAuthorityArns" }
};
Properties
CertificateAuthorityArns
One or more ACM Amazon Resource Name (ARN)s.
public string[] CertificateAuthorityArns { get; set; }
Property Value
string[]