toggle menu
pulumi-aws-native-kotlin
0.108.1.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.cloudfront.kotlin.outputs
/
DistributionLegacyCustomOrigin
Distribution
Legacy
Custom
Origin
data
class
DistributionLegacyCustomOrigin
(
val
dnsName
:
String
,
val
httpPort
:
Int
?
=
null
,
val
httpsPort
:
Int
?
=
null
,
val
originProtocolPolicy
:
String
,
val
originSslProtocols
:
List
<
String
>
)
Members
Constructors
Distribution
Legacy
Custom
Origin
Link copied to clipboard
constructor
(
dnsName
:
String
,
httpPort
:
Int
?
=
null
,
httpsPort
:
Int
?
=
null
,
originProtocolPolicy
:
String
,
originSslProtocols
:
List
<
String
>
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
dns
Name
Link copied to clipboard
val
dnsName
:
String
http
Port
Link copied to clipboard
val
httpPort
:
Int
?
=
null
https
Port
Link copied to clipboard
val
httpsPort
:
Int
?
=
null
origin
Protocol
Policy
Link copied to clipboard
val
originProtocolPolicy
:
String
origin
Ssl
Protocols
Link copied to clipboard
val
originSslProtocols
:
List
<
String
>