S3SourceVariables¶
-
class
aws_cdk.aws_codepipeline_actions.
S3SourceVariables
(*, e_tag, version_id)¶ Bases:
object
The CodePipeline variables emitted by the S3 source Action.
- Parameters
e_tag (
str
) – The e-tag of the S3 version of the object that triggered the build.version_id (
str
) – The identifier of the S3 version of the object that triggered the build.
Attributes
-
e_tag
¶ The e-tag of the S3 version of the object that triggered the build.
- Return type
str
-
version_id
¶ The identifier of the S3 version of the object that triggered the build.
- Return type
str