toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.kinesis.kotlin.outputs
/
AnalyticsApplicationReferenceDataSourcesS3
Analytics
Application
Reference
Data
Sources
S3
data
class
AnalyticsApplicationReferenceDataSourcesS3
(
val
bucketArn
:
String
,
val
fileKey
:
String
,
val
roleArn
:
String
)
Members
Constructors
Analytics
Application
Reference
Data
Sources
S3
Link copied to clipboard
constructor
(
bucketArn
:
String
,
fileKey
:
String
,
roleArn
:
String
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Arn
Link copied to clipboard
val
bucketArn
:
String
The S3 Bucket ARN.
file
Key
Link copied to clipboard
val
fileKey
:
String
The File Key name containing reference data.
role
Arn
Link copied to clipboard
val
roleArn
:
String
The IAM Role ARN to read the data.