toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.comprehend.kotlin.inputs
/
EntityRecognizerVpcConfigArgs
Entity
Recognizer
Vpc
Config
Args
data
class
EntityRecognizerVpcConfigArgs
(
val
securityGroupIds
:
Output
<
List
<
String
>
>
,
val
subnets
:
Output
<
List
<
String
>
>
)
:
ConvertibleToJava
<
EntityRecognizerVpcConfigArgs
>
Members
Constructors
Entity
Recognizer
Vpc
Config
Args
Link copied to clipboard
constructor
(
securityGroupIds
:
Output
<
List
<
String
>
>
,
subnets
:
Output
<
List
<
String
>
>
)
Properties
security
Group
Ids
Link copied to clipboard
val
securityGroupIds
:
Output
<
List
<
String
>
>
List of security group IDs.
subnets
Link copied to clipboard
val
subnets
:
Output
<
List
<
String
>
>
List of VPC subnets.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
EntityRecognizerVpcConfigArgs