toggle menu
pulumi-aws-native-kotlin
0.126.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.networkmanager.kotlin.outputs
/
CoreNetworkSegment
Core
Network
Segment
data
class
CoreNetworkSegment
(
val
edgeLocations
:
List
<
String
>
?
=
null
,
val
name
:
String
?
=
null
,
val
sharedSegments
:
List
<
String
>
?
=
null
)
Members
Constructors
Core
Network
Segment
Link copied to clipboard
constructor
(
edgeLocations
:
List
<
String
>
?
=
null
,
name
:
String
?
=
null
,
sharedSegments
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
edge
Locations
Link copied to clipboard
val
edgeLocations
:
List
<
String
>
?
=
null
The Regions where the edges are located.
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of segment
shared
Segments
Link copied to clipboard
val
sharedSegments
:
List
<
String
>
?
=
null
The shared segments of a core network.