Interface CfnVirtualNode.ITlsValidationContextAcmTrustProperty
An object that represents a Transport Layer Security (TLS) validation context trust for an AWS Certificate Manager certificate.
Namespace: Amazon.CDK.AWS.AppMesh
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ITlsValidationContextAcmTrustProperty
Syntax (vb)
Public Interface 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
Properties
CertificateAuthorityArns | One or more ACM Amazon Resource Name (ARN)s. |
Properties
CertificateAuthorityArns
One or more ACM Amazon Resource Name (ARN)s.
string[] CertificateAuthorityArns { get; }
Property Value
System.String[]