Class CfnProject.PullRequestBuildPolicyProperty
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.CodeBuild
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnProject.PullRequestBuildPolicyProperty : CfnProject.IPullRequestBuildPolicyProperty
Syntax (vb)
Public Class CfnProject.PullRequestBuildPolicyProperty Implements CfnProject.IPullRequestBuildPolicyProperty
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 pullRequestBuildPolicyProperty = new PullRequestBuildPolicyProperty {
RequiresCommentApproval = "requiresCommentApproval",
// the properties below are optional
ApproverRoles = new [] { "approverRoles" }
};
Synopsis
Constructors
| PullRequestBuildPolicyProperty() |
Properties
| ApproverRoles | |
| RequiresCommentApproval |
Constructors
PullRequestBuildPolicyProperty()
public PullRequestBuildPolicyProperty()
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 pullRequestBuildPolicyProperty = new PullRequestBuildPolicyProperty {
RequiresCommentApproval = "requiresCommentApproval",
// the properties below are optional
ApproverRoles = new [] { "approverRoles" }
};
Properties
ApproverRoles
RequiresCommentApproval
public string RequiresCommentApproval { get; set; }