toggle menu
pulumi-aws-native-kotlin
1.27.0.0
jvm
switch theme
search in API
pulumi-aws-native-kotlin
/
com.pulumi.awsnative.bedrock.kotlin.outputs
/
AgentS3Identifier
Agent
S3Identifier
data
class
AgentS3Identifier
(
val
s3BucketName
:
String
?
=
null
,
val
s3ObjectKey
:
String
?
=
null
)
The identifier for the S3 resource.
Members
Constructors
Agent
S3Identifier
Link copied to clipboard
constructor
(
s3BucketName
:
String
?
=
null
,
s3ObjectKey
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
s3Bucket
Name
Link copied to clipboard
val
s3BucketName
:
String
?
=
null
A bucket in S3.
s3Object
Key
Link copied to clipboard
val
s3ObjectKey
:
String
?
=
null
A object key in S3.