toggle menu
pulumi-aws-kotlin
6.81.0.0
jvm
switch theme
search in API
pulumi-aws-kotlin
/
com.pulumi.aws.bedrock.kotlin.outputs
/
AgentAgentActionGroupApiSchemaS3
Agent
Agent
Action
Group
Api
Schema
S3
data
class
AgentAgentActionGroupApiSchemaS3
(
val
s3BucketName
:
String
?
=
null
,
val
s3ObjectKey
:
String
?
=
null
)
Members
Constructors
Agent
Agent
Action
Group
Api
Schema
S3
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
Name of the S3 bucket.
s3Object
Key
Link copied to clipboard
val
s3ObjectKey
:
String
?
=
null
S3 object key containing the resource.