Show / Hide Table of Contents

Class CfnVirtualNodePropsMixin.TlsValidationContextAcmTrustProperty

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

Inheritance
object
CfnVirtualNodePropsMixin.TlsValidationContextAcmTrustProperty
Implements
CfnVirtualNodePropsMixin.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.Mixins.Preview.AWS.AppMesh.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnVirtualNodePropsMixin.TlsValidationContextAcmTrustProperty : CfnVirtualNodePropsMixin.ITlsValidationContextAcmTrustProperty
Syntax (vb)
Public Class CfnVirtualNodePropsMixin.TlsValidationContextAcmTrustProperty Implements CfnVirtualNodePropsMixin.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.Mixins.Preview.AWS.AppMesh.Mixins;

             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.Mixins.Preview.AWS.AppMesh.Mixins;

             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

CfnVirtualNodePropsMixin.ITlsValidationContextAcmTrustProperty
Back to top Generated by DocFX