Class CommonProjectProps.Jsii$Proxy
- All Implemented Interfaces:
- CommonProjectProps,- software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CommonProjectProps
CommonProjectProps- 
Nested Class SummaryNested classes/interfaces inherited from class software.amazon.jsii.JsiiObjectsoftware.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.codebuild.CommonProjectPropsCommonProjectProps.Builder, CommonProjectProps.Jsii$Proxy
- 
Constructor SummaryConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CommonProjectProps.Builder builder) Constructor that initializes the object based on literal property values passed by theCommonProjectProps.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.
- 
Method SummaryModifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal BooleanWhether to allow the CodeBuild to send all network traffic.final NumberCodeBuild will automatically call retry build using the project's service role up to the auto-retry limit.final BooleangetBadge()Indicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.final BuildSpecFilename or contents of buildspec in JSON format.final CachegetCache()Caching strategy to use.final BooleanWhether to check for the presence of any secrets in the environment variables of the default type, BuildEnvironmentVariableType.PLAINTEXT.final NumberMaximum number of concurrent builds.final StringA description of the project.final IKeyEncryption key to use to read and write artifacts.final BuildEnvironmentBuild environment to use for the build.final Map<String, BuildEnvironmentVariable> Additional environment variables to add to the build environment.final List<IFileSystemLocation> An ProjectFileSystemLocation objects for a CodeBuild build project.final BooleanAdd permissions to this project's role to create and use test report groups with name starting with the name of this project.final LoggingOptionsInformation about logs for the build project.final StringThe physical, human-readable name of the CodeBuild Project.final DurationThe number of minutes after which AWS CodeBuild stops the build if it's still in queue.final IRolegetRole()Service Role to assume while running the build.final List<ISecurityGroup> What security group to associate with the codebuild project's network interfaces.final BooleanAdd the permissions necessary for debugging builds with SSM Session Manager.final SubnetSelectionWhere to place the network interfaces within the VPC.final DurationThe number of minutes after which AWS CodeBuild stops the build if it's not complete.final ProjectVisibilitySpecifies the visibility of the project's builds.final IVpcgetVpc()VPC network to place codebuild network interfaces.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObjectjsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
- 
Constructor Details- 
Jsii$Proxyprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
- objRef- Reference to the JSII managed object.
 
- 
Jsii$ProxyConstructor that initializes the object based on literal property values passed by theCommonProjectProps.Builder.
 
- 
- 
Method Details- 
getAllowAllOutboundDescription copied from interface:CommonProjectPropsWhether to allow the CodeBuild to send all network traffic.If set to false, you must individually add traffic rules to allow the CodeBuild project to connect to network targets. Only used if 'vpc' is supplied. Default: true - Specified by:
- getAllowAllOutboundin interface- CommonProjectProps
 
- 
getAutoRetryLimitDescription copied from interface:CommonProjectPropsCodeBuild will automatically call retry build using the project's service role up to the auto-retry limit.autoRetryLimitmust be between 0 and 10.Default: - no retry - Specified by:
- getAutoRetryLimitin interface- CommonProjectProps
 
- 
getBadgeDescription copied from interface:CommonProjectPropsIndicates whether AWS CodeBuild generates a publicly accessible URL for your project's build badge.For more information, see Build Badges Sample in the AWS CodeBuild User Guide. Default: false - Specified by:
- getBadgein interface- CommonProjectProps
 
- 
getBuildSpecDescription copied from interface:CommonProjectPropsFilename or contents of buildspec in JSON format.Default: - Empty buildspec. - Specified by:
- getBuildSpecin interface- CommonProjectProps
- See Also:
 
- 
getCacheDescription copied from interface:CommonProjectPropsCaching strategy to use.Default: Cache.none - Specified by:
- getCachein interface- CommonProjectProps
 
- 
getCheckSecretsInPlainTextEnvVariablesDescription copied from interface:CommonProjectPropsWhether to check for the presence of any secrets in the environment variables of the default type, BuildEnvironmentVariableType.PLAINTEXT. Since using a secret for the value of that kind of variable would result in it being displayed in plain text in the AWS Console, the construct will throw an exception if it detects a secret was passed there. Pass this property as false if you want to skip this validation, and keep using a secret in a plain text environment variable.Default: true - Specified by:
- getCheckSecretsInPlainTextEnvVariablesin interface- CommonProjectProps
 
- 
getConcurrentBuildLimitDescription copied from interface:CommonProjectPropsMaximum number of concurrent builds.Minimum value is 1 and maximum is account build limit. Default: - no explicit limit is set - Specified by:
- getConcurrentBuildLimitin interface- CommonProjectProps
 
- 
getDescriptionDescription copied from interface:CommonProjectPropsA description of the project.Use the description to identify the purpose of the project. Default: - No description. - Specified by:
- getDescriptionin interface- CommonProjectProps
 
- 
getEncryptionKeyDescription copied from interface:CommonProjectPropsEncryption key to use to read and write artifacts.Default: - The AWS-managed CMK for Amazon Simple Storage Service (Amazon S3) is used. - Specified by:
- getEncryptionKeyin interface- CommonProjectProps
 
