toggle menu
pulumi-aws-kotlin
6.76.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.verifiedaccess.kotlin.outputs
/
EndpointCidrOptions
Endpoint
Cidr
Options
data
class
EndpointCidrOptions
(
val
cidr
:
String
,
val
portRanges
:
List
<
EndpointCidrOptionsPortRange
>
,
val
protocol
:
String
?
=
null
,
val
subnetIds
:
List
<
String
>
?
=
null
)
Members
Constructors
Endpoint
Cidr
Options
Link copied to clipboard
constructor
(
cidr
:
String
,
portRanges
:
List
<
EndpointCidrOptionsPortRange
>
,
protocol
:
String
?
=
null
,
subnetIds
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
cidr
Link copied to clipboard
val
cidr
:
String
port
Ranges
Link copied to clipboard
val
portRanges
:
List
<
EndpointCidrOptionsPortRange
>
protocol
Link copied to clipboard
val
protocol
:
String
?
=
null
subnet
Ids
Link copied to clipboard
val
subnetIds
:
List
<
String
>
?
=
null