pulumi-gcp-kotlin
6.67.0.0
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
)
Types
Constructors
Properties
Constructors
Security
Policy
Rule
Redirect
Options
Link copied to clipboard
fun
SecurityPolicyRuleRedirectOptions
(
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.