S3SourceProps¶
-
class
aws_cdk.aws_codebuild.
S3SourceProps
(*, identifier=None, bucket, path, version=None)¶ Bases:
aws_cdk.aws_codebuild.SourceProps
Construction properties for {@link S3Source}.
- Parameters
identifier (
Optional
[str
]) – The source identifier. This property is required on secondary sources.bucket (
IBucket
) –path (
str
) –version (
Optional
[str
]) – The version ID of the object that represents the build input ZIP file to use. Default: latest
Attributes
-
identifier
¶ The source identifier.
This property is required on secondary sources.
- Return type
Optional
[str
]
-
path
¶ - Return type
str
-
version
¶ The version ID of the object that represents the build input ZIP file to use.
- Default
latest
- Return type
Optional
[str
]