Interface ISourceProps
Properties common to all Source classes.
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ISourceProps
Syntax (vb)
Public Interface ISourceProps
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.CodeBuild;
var sourceProps = new SourceProps {
Identifier = "identifier"
};
Synopsis
Properties
Identifier | The source identifier. |
Properties
Identifier
The source identifier.
virtual string Identifier { get; }
Property Value
System.
Remarks
This property is required on secondary sources.