Class TriggerBuildSourceStorageSourceArgs


  • public final class TriggerBuildSourceStorageSourceArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • bucket

        public com.pulumi.core.Output<java.lang.String> bucket()
        Returns:
        Google Cloud Storage bucket containing the source.
      • generation

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> generation()
        Returns:
        Google Cloud Storage generation for the object. If the generation is omitted, the latest generation will be used
      • object

        public com.pulumi.core.Output<java.lang.String> object()
        Returns:
        Google Cloud Storage object containing the source. This object must be a gzipped archive file (.tar.gz) containing source to build.