Class RestResourceDatasetArgs


  • public final class RestResourceDatasetArgs
    extends com.pulumi.resources.ResourceArgs
    A Rest service dataset.
    • Method Detail

      • additionalHeaders

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> additionalHeaders()
        Returns:
        The additional HTTP headers in the request to the RESTful API.
      • annotations

        public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.Object>>> annotations()
        Returns:
        List of tags that can be used for describing the Dataset.
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Dataset description.
      • folder

        public java.util.Optional<com.pulumi.core.Output<DatasetFolderArgs>> folder()
        Returns:
        The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
      • linkedServiceName

        public com.pulumi.core.Output<LinkedServiceReferenceArgs> linkedServiceName()
        Returns:
        Linked service reference.
      • paginationRules

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> paginationRules()
        Returns:
        The pagination rules to compose next page requests.
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​ParameterSpecificationArgs>>> parameters()
        Returns:
        Parameters for dataset.
      • relativeUrl

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> relativeUrl()
        Returns:
        The relative URL to the resource that the RESTful API provides. Type: string (or Expression with resultType string).
      • requestBody

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> requestBody()
        Returns:
        The HTTP request body to the RESTful API if requestMethod is POST. Type: string (or Expression with resultType string).
      • requestMethod

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> requestMethod()
        Returns:
        The HTTP method used to call the RESTful API. The default is GET. Type: string (or Expression with resultType string).
      • schema

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> schema()
        Returns:
        Columns that define the physical type schema of the dataset. Type: array (or Expression with resultType array), itemType: DatasetSchemaDataElement.
      • structure

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> structure()
        Returns:
        Columns that define the structure of the dataset. Type: array (or Expression with resultType array), itemType: DatasetDataElement.
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of dataset. Expected value is 'RestResource'.