Class GoogleCloudStorageLocationArgs


  • public final class GoogleCloudStorageLocationArgs
    extends com.pulumi.resources.ResourceArgs
    The location of Google Cloud Storage dataset.
    • Method Detail

      • bucketName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> bucketName()
        Returns:
        Specify the bucketName of Google Cloud Storage. Type: string (or Expression with resultType string)
      • fileName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> fileName()
        Returns:
        Specify the file name of dataset. Type: string (or Expression with resultType string).
      • folderPath

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> folderPath()
        Returns:
        Specify the folder path of dataset. Type: string (or Expression with resultType string)
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of dataset storage location. Expected value is 'GoogleCloudStorageLocation'.
      • version

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> version()
        Returns:
        Specify the version of Google Cloud Storage. Type: string (or Expression with resultType string).