- 
getEnvironmentDescription copied from interface:CommonProjectPropsBuild environment to use for the build.Default: BuildEnvironment.LinuxBuildImage.STANDARD_7_0 - Specified by:
- getEnvironmentin interface- CommonProjectProps
 
- 
getEnvironmentVariablesDescription copied from interface:CommonProjectPropsAdditional environment variables to add to the build environment.Default: - No additional environment variables are specified. - Specified by:
- getEnvironmentVariablesin interface- CommonProjectProps
 
- 
getFileSystemLocationsDescription copied from interface:CommonProjectPropsAn ProjectFileSystemLocation objects for a CodeBuild build project.A ProjectFileSystemLocation object specifies the identifier, location, mountOptions, mountPoint, and type of a file system created using Amazon Elastic File System. Default: - no file system locations - Specified by:
- getFileSystemLocationsin interface- CommonProjectProps
 
- 
getGrantReportGroupPermissionsDescription copied from interface:CommonProjectPropsAdd permissions to this project's role to create and use test report groups with name starting with the name of this project.That is the standard report group that gets created when a simple name (in contrast to an ARN) is used in the 'reports' section of the buildspec of this project. This is usually harmless, but you can turn these off if you don't plan on using test reports in this project. Default: true - Specified by:
- getGrantReportGroupPermissionsin interface- CommonProjectProps
- See Also:
 
- 
getLoggingDescription copied from interface:CommonProjectPropsInformation about logs for the build project.A project can create logs in Amazon CloudWatch Logs, an S3 bucket, or both. Default: - no log configuration is set - Specified by:
- getLoggingin interface- CommonProjectProps
 
- 
getProjectNameDescription copied from interface:CommonProjectPropsThe physical, human-readable name of the CodeBuild Project.Default: - Name is automatically generated. - Specified by:
- getProjectNamein interface- CommonProjectProps
 
- 
getQueuedTimeoutDescription copied from interface:CommonProjectPropsThe number of minutes after which AWS CodeBuild stops the build if it's still in queue.For valid values, see the timeoutInMinutes field in the AWS CodeBuild User Guide. Default: - no queue timeout is set - Specified by:
- getQueuedTimeoutin interface- CommonProjectProps
 
- 
getRoleDescription copied from interface:CommonProjectPropsService Role to assume while running the build.Default: - A role will be created. - Specified by:
- getRolein interface- CommonProjectProps
 
- 
getSecurityGroupsDescription copied from interface:CommonProjectPropsWhat security group to associate with the codebuild project's network interfaces.If no security group is identified, one will be created automatically. Only used if 'vpc' is supplied. Default: - Security group will be automatically created. - Specified by:
- getSecurityGroupsin interface- CommonProjectProps
 
- 
getSsmSessionPermissionsDescription copied from interface:CommonProjectPropsAdd the permissions necessary for debugging builds with SSM Session Manager.If the following prerequisites have been met: - The necessary permissions have been added by setting this flag to true.
- The build image has the SSM agent installed (true for default CodeBuild images).
- The build is started with debugSessionEnabled set to true.
 Then the build container can be paused and inspected using Session Manager by invoking the codebuild-breakpointcommand somewhere during the build.codebuild-breakpointcommands will be ignored if the build is not started withdebugSessionEnabled=true.Default: false - Specified by:
- getSsmSessionPermissionsin interface- CommonProjectProps
- See Also:
 
- 
getSubnetSelectionDescription copied from interface:CommonProjectPropsWhere to place the network interfaces within the VPC.To access AWS services, your CodeBuild project needs to be in one of the following types of subnets: - Subnets with access to the internet (of type PRIVATE_WITH_EGRESS).
- Private subnets unconnected to the internet, but with VPC endpoints for the necessary services.
 If you don't specify a subnet selection, the default behavior is to use PRIVATE_WITH_EGRESS subnets first if they exist, then PRIVATE_WITHOUT_EGRESS, and finally PUBLIC subnets. If your VPC doesn't have PRIVATE_WITH_EGRESS subnets but you need AWS service access, add VPC Endpoints to your private subnets. Default: - private subnets if available else public subnets - Specified by:
- getSubnetSelectionin interface- CommonProjectProps
- See Also:
 
- 
getTimeoutDescription copied from interface:CommonProjectPropsThe number of minutes after which AWS CodeBuild stops the build if it's not complete.For valid values, see the timeoutInMinutes field in the AWS CodeBuild User Guide. Default: Duration.hours(1) - Specified by:
- getTimeoutin interface- CommonProjectProps
 
- 
getVisibilityDescription copied from interface:CommonProjectPropsSpecifies the visibility of the project's builds.Default: - no visibility is set - Specified by:
- getVisibilityin interface- CommonProjectProps
 
- 
getVpcDescription copied from interface:CommonProjectPropsVPC network to place codebuild network interfaces.Specify this if the codebuild project needs to access resources in a VPC. Default: - No VPC is specified. - Specified by:
- getVpcin interface- CommonProjectProps
 
- 
$jsii$toJson@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
- $jsii$toJsonin interface- software.amazon.jsii.JsiiSerializable
 
- 
equals
- 
hashCodepublic final int hashCode()
 
-