Class Db2TableDatasetArgs


  • public final class Db2TableDatasetArgs
    extends com.pulumi.resources.ResourceArgs
    The Db2 table dataset.
    • Method Detail

      • 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.
      • parameters

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​ParameterSpecificationArgs>>> parameters()
        Returns:
        Parameters for dataset.
      • 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.
      • table

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> table()
        Returns:
        The Db2 table name. Type: string (or Expression with resultType string).
      • tableName

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> tableName()
        Returns:
        This property will be retired. Please consider using schema + table properties instead.
      • type

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