Show / Hide Table of Contents

Class CfnProject.PullRequestBuildPolicyProperty

Inheritance
object
CfnProject.PullRequestBuildPolicyProperty
Implements
CfnProject.IPullRequestBuildPolicyProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html

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

public string[]? ApproverRoles { get; set; }
Property Value

string[]

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html#cfn-codebuild-project-pullrequestbuildpolicy-approverroles

RequiresCommentApproval

public string RequiresCommentApproval { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-pullrequestbuildpolicy.html#cfn-codebuild-project-pullrequestbuildpolicy-requirescommentapproval

Implements

CfnProject.IPullRequestBuildPolicyProperty
Back to top Generated by DocFX