Show / Hide Table of Contents

Class CfnProjectPropsMixin.GitSubmodulesConfigProperty

GitSubmodulesConfig is a property of the AWS CodeBuild Project Source property type that specifies information about the Git submodules configuration for the build project.

Inheritance
object
CfnProjectPropsMixin.GitSubmodulesConfigProperty
Implements
CfnProjectPropsMixin.IGitSubmodulesConfigProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnProjectPropsMixin.GitSubmodulesConfigProperty : CfnProjectPropsMixin.IGitSubmodulesConfigProperty
Syntax (vb)
Public Class CfnProjectPropsMixin.GitSubmodulesConfigProperty Implements CfnProjectPropsMixin.IGitSubmodulesConfigProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.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 gitSubmodulesConfigProperty = new GitSubmodulesConfigProperty {
                 FetchSubmodules = false
             };

Synopsis

Constructors

GitSubmodulesConfigProperty()

GitSubmodulesConfig is a property of the AWS CodeBuild Project Source property type that specifies information about the Git submodules configuration for the build project.

Properties

FetchSubmodules

Set to true to fetch Git submodules for your AWS CodeBuild build project.

Constructors

GitSubmodulesConfigProperty()

GitSubmodulesConfig is a property of the AWS CodeBuild Project Source property type that specifies information about the Git submodules configuration for the build project.

public GitSubmodulesConfigProperty()
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-codebuild-project-gitsubmodulesconfig.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 gitSubmodulesConfigProperty = new GitSubmodulesConfigProperty {
                 FetchSubmodules = false
             };

Properties

FetchSubmodules

Set to true to fetch Git submodules for your AWS CodeBuild build project.

public object? FetchSubmodules { get; set; }
Property Value

object

Remarks

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

Type union: either bool or IResolvable

Implements

CfnProjectPropsMixin.IGitSubmodulesConfigProperty
Back to top Generated by DocFX