Show / Hide Table of Contents

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

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.Mixins.Preview.AWS.CodeBuild.Mixins;

             var pullRequestBuildPolicyProperty = new PullRequestBuildPolicyProperty {
                 ApproverRoles = new [] { "approverRoles" },
                 RequiresCommentApproval = "requiresCommentApproval"
             };

Synopsis

Properties

ApproverRoles
RequiresCommentApproval

Properties

ApproverRoles

string[]? ApproverRoles { get; }
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

string? RequiresCommentApproval { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX