Class MongoDbLinkedServiceArgs


  • public final class MongoDbLinkedServiceArgs
    extends com.pulumi.resources.ResourceArgs
    Linked service for MongoDb data source.
    • Method Detail

      • allowSelfSignedServerCert

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> allowSelfSignedServerCert()
        Returns:
        Specifies whether to allow self-signed certificates from the server. The default value is false. Type: boolean (or Expression with resultType boolean).
      • 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 linked service.
      • authSource

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> authSource()
        Returns:
        Database to verify the username and password. Type: string (or Expression with resultType string).
      • authenticationType

        public java.util.Optional<com.pulumi.core.Output<com.pulumi.core.Either<java.lang.String,​MongoDbAuthenticationType>>> authenticationType()
        Returns:
        The authentication type to be used to connect to the MongoDB database.
      • databaseName

        public com.pulumi.core.Output<java.lang.Object> databaseName()
        Returns:
        The name of the MongoDB database that you want to access. Type: string (or Expression with resultType string).
      • description

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
        Returns:
        Linked service description.
      • enableSsl

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> enableSsl()
        Returns:
        Specifies whether the connections to the server are encrypted using SSL. The default value is false. Type: boolean (or Expression with resultType boolean).
      • encryptedCredential

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> encryptedCredential()
        Returns:
        The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
      • parameters

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

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> port()
        Returns:
        The TCP port number that the MongoDB server uses to listen for client connections. The default value is 27017. Type: integer (or Expression with resultType integer), minimum: 0.
      • server

        public com.pulumi.core.Output<java.lang.Object> server()
        Returns:
        The IP address or server name of the MongoDB server. Type: string (or Expression with resultType string).
      • type

        public com.pulumi.core.Output<java.lang.String> type()
        Returns:
        Type of linked service. Expected value is 'MongoDb'.
      • username

        public java.util.Optional<com.pulumi.core.Output<java.lang.Object>> username()
        Returns:
        Username for authentication. Type: string (or Expression with resultType string).