Show / Hide Table of Contents

Interface ICfnListenerCertificateProps

Properties for defining a CfnListenerCertificate.

Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public interface ICfnListenerCertificateProps
Syntax (vb)
Public Interface ICfnListenerCertificateProps
Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.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 cfnListenerCertificateProps = new CfnListenerCertificateProps {
    Certificates = new [] { new CertificateProperty {
        CertificateArn = "certificateArn"
    } },
    ListenerArn = "listenerArn"
};

Synopsis

Properties

Certificates

The certificate.

ListenerArn

The Amazon Resource Name (ARN) of the listener.

Properties

Certificates

The certificate.

object Certificates { get; }
Property Value

System.Object

Remarks

You can specify one certificate per resource.

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-certificates

ListenerArn

The Amazon Resource Name (ARN) of the listener.

string ListenerArn { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-elasticloadbalancingv2-listenercertificate.html#cfn-elasticloadbalancingv2-listenercertificate-listenerarn

Back to top Generated by DocFX