toggle menu
pulumi-gcp-kotlin
6.67.1.1
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.compute.kotlin.outputs
/
SecurityPolicyRuleRedirectOptions
Security
Policy
Rule
Redirect
Options
data
class
SecurityPolicyRuleRedirectOptions
(
val
target
:
String
?
=
null
,
val
type
:
String
)
Members
Constructors
Security
Policy
Rule
Redirect
Options
Link copied to clipboard
constructor
(
target
:
String
?
=
null
,
type
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
target
Link copied to clipboard
val
target
:
String
?
=
null
External redirection target when "EXTERNAL_302" is set in 'type'.
type
Link copied to clipboard
val
type
:
String
Type of redirect action.