Show / Hide Table of Contents

Class CfnListenerCertificate.CertificateProperty

Specifies an SSL server certificate for the certificate list of a secure listener.

Inheritance
object
CfnListenerCertificate.CertificateProperty
Implements
CfnListenerCertificate.ICertificateProperty
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.ElasticLoadBalancingV2
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnListenerCertificate.CertificateProperty : CfnListenerCertificate.ICertificateProperty
Syntax (vb)
Public Class CfnListenerCertificate.CertificateProperty Implements CfnListenerCertificate.ICertificateProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenercertificate-certificate.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.ElasticLoadBalancingV2;

             var certificateProperty = new CertificateProperty {
                 CertificateArn = "certificateArn"
             };

Synopsis

Constructors

CertificateProperty()

Specifies an SSL server certificate for the certificate list of a secure listener.

Properties

CertificateArn

The Amazon Resource Name (ARN) of the certificate.

Constructors

CertificateProperty()

Specifies an SSL server certificate for the certificate list of a secure listener.

public CertificateProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenercertificate-certificate.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.ElasticLoadBalancingV2;

             var certificateProperty = new CertificateProperty {
                 CertificateArn = "certificateArn"
             };

Properties

CertificateArn

The Amazon Resource Name (ARN) of the certificate.

public string? CertificateArn { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenercertificate-certificate.html#cfn-elasticloadbalancingv2-listenercertificate-certificate-certificatearn

Implements

CfnListenerCertificate.ICertificateProperty
Back to top Generated by DocFX