pulumi-aws-kotlin
6.12.2.0
pulumi-aws-kotlin
/
com.pulumi.aws.signer.kotlin.outputs
/
SigningJobSignedObjectS3
Signing
Job
Signed
Object
S3
data
class
SigningJobSignedObjectS3
(
val
bucket
:
String
?
=
null
,
val
key
:
String
?
=
null
)
Types
Constructors
Properties
Constructors
Signing
Job
Signed
Object
S3
Link copied to clipboard
fun
SigningJobSignedObjectS3
(
bucket
:
String
?
=
null
,
key
:
String
?
=
null
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
bucket
Link copied to clipboard
val
bucket
:
String
?
=
null
Name of the S3 bucket.
key
Link copied to clipboard
val
key
:
String
?
=
null
Key name of the object that contains your unsigned code.