Class ListenerCertificateState
Inherited Members
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 ListenerCertificateState : ResourceArgs
Constructors
View SourceListenerCertificateState()
Declaration
public ListenerCertificateState()
Properties
View SourceCertificateArn
The ARN of the certificate to attach to the listener.
Declaration
public Input<string> CertificateArn { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |