toggle menu
pulumi-aws-native-kotlin
1.28.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.opensearchservice.kotlin.outputs
/
ApplicationDataSource
Application
Data
Source
data
class
ApplicationDataSource
(
val
dataSourceArn
:
Any
,
val
dataSourceDescription
:
String
?
=
null
)
Datasource arn and description
Members
Constructors
Application
Data
Source
Link copied to clipboard
constructor
(
dataSourceArn
:
Any
,
dataSourceDescription
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
data
Source
Arn
Link copied to clipboard
val
dataSourceArn
:
Any
The ARN of the data source.
data
Source
Description
Link copied to clipboard
val
dataSourceDescription
:
String
?
=
null
Description of the data source.