You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>
3100
+
* <note>
3101
+
* <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected
3102
+
* fleet, make sure that you add the required VPC permissions to your project service role. For more
3103
+
* information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface">Example
3104
+
* policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p>
3105
+
* </note>
3096
3106
* </li>
3097
3107
* </ul>
3098
3108
* @public
3099
3109
*/
3100
3110
overflowBehavior?: FleetOverflowBehavior;
3101
3111
3112
+
/**
3113
+
* <p>Information about the VPC configuration that CodeBuild accesses.</p>
3114
+
* @public
3115
+
*/
3116
+
vpcConfig?: VpcConfig;
3117
+
3118
+
/**
3119
+
* <p>The service role associated with the compute fleet.</p>
3120
+
* @public
3121
+
*/
3122
+
fleetServiceRole?: string;
3123
+
3102
3124
/**
3103
3125
* <p>A list of tag key and value pairs associated with this compute fleet.</p>
3104
3126
* <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
@@ -3749,6 +3771,9 @@ export interface Project {
3749
3771
* used.</p>
3750
3772
* </li>
3751
3773
* <li>
3774
+
* <p>For GitLab: the commit ID, branch, or Git tag to use.</p>
3775
+
* </li>
3776
+
* <li>
3752
3777
* <p>For Bitbucket: the commit ID, branch name, or tag name that corresponds to the
3753
3778
* version of the source code you want to build. If a branch name is specified, the
3754
3779
* branch's HEAD commit ID is used. If not specified, the default branch's HEAD
* <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>
4636
+
* <note>
4637
+
* <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected
4638
+
* fleet, make sure that you add the required VPC permissions to your project service role. For more
4639
+
* information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface">Example
4640
+
* policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p>
4641
+
* </note>
4611
4642
* </li>
4612
4643
* </ul>
4613
4644
* @public
4614
4645
*/
4615
4646
overflowBehavior?: FleetOverflowBehavior;
4616
4647
4648
+
/**
4649
+
* <p>Information about the VPC configuration that CodeBuild accesses.</p>
4650
+
* @public
4651
+
*/
4652
+
vpcConfig?: VpcConfig;
4653
+
4654
+
/**
4655
+
* <p>The service role associated with the compute fleet.</p>
4656
+
* @public
4657
+
*/
4658
+
fleetServiceRole?: string;
4659
+
4617
4660
/**
4618
4661
* <p>A list of tag key and value pairs associated with this compute fleet.</p>
4619
4662
* <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
* <p>For overflow behavior <code>ON_DEMAND</code>, your overflow builds run on CodeBuild on-demand.</p>
7806
+
* <note>
7807
+
* <p>If you choose to set your overflow behavior to on-demand while creating a VPC-connected
7808
+
* fleet, make sure that you add the required VPC permissions to your project service role. For more
7809
+
* information, see <a href="https://docs.aws.amazon.com/codebuild/latest/userguide/auth-and-access-control-iam-identity-based-access-control.html#customer-managed-policies-example-create-vpc-network-interface">Example
7810
+
* policy statement to allow CodeBuild access to Amazon Web Services services required to create a VPC network interface</a>.</p>
7811
+
* </note>
7751
7812
* </li>
7752
7813
* </ul>
7753
7814
* @public
7754
7815
*/
7755
7816
overflowBehavior?: FleetOverflowBehavior;
7756
7817
7818
+
/**
7819
+
* <p>Information about the VPC configuration that CodeBuild accesses.</p>
7820
+
* @public
7821
+
*/
7822
+
vpcConfig?: VpcConfig;
7823
+
7824
+
/**
7825
+
* <p>The service role associated with the compute fleet.</p>
7826
+
* @public
7827
+
*/
7828
+
fleetServiceRole?: string;
7829
+
7757
7830
/**
7758
7831
* <p>A list of tag key and value pairs associated with this compute fleet.</p>
7759
7832
* <p>These tags are available for use by Amazon Web Services services that support CodeBuild build project
0 commit comments