toggle menu
pulumi-aws-kotlin
6.38.1.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.amp.kotlin.outputs
Package-level
declarations
Types
Types
Get
Workspace
Result
Link copied to clipboard
data
class
GetWorkspaceResult
(
val
alias
:
String
,
val
arn
:
String
,
val
createdDate
:
String
,
val
id
:
String
,
val
kmsKeyArn
:
String
,
val
prometheusEndpoint
:
String
,
val
status
:
String
,
val
tags
:
Map
<
String
,
String
>
,
val
workspaceId
:
String
)
A collection of values returned by getWorkspace.
Get
Workspaces
Result
Link copied to clipboard
data
class
GetWorkspacesResult
(
val
aliasPrefix
:
String
?
=
null
,
val
aliases
:
List
<
String
>
,
val
arns
:
List
<
String
>
,
val
id
:
String
,
val
workspaceIds
:
List
<
String
>
)
A collection of values returned by getWorkspaces.
Scraper
Destination
Link copied to clipboard
data
class
ScraperDestination
(
val
amp
:
ScraperDestinationAmp
?
=
null
)
Scraper
Destination
Amp
Link copied to clipboard
data
class
ScraperDestinationAmp
(
val
workspaceArn
:
String
)
Scraper
Source
Link copied to clipboard
data
class
ScraperSource
(
val
eks
:
ScraperSourceEks
?
=
null
)
Scraper
Source
Eks
Link copied to clipboard
data
class
ScraperSourceEks
(
val
clusterArn
:
String
,
val
securityGroupIds
:
List
<
String
>
?
=
null
,
val
subnetIds
:
List
<
String
>
)
Scraper
Timeouts
Link copied to clipboard
data
class
ScraperTimeouts
(
val
create
:
String
?
=
null
,
val
delete
:
String
?
=
null
)
Workspace
Logging
Configuration
Link copied to clipboard
data
class
WorkspaceLoggingConfiguration
(
val
logGroupArn
:
String
)