toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ec2.kotlin.outputs
/
SecurityGroupEgress
/
SecurityGroupEgress
Security
Group
Egress
constructor
(
cidrIp
:
String
?
=
null
,
cidrIpv6
:
String
?
=
null
,
description
:
String
?
=
null
,
destinationPrefixListId
:
String
?
=
null
,
destinationSecurityGroupId
:
String
?
=
null
,
fromPort
:
Int
?
=
null
,
ipProtocol
:
String
,
toPort
:
Int
?
=
null
)