SourceConfig¶
-
class
aws_cdk.aws_s3_deployment.
SourceConfig
(*, bucket, zip_object_key)¶ Bases:
object
- Parameters
bucket (
IBucket
) – (experimental) The source bucket to deploy from.zip_object_key (
str
) – (experimental) An S3 object key in the source bucket that points to a zip file.
- Stability
experimental
Attributes
-
zip_object_key
¶ (experimental) An S3 object key in the source bucket that points to a zip file.
- Stability
experimental
- Return type
str