pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.s3.kotlin.outputs
/
BucketRedirectRule
Bucket
Redirect
Rule
data
class
BucketRedirectRule
(
val
hostName
:
String
?
=
null
,
val
httpRedirectCode
:
String
?
=
null
,
val
protocol
:
String
?
=
null
,
val
replaceKeyPrefixWith
:
String
?
=
null
,
val
replaceKeyWith
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Bucket
Redirect
Rule
Link copied to clipboard
fun
BucketRedirectRule
(
hostName
:
String
?
=
null
,
httpRedirectCode
:
String
?
=
null
,
protocol
:
String
?
=
null
,
replaceKeyPrefixWith
:
String
?
=
null
,
replaceKeyWith
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
host
Name
Link copied to clipboard
val
hostName
:
String
?
=
null
http
Redirect
Code
Link copied to clipboard
val
httpRedirectCode
:
String
?
=
null
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
replace
Key
Prefix
With
Link copied to clipboard
val
replaceKeyPrefixWith
:
String
?
=
null
replace
Key
With
Link copied to clipboard
val
replaceKeyWith
:
String
?
=
null