Show / Hide Table of Contents

Class CfnListenerRule.FixedResponseConfigProperty

Inheritance
System.Object
CfnListenerRule.FixedResponseConfigProperty
Implements
CfnListenerRule.IFixedResponseConfigProperty
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-fixedresponseconfig.html

Synopsis

Constructors

FixedResponseConfigProperty()

Properties

ContentType

CfnListenerRule.FixedResponseConfigProperty.ContentType.

MessageBody

CfnListenerRule.FixedResponseConfigProperty.MessageBody.

StatusCode

CfnListenerRule.FixedResponseConfigProperty.StatusCode.

Constructors

FixedResponseConfigProperty()

public FixedResponseConfigProperty()

Properties

ContentType

CfnListenerRule.FixedResponseConfigProperty.ContentType.

public string ContentType { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-fixedresponseconfig.html#cfn-elasticloadbalancingv2-listenerrule-fixedresponseconfig-contenttype

MessageBody

CfnListenerRule.FixedResponseConfigProperty.MessageBody.

public string MessageBody { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-fixedresponseconfig.html#cfn-elasticloadbalancingv2-listenerrule-fixedresponseconfig-messagebody

StatusCode

CfnListenerRule.FixedResponseConfigProperty.StatusCode.

public string StatusCode { get; set; }
Property Value

System.String

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticloadbalancingv2-listenerrule-fixedresponseconfig.html#cfn-elasticloadbalancingv2-listenerrule-fixedresponseconfig-statuscode

Implements

CfnListenerRule.IFixedResponseConfigProperty
Back to top Generated by DocFX