Show / Hide Table of Contents

Interface ICfnListenerCertificateProps

Properties for defining a AWS::ElasticLoadBalancingV2::ListenerCertificate.

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

Synopsis

Properties

Certificates

AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates.

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerCertificate.ListenerArn.

Properties

Certificates

AWS::ElasticLoadBalancingV2::ListenerCertificate.Certificates.

object Certificates { get; }
Property Value

System.Object

Remarks

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

ListenerArn

AWS::ElasticLoadBalancingV2::ListenerCertificate.ListenerArn.

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