interface Project
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.CodeBuild.Events.AWSAPICallViaCloudTrail.Project |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awscodebuild/events#AWSAPICallViaCloudTrail_Project |
Java | software.amazon.awscdk.mixins.preview.services.codebuild.events.AWSAPICallViaCloudTrail.Project |
Python | aws_cdk.mixins_preview.aws_codebuild.events.AWSAPICallViaCloudTrail.Project |
TypeScript | @aws-cdk/mixins-preview ยป aws_codebuild ยป events ยป AWSAPICallViaCloudTrail ยป Project |
Type definition for Project.
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 project: codebuild_events.AWSAPICallViaCloudTrail.Project = {
arn: ['arn'],
artifacts: {
encryptionDisabled: ['encryptionDisabled'],
location: ['location'],
name: ['name'],
namespaceType: ['namespaceType'],
packaging: ['packaging'],
type: ['type'],
},
badge: {
badgeEnabled: ['badgeEnabled'],
badgeRequestUrl: ['badgeRequestUrl'],
},
cache: {
location: ['location'],
type: ['type'],
},
created: ['created'],
description: ['description'],
encryptionKey: ['encryptionKey'],
environment: {
computeType: ['computeType'],
environmentVariables: [{
name: ['name'],
type: ['type'],
value: ['value'],
}],
image: ['image'],
imagePullCredentialsType: ['imagePullCredentialsType'],
privilegedMode: ['privilegedMode'],
type: ['type'],
},
lastModified: ['lastModified'],
name: ['name'],
queuedTimeoutInMinutes: ['queuedTimeoutInMinutes'],
serviceRole: ['serviceRole'],
source: {
auth: {
type: ['type'],
},
buildspec: ['buildspec'],
gitCloneDepth: ['gitCloneDepth'],
gitSubmodulesConfig: {
fetchSubmodules: ['fetchSubmodules'],
},
insecureSsl: ['insecureSsl'],
location: ['location'],
reportBuildStatus: ['reportBuildStatus'],
type: ['type'],
},
sourceVersion: ['sourceVersion'],
tags: [{
key: ['key'],
value: ['value'],
}],
timeoutInMinutes: ['timeoutInMinutes'],
};
Properties
| Name | Type | Description |
|---|---|---|
| arn? | string[] | arn property. |
| artifacts? | Artifacts1 | artifacts property. |
| badge? | Badge | badge property. |
| cache? | Cache | cache property. |
| created? | string[] | created property. |
| description? | string[] | description property. |
| encryption | string[] | encryptionKey property. |
| environment? | Environment1 | environment property. |
| last | string[] | lastModified property. |
| name? | string[] | name property. |
| queued | string[] | queuedTimeoutInMinutes property. |
| service | string[] | serviceRole property. |
| source? | Source1 | source property. |
| source | string[] | sourceVersion property. |
| tags? | Project[] | tags property. |
| timeout | string[] | timeoutInMinutes 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:
Artifacts1
(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.
badge?
Type:
Badge
(optional, default: Do not filter on this field)
badge property.
Specify an array of string values to match this event if the actual value of badge 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.
created?
Type:
string[]
(optional, default: Do not filter on this field)
created property.
Specify an array of string values to match this event if the actual value of created is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
description?
Type:
string[]
(optional, default: Do not filter on this field)
description property.
Specify an array of string values to match this event if the actual value of description 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.
environment?
Type:
Environment1
(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.
lastModified?
Type:
string[]
(optional, default: Do not filter on this field)
lastModified property.
Specify an array of string values to match this event if the actual value of lastModified is one of the values in the array. Use one of the constructors on the aws_events.Match for more advanced matching options.
name?
Type:
string[]
(optional, default: Do not filter on this field)
name property.
Specify an array of string values to match this event if the actual value of name 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.
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:
Source1
(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.
tags?
Type:
Project[]
(optional, default: Do not filter on this field)
tags property.
Specify an array of string values to match this event if the actual value of tags 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.

.NET
Go
Java
Python
TypeScript