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
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.
ListenerArn
The Amazon Resource Name (ARN) of the listener.
string ListenerArn { get; }
Property Value
System.String