toggle menu
pulumi-azure-native-kotlin
2.90.0.0
jvm
switch theme
search in API
pulumi-azure-native-kotlin
/
com.pulumi.azurenative.awsconnector.kotlin.outputs
/
OriginGroupsResponse
Origin
Groups
Response
data
class
OriginGroupsResponse
(
val
items
:
List
<
OriginGroupResponse
>
?
=
null
,
val
quantity
:
Int
?
=
null
)
Definition of OriginGroups
Members
Constructors
Origin
Groups
Response
Link copied to clipboard
constructor
(
items
:
List
<
OriginGroupResponse
>
?
=
null
,
quantity
:
Int
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
items
Link copied to clipboard
val
items
:
List
<
OriginGroupResponse
>
?
=
null
The items (origin groups) in a distribution.
quantity
Link copied to clipboard
val
quantity
:
Int
?
=
null
The number of origin groups.