pulumi-aws-native-kotlin
0.82.0.0
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.groundstation.kotlin.outputs
/
DataflowEndpointGroupSecurityDetails
Dataflow
Endpoint
Group
Security
Details
data
class
DataflowEndpointGroupSecurityDetails
(
val
roleArn
:
String
?
=
null
,
val
securityGroupIds
:
List
<
String
>
?
=
null
,
val
subnetIds
:
List
<
String
>
?
=
null
)
Types
Constructors
Properties
Constructors
Dataflow
Endpoint
Group
Security
Details
Link copied to clipboard
fun
DataflowEndpointGroupSecurityDetails
(
roleArn
:
String
?
=
null
,
securityGroupIds
:
List
<
String
>
?
=
null
,
subnetIds
:
List
<
String
>
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
role
Arn
Link copied to clipboard
val
roleArn
:
String
?
=
null
security
Group
Ids
Link copied to clipboard
val
securityGroupIds
:
List
<
String
>
?
=
null
subnet
Ids
Link copied to clipboard
val
subnetIds
:
List
<
String
>
?
=
null