Show / Hide Table of Contents

Class ListenerCertificateArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ListenerCertificateArgs
Inherited Members
ResourceArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.ApplicationLoadBalancing
Assembly: Pulumi.Aws.dll
Syntax
public sealed class ListenerCertificateArgs : ResourceArgs

Constructors

View Source

ListenerCertificateArgs()

Declaration
public ListenerCertificateArgs()

Properties

View Source

CertificateArn

The ARN of the certificate to attach to the listener.

Declaration
public Input<string> CertificateArn { get; set; }
Property Value
Type Description
Input<System.String>
View Source

ListenerArn

The ARN of the listener to which to attach the certificate.

Declaration
public Input<string> ListenerArn { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.