Class MongoDbCollectionDatasetArgs


  • public final class MongoDbCollectionDatasetArgs
    extends com.pulumi.resources.ResourceArgs
    The MongoDB database 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.
      • collectionName

        public com.pulumi.core.Output<java.lang.Object> collectionName()
        Returns:
        The table name of the MongoDB database. Type: string (or Expression with resultType string).
      • 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.
      • type

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