interface FixedResponseProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.VpcLattice.CfnListener.FixedResponseProperty |
![]() | software.amazon.awscdk.services.vpclattice.CfnListener.FixedResponseProperty |
![]() | aws_cdk.aws_vpclattice.CfnListener.FixedResponseProperty |
![]() | @aws-cdk/aws-vpclattice » CfnListener » FixedResponseProperty |
Information about an action that returns a custom HTTP response.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import * as vpclattice from '@aws-cdk/aws-vpclattice';
const fixedResponseProperty: vpclattice.CfnListener.FixedResponseProperty = {
statusCode: 123,
};
Properties
Name | Type | Description |
---|---|---|
status | number | The HTTP response code. |
statusCode
Type:
number
The HTTP response code.