toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appstream.kotlin.inputs
/
ImageBuilderAccessEndpointArgs
Image
Builder
Access
Endpoint
Args
data
class
ImageBuilderAccessEndpointArgs
(
val
endpointType
:
Output
<
String
>
,
val
vpceId
:
Output
<
String
>
?
=
null
)
:
ConvertibleToJava
<
ImageBuilderAccessEndpointArgs
>
Members
Constructors
Image
Builder
Access
Endpoint
Args
Link copied to clipboard
constructor
(
endpointType
:
Output
<
String
>
,
vpceId
:
Output
<
String
>
?
=
null
)
Properties
endpoint
Type
Link copied to clipboard
val
endpointType
:
Output
<
String
>
Type of interface endpoint.
vpce
Id
Link copied to clipboard
val
vpceId
:
Output
<
String
>
?
=
null
Identifier (ID) of the VPC in which the interface endpoint is used.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImageBuilderAccessEndpointArgs