toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.lb.kotlin.outputs
/
GetListenerRuleActionFixedResponse
Get
Listener
Rule
Action
Fixed
Response
data
class
GetListenerRuleActionFixedResponse
(
val
contentType
:
String
,
val
messageBody
:
String
,
val
statusCode
:
String
)
Members
Constructors
Get
Listener
Rule
Action
Fixed
Response
Link copied to clipboard
constructor
(
contentType
:
String
,
messageBody
:
String
,
statusCode
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
content
Type
Link copied to clipboard
val
contentType
:
String
Content type of the response.
message
Body
Link copied to clipboard
val
messageBody
:
String
Message body of the response.
status
Code
Link copied to clipboard
val
statusCode
:
String
The HTTP redirect code.