Interface AWSAPICallViaCloudTrail.Project

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
AWSAPICallViaCloudTrail.Project.Jsii$Proxy
Enclosing class:
AWSAPICallViaCloudTrail

@Stability(Experimental) public static interface AWSAPICallViaCloudTrail.Project extends software.amazon.jsii.JsiiSerializable
(experimental) 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 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();
 
  • Method Details

    • getArn

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getArtifacts

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Artifacts1 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getBadge

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Badge 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCache

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Cache 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getCreated

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getDescription

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEncryptionKey

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getEnvironment

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Environment1 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getLastModified

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getName

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getQueuedTimeoutInMinutes

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getServiceRole

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSource

      @Stability(Experimental) @Nullable default AWSAPICallViaCloudTrail.Source1 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getSourceVersion

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTags

      @Stability(Experimental) @Nullable default List<AWSAPICallViaCloudTrail.ProjectItem> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • getTimeoutInMinutes

      @Stability(Experimental) @Nullable default List<String> 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.Match for more advanced matching options.

      Default: - Do not filter on this field

    • builder

      @Stability(Experimental) static AWSAPICallViaCloudTrail.Project.Builder builder()
      Returns:
      a AWSAPICallViaCloudTrail.Project.Builder of AWSAPICallViaCloudTrail.Project