pulumi-aws-native-kotlin
0.82.0.0
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
)
Types
Constructors
Properties
Constructors
Core
Network
Segment
Link copied to clipboard
fun
CoreNetworkSegment
(
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
name
Link copied to clipboard
val
name
:
String
?
=
null
Name of segment
shared
Segments
Link copied to clipboard
val
sharedSegments
:
List
<
String
>
?
=
null