Interface CfnProjectPropsMixin.IPullRequestBuildPolicyProperty
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnProjectPropsMixin.IPullRequestBuildPolicyProperty
Syntax (vb)
Public Interface CfnProjectPropsMixin.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.Mixins.Preview.AWS.CodeBuild.Mixins;
var pullRequestBuildPolicyProperty = new PullRequestBuildPolicyProperty {
ApproverRoles = new [] { "approverRoles" },
RequiresCommentApproval = "requiresCommentApproval"
};
Synopsis
Properties
| ApproverRoles | |
| RequiresCommentApproval |
Properties
ApproverRoles
RequiresCommentApproval
string? RequiresCommentApproval { get; }