interface Build
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Events.AWSAPICallViaCloudTrail.Build |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodebuild/events#AWSAPICallViaCloudTrail_Build |
Java | software.amazon.awscdk.mixins.preview.services.codebuild.events.AWSAPICallViaCloudTrail.Build |
Python | aws_cdk.mixins_preview.aws_codebuild.events.AWSAPICallViaCloudTrail.Build |
TypeScript | @aws-cdk/mixins-preview ยป aws_codebuild ยป events ยป AWSAPICallViaCloudTrail ยป Build |
Type definition for Build.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { events as codebuild_events } from '@aws-cdk/mixins-preview/aws-codebuild';
const build: codebuild_events.AWSAPICallViaCloudTrail.Build = {
arn: ['arn'],
artifacts: {
encryptionDisabled: ['encryptionDisabled'],
location: ['location'],
},
buildComplete: ['buildComplete'],
buildStatus: ['buildStatus'],
cache: {
location: ['location'],
type: ['type'],
},
currentPhase: ['currentPhase'],
encryptionKey: ['encryptionKey'],
endTime: ['endTime'],
environment: {
certificate: ['certificate'],
computeType: ['computeType'],
environmentVariables: [{
name: ['name'],
type: ['type'],
value: ['value'],
}],
image: ['image'],
imagePullCredentialsType: ['imagePullCredentialsType'],
privilegedMode: ['privilegedMode'],
type: ['type'],
},
id: ['id'],
initiator: ['initiator'],
logs: {
deepLink: ['deepLink'],
groupName: ['groupName'],
streamName: ['streamName'],
},
phases: [{
durationInSeconds: ['durationInSeconds'],
endTime: ['endTime'],
phaseContext: ['phaseContext'],
phaseStatus: ['phaseStatus'],
phaseType: ['phaseType'],
startTime: ['startTime'],
}],
projectName: ['projectName'],
queuedTimeoutInMinutes: ['queuedTimeoutInMinutes'],
resolvedSourceVersion: ['resolvedSourceVersion'],
serviceRole: ['serviceRole'],
source: {
auth: {
type: ['type'],
},
buildspec: ['buildspec'],
insecureSsl: ['insecureSsl'],
location: ['location'],
reportBuildStatus: ['reportBuildStatus'],
type: ['type'],
},
sourceVersion: ['sourceVersion'],
startTime: ['startTime'],
timeoutInMinutes: ['timeoutInMinutes'],
vpcConfig: {
securityGroupIds: ['securityGroupIds'],
subnets: ['subnets'],
vpcId: ['vpcId'],
},
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string[] | arn property. |
| artifacts? | Artifacts | artifacts property. |
| build | string[] | buildComplete property. |
| build | string[] | buildStatus property. |
| cache? | Cache | cache property. |
| current | string[] | currentPhase property. |
| encryption | string[] | encryptionKey property. |
| end | string[] | endTime property. |
| environment? | Environment | environment property. |
| id? | string[] | id property. |
| initiator? | string[] | initiator property. |
| logs? | Logs | logs property. |
| phases? | Build[] | phases property. |
| project | string[] | projectName property. |
| queued | string[] | queuedTimeoutInMinutes property. |
| resolved | string[] | resolvedSourceVersion property. |
| service | string[] | serviceRole property. |
| source? | Source | source property. |
| source | string[] | sourceVersion property. |
| start | string[] | startTime property. |
| timeout | string[] | timeoutInMinutes property. |
| vpc | Vpc | vpcConfig property. |
arn?
Type:
string[]
(optional, default: Do not filter on this field)
arn property.
Specify an array of string values to match this event if the actual value of arn is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
artifacts?
Type:
Artifacts
(optional, default: Do not filter on this field)
artifacts property.
Specify an array of string values to match this event if the actual value of artifacts is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
buildComplete?
Type:
string[]
(optional, default: Do not filter on this field)
buildComplete property.
Specify an array of string values to match this event if the actual value of buildComplete is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
buildStatus?
Type:
string[]
(optional, default: Do not filter on this field)
buildStatus property.
Specify an array of string values to match this event if the actual value of buildStatus is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
cache?
Type:
Cache
(optional, default: Do not filter on this field)
cache property.
Specify an array of string values to match this event if the actual value of cache is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
currentPhase?
Type:
string[]
(optional, default: Do not filter on this field)
currentPhase property.
Specify an array of string values to match this event if the actual value of currentPhase is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
encryptionKey?
Type:
string[]
(optional, default: Do not filter on this field)
encryptionKey property.
Specify an array of string values to match this event if the actual value of encryptionKey is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
endTime?
Type:
string[]
(optional, default: Do not filter on this field)
endTime property.
Specify an array of string values to match this event if the actual value of endTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
environment?
Type:
Environment
(optional, default: Do not filter on this field)
environment property.
Specify an array of string values to match this event if the actual value of environment is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
id?
Type:
string[]
(optional, default: Do not filter on this field)
id property.
Specify an array of string values to match this event if the actual value of id is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
initiator?
Type:
string[]
(optional, default: Do not filter on this field)
initiator property.
Specify an array of string values to match this event if the actual value of initiator is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
logs?
Type:
Logs
(optional, default: Do not filter on this field)
logs property.
Specify an array of string values to match this event if the actual value of logs is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
phases?
Type:
Build[]
(optional, default: Do not filter on this field)
phases property.
Specify an array of string values to match this event if the actual value of phases is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
projectName?
Type:
string[]
(optional, default: Do not filter on this field)
projectName property.
Specify an array of string values to match this event if the actual value of projectName is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
queuedTimeoutInMinutes?
Type:
string[]
(optional, default: Do not filter on this field)
queuedTimeoutInMinutes property.
Specify an array of string values to match this event if the actual value of queuedTimeoutInMinutes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
resolvedSourceVersion?
Type:
string[]
(optional, default: Do not filter on this field)
resolvedSourceVersion property.
Specify an array of string values to match this event if the actual value of resolvedSourceVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
serviceRole?
Type:
string[]
(optional, default: Do not filter on this field)
serviceRole property.
Specify an array of string values to match this event if the actual value of serviceRole is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
source?
Type:
Source
(optional, default: Do not filter on this field)
source property.
Specify an array of string values to match this event if the actual value of source is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
sourceVersion?
Type:
string[]
(optional, default: Do not filter on this field)
sourceVersion property.
Specify an array of string values to match this event if the actual value of sourceVersion is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
startTime?
Type:
string[]
(optional, default: Do not filter on this field)
startTime property.
Specify an array of string values to match this event if the actual value of startTime is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
timeoutInMinutes?
Type:
string[]
(optional, default: Do not filter on this field)
timeoutInMinutes property.
Specify an array of string values to match this event if the actual value of timeoutInMinutes is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
vpcConfig?
Type:
Vpc
(optional, default: Do not filter on this field)
vpcConfig property.
Specify an array of string values to match this event if the actual value of vpcConfig is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.

.NET
Go
Java
Python
TypeScript