pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.events.kotlin.inputs
/
RuleAwsVpcConfigurationArgs
Rule
Aws
Vpc
Configuration
Args
data
class
RuleAwsVpcConfigurationArgs
(
val
assignPublicIp
:
Output
<
String
>
?
=
null
,
val
securityGroups
:
Output
<
List
<
String
>
>
?
=
null
,
val
subnets
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
RuleAwsVpcConfigurationArgs
>
Constructors
Functions
Properties
Constructors
Rule
Aws
Vpc
Configuration
Args
Link copied to clipboard
fun
RuleAwsVpcConfigurationArgs
(
assignPublicIp
:
Output
<
String
>
?
=
null
,
securityGroups
:
Output
<
List
<
String
>
>
?
=
null
,
subnets
:
Output
<
List
<
String
>
>
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
RuleAwsVpcConfigurationArgs
Properties
assign
Public
Ip
Link copied to clipboard
val
assignPublicIp
:
Output
<
String
>
?
=
null
security
Groups
Link copied to clipboard
val
securityGroups
:
Output
<
List
<
String
>
>
?
=
null
subnets
Link copied to clipboard
val
subnets
:
Output
<
List
<
String
>
>