Interface IS3SourceVariables
The CodePipeline variables emitted by the S3 source Action.
Namespace: Amazon.CDK.AWS.CodePipeline.Actions
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IS3SourceVariables
Syntax (vb)
Public Interface IS3SourceVariables
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.CodePipeline.Actions;
var s3SourceVariables = new S3SourceVariables {
ETag = "eTag",
VersionId = "versionId"
};
Synopsis
Properties
ETag | The e-tag of the S3 version of the object that triggered the build. |
Version |
The identifier of the S3 version of the object that triggered the build. |
Properties
ETag
The e-tag of the S3 version of the object that triggered the build.
string ETag { get; }
Property Value
System.
VersionId
The identifier of the S3 version of the object that triggered the build.
string VersionId { get; }
Property Value
System.