Class CfnListenerRule.FixedResponseConfigProperty
Inheritance
System.Object
CfnListenerRule.FixedResponseConfigProperty
Implements
Namespace: Amazon.CDK.AWS.ElasticLoadBalancingV2
Assembly: Amazon.CDK.AWS.ElasticLoadBalancingV2.dll
Syntax (csharp)
public class FixedResponseConfigProperty : Object, CfnListenerRule.IFixedResponseConfigProperty
Syntax (vb)
Public Class FixedResponseConfigProperty
Inherits Object
Implements CfnListenerRule.IFixedResponseConfigProperty
Remarks
Synopsis
Constructors
FixedResponseConfigProperty() |
Properties
ContentType |
|
MessageBody |
|
StatusCode |
|
Constructors
FixedResponseConfigProperty()
public FixedResponseConfigProperty()
Properties
ContentType
CfnListenerRule.FixedResponseConfigProperty.ContentType
.
public string ContentType { get; set; }
Property Value
System.String
Remarks
MessageBody
CfnListenerRule.FixedResponseConfigProperty.MessageBody
.
public string MessageBody { get; set; }
Property Value
System.String
Remarks
StatusCode
CfnListenerRule.FixedResponseConfigProperty.StatusCode
.
public string StatusCode { get; set; }
Property Value
System.String