Show / Hide Table of Contents

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 CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Syntax (vb)
Public Interface CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextacmtrust.html

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

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-appmesh-virtualnode-tlsvalidationcontextacmtrust.html#cfn-appmesh-virtualnode-tlsvalidationcontextacmtrust-certificateauthorityarns

Back to top Generated by DocFX