Class CfnRule.FixedResponseProperty
Describes an action that returns a custom HTTP response.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.VpcLattice
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FixedResponseProperty : Object, CfnRule.IFixedResponseProperty
Syntax (vb)
Public Class FixedResponseProperty
Inherits Object
Implements CfnRule.IFixedResponseProperty
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.VpcLattice;
var fixedResponseProperty = new FixedResponseProperty {
StatusCode = 123
};
Synopsis
Constructors
Fixed |
Properties
Status |
The HTTP response code. |
Constructors
FixedResponseProperty()
public FixedResponseProperty()
Properties
StatusCode
The HTTP response code.
public double StatusCode { get; set; }
Property Value
System.