Interface AWSAPICallViaCloudTrail.Project
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AWSAPICallViaCloudTrail.Project.Jsii$Proxy
- Enclosing class:
AWSAPICallViaCloudTrail
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.codebuild.events.*;
Project project = Project.builder()
.arn(List.of("arn"))
.artifacts(Artifacts1.builder()
.encryptionDisabled(List.of("encryptionDisabled"))
.location(List.of("location"))
.name(List.of("name"))
.namespaceType(List.of("namespaceType"))
.packaging(List.of("packaging"))
.type(List.of("type"))
.build())
.badge(Badge.builder()
.badgeEnabled(List.of("badgeEnabled"))
.badgeRequestUrl(List.of("badgeRequestUrl"))
.build())
.cache(Cache.builder()
.location(List.of("location"))
.type(List.of("type"))
.build())
.created(List.of("created"))
.description(List.of("description"))
.encryptionKey(List.of("encryptionKey"))
.environment(Environment1.builder()
.computeType(List.of("computeType"))
.environmentVariables(List.of(EnvironmentItem.builder()
.name(List.of("name"))
.type(List.of("type"))
.value(List.of("value"))
.build()))
.image(List.of("image"))
.imagePullCredentialsType(List.of("imagePullCredentialsType"))
.privilegedMode(List.of("privilegedMode"))
.type(List.of("type"))
.build())
.lastModified(List.of("lastModified"))
.name(List.of("name"))
.queuedTimeoutInMinutes(List.of("queuedTimeoutInMinutes"))
.serviceRole(List.of("serviceRole"))
.source(Source1.builder()
.auth(Auth.builder()
.type(List.of("type"))
.build())
.buildspec(List.of("buildspec"))
.gitCloneDepth(List.of("gitCloneDepth"))
.gitSubmodulesConfig(GitSubmodulesConfig.builder()
.fetchSubmodules(List.of("fetchSubmodules"))
.build())
.insecureSsl(List.of("insecureSsl"))
.location(List.of("location"))
.reportBuildStatus(List.of("reportBuildStatus"))
.type(List.of("type"))
.build())
.sourceVersion(List.of("sourceVersion"))
.tags(List.of(ProjectItem.builder()
.key(List.of("key"))
.value(List.of("value"))
.build()))
.timeoutInMinutes(List.of("timeoutInMinutes"))
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forAWSAPICallViaCloudTrail.Projectstatic final classAn implementation forAWSAPICallViaCloudTrail.Project -
Method Summary
Modifier and TypeMethodDescriptionbuilder()getArn()(experimental) arn property.(experimental) artifacts property.default AWSAPICallViaCloudTrail.BadgegetBadge()(experimental) badge property.default AWSAPICallViaCloudTrail.CachegetCache()(experimental) cache property.(experimental) created property.(experimental) description property.(experimental) encryptionKey property.(experimental) environment property.(experimental) lastModified property.getName()(experimental) name property.(experimental) queuedTimeoutInMinutes property.(experimental) serviceRole property.default AWSAPICallViaCloudTrail.Source1(experimental) source property.(experimental) sourceVersion property.default List<AWSAPICallViaCloudTrail.ProjectItem> getTags()(experimental) tags property.(experimental) timeoutInMinutes property.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getArn
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getArtifacts
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getBadge
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCache
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getCreated
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getDescription
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEncryptionKey
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getEnvironment
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getLastModified
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getName
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getQueuedTimeoutInMinutes
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getServiceRole
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSource
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getSourceVersion
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTags
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
getTimeoutInMinutes
(experimental) 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.Matchfor more advanced matching options.Default: - Do not filter on this field
-
builder
-