toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.ssm.kotlin.outputs
/
AssociationS3OutputLocation
Association
S3Output
Location
data
class
AssociationS3OutputLocation
(
val
outputS3BucketName
:
String
?
=
null
,
val
outputS3KeyPrefix
:
String
?
=
null
,
val
outputS3Region
:
String
?
=
null
)
Members
Constructors
Association
S3Output
Location
Link copied to clipboard
constructor
(
outputS3BucketName
:
String
?
=
null
,
outputS3KeyPrefix
:
String
?
=
null
,
outputS3Region
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
output
S3Bucket
Name
Link copied to clipboard
val
outputS3BucketName
:
String
?
=
null
The name of the S3 bucket.
output
S3Key
Prefix
Link copied to clipboard
val
outputS3KeyPrefix
:
String
?
=
null
The S3 bucket subfolder.
output
S3Region
Link copied to clipboard
val
outputS3Region
:
String
?
=
null
The AWS Region of the S3 bucket.