pulumi-aws-kotlin
5.29.1.1
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
>
Constructors
Functions
Properties
Constructors
Image
Builder
Access
Endpoint
Args
Link copied to clipboard
fun
ImageBuilderAccessEndpointArgs
(
endpointType
:
Output
<
String
>
,
vpceId
:
Output
<
String
>
?
=
null
)
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
ImageBuilderAccessEndpointArgs
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.