Class ImpalaLinkedServiceResponse
- java.lang.Object
-
- com.pulumi.azurenative.datafactory.outputs.ImpalaLinkedServiceResponse
-
public final class ImpalaLinkedServiceResponse extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ImpalaLinkedServiceResponse.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<java.lang.Object>
allowHostNameCNMismatch()
java.util.Optional<java.lang.Object>
allowSelfSignedServerCert()
java.util.List<java.lang.Object>
annotations()
java.lang.String
authenticationType()
static ImpalaLinkedServiceResponse.Builder
builder()
static ImpalaLinkedServiceResponse.Builder
builder(ImpalaLinkedServiceResponse defaults)
java.util.Optional<IntegrationRuntimeReferenceResponse>
connectVia()
java.util.Optional<java.lang.String>
description()
java.util.Optional<java.lang.Object>
enableSsl()
java.util.Optional<java.lang.Object>
encryptedCredential()
java.lang.Object
host()
java.util.Map<java.lang.String,ParameterSpecificationResponse>
parameters()
java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>>
password()
java.util.Optional<java.lang.Object>
port()
java.util.Optional<java.lang.Object>
trustedCertPath()
java.lang.String
type()
java.util.Optional<java.lang.Object>
username()
java.util.Optional<java.lang.Object>
useSystemTrustStore()
-
-
-
Method Detail
-
allowHostNameCNMismatch
public java.util.Optional<java.lang.Object> allowHostNameCNMismatch()
- Returns:
- Specifies whether to require a CA-issued SSL certificate name to match the host name of the server when connecting over SSL. The default value is false.
-
allowSelfSignedServerCert
public java.util.Optional<java.lang.Object> allowSelfSignedServerCert()
- Returns:
- Specifies whether to allow self-signed certificates from the server. The default value is false.
-
annotations
public java.util.List<java.lang.Object> annotations()
- Returns:
- List of tags that can be used for describing the linked service.
-
authenticationType
public java.lang.String authenticationType()
- Returns:
- The authentication type to use.
-
connectVia
public java.util.Optional<IntegrationRuntimeReferenceResponse> connectVia()
- Returns:
- The integration runtime reference.
-
description
public java.util.Optional<java.lang.String> description()
- Returns:
- Linked service description.
-
enableSsl
public java.util.Optional<java.lang.Object> enableSsl()
- Returns:
- Specifies whether the connections to the server are encrypted using SSL. The default value is false.
-
encryptedCredential
public java.util.Optional<java.lang.Object> encryptedCredential()
- Returns:
- The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
-
host
public java.lang.Object host()
- Returns:
- The IP address or host name of the Impala server. (i.e. 192.168.222.160)
-
parameters
public java.util.Map<java.lang.String,ParameterSpecificationResponse> parameters()
- Returns:
- Parameters for linked service.
-
password
public java.util.Optional<com.pulumi.core.Either<AzureKeyVaultSecretReferenceResponse,SecureStringResponse>> password()
- Returns:
- The password corresponding to the user name when using UsernameAndPassword.
-
port
public java.util.Optional<java.lang.Object> port()
- Returns:
- The TCP port that the Impala server uses to listen for client connections. The default value is 21050.
-
trustedCertPath
public java.util.Optional<java.lang.Object> trustedCertPath()
- Returns:
- The full path of the .pem file containing trusted CA certificates for verifying the server when connecting over SSL. This property can only be set when using SSL on self-hosted IR. The default value is the cacerts.pem file installed with the IR.
-
type
public java.lang.String type()
- Returns:
- Type of linked service. Expected value is 'Impala'.
-
useSystemTrustStore
public java.util.Optional<java.lang.Object> useSystemTrustStore()
- Returns:
- Specifies whether to use a CA certificate from the system trust store or from a specified PEM file. The default value is false.
-
username
public java.util.Optional<java.lang.Object> username()
- Returns:
- The user name used to access the Impala server. The default value is anonymous when using SASLUsername.
-
builder
public static ImpalaLinkedServiceResponse.Builder builder()
-
builder
public static ImpalaLinkedServiceResponse.Builder builder(ImpalaLinkedServiceResponse defaults)
-
-