pulumi-aws-kotlin
5.42.0.1
pulumi-aws-kotlin
/
com.pulumi.aws.rds.kotlin
/
SecurityGroupArgs
/
SecurityGroupArgs
Security
Group
Args
fun
SecurityGroupArgs
(
description
:
Output
<
String
>
?
=
null
,
ingress
:
Output
<
List
<
SecurityGroupIngressArgs
>
>
?
=
null
,
name
:
Output
<
String
>
?
=
null
,
tags
:
Output
<
Map
<
String
,
String
>
>
?
=
null
)