Show / Hide Table of Contents

Class CfnVirtualNode.TlsValidationContextAcmTrustProperty

An object that represents a Transport Layer Security (TLS) validation context trust for an Certificate Manager certificate.

Inheritance
object
CfnVirtualNode.TlsValidationContextAcmTrustProperty
Implements
CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

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

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

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" }
             };

Properties

CertificateAuthorityArns

One or more ACM Amazon Resource Name (ARN)s.

public string[] CertificateAuthorityArns { get; set; }
Property Value

string[]

Remarks

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

Implements

CfnVirtualNode.ITlsValidationContextAcmTrustProperty
Back to top Generated by DocFX