toggle menu
pulumi-aws-kotlin
5.43.0.1
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.appstream.kotlin.outputs
/
ImageBuilderAccessEndpoint
Image
Builder
Access
Endpoint
data
class
ImageBuilderAccessEndpoint
(
val
endpointType
:
String
,
val
vpceId
:
String
?
=
null
)
Members
Constructors
Image
Builder
Access
Endpoint
Link copied to clipboard
constructor
(
endpointType
:
String
,
vpceId
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
endpoint
Type
Link copied to clipboard
val
endpointType
:
String
Type of interface endpoint.
vpce
Id
Link copied to clipboard
val
vpceId
:
String
?
=
null
Identifier (ID) of the VPC in which the interface endpoint is used.