This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
azure-native.hdinsight.getClusterPoolCluster
Explore with Pulumi AI
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi
Gets a HDInsight cluster.
Uses Azure REST API version 2024-05-01-preview.
Other available API versions: 2023-06-01-preview, 2023-11-01-preview. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native hdinsight [ApiVersion]
. See the version guide for details.
Using getClusterPoolCluster
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getClusterPoolCluster(args: GetClusterPoolClusterArgs, opts?: InvokeOptions): Promise<GetClusterPoolClusterResult>
function getClusterPoolClusterOutput(args: GetClusterPoolClusterOutputArgs, opts?: InvokeOptions): Output<GetClusterPoolClusterResult>
def get_cluster_pool_cluster(cluster_name: Optional[str] = None,
cluster_pool_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetClusterPoolClusterResult
def get_cluster_pool_cluster_output(cluster_name: Optional[pulumi.Input[str]] = None,
cluster_pool_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetClusterPoolClusterResult]
func LookupClusterPoolCluster(ctx *Context, args *LookupClusterPoolClusterArgs, opts ...InvokeOption) (*LookupClusterPoolClusterResult, error)
func LookupClusterPoolClusterOutput(ctx *Context, args *LookupClusterPoolClusterOutputArgs, opts ...InvokeOption) LookupClusterPoolClusterResultOutput
> Note: This function is named LookupClusterPoolCluster
in the Go SDK.
public static class GetClusterPoolCluster
{
public static Task<GetClusterPoolClusterResult> InvokeAsync(GetClusterPoolClusterArgs args, InvokeOptions? opts = null)
public static Output<GetClusterPoolClusterResult> Invoke(GetClusterPoolClusterInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetClusterPoolClusterResult> getClusterPoolCluster(GetClusterPoolClusterArgs args, InvokeOptions options)
public static Output<GetClusterPoolClusterResult> getClusterPoolCluster(GetClusterPoolClusterArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:hdinsight:getClusterPoolCluster
arguments:
# arguments dictionary
The following arguments are supported:
- Cluster
Name string - The name of the HDInsight cluster.
- Cluster
Pool stringName - The name of the cluster pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Cluster
Name string - The name of the HDInsight cluster.
- Cluster
Pool stringName - The name of the cluster pool.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the HDInsight cluster.
- cluster
Pool StringName - The name of the cluster pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- cluster
Name string - The name of the HDInsight cluster.
- cluster
Pool stringName - The name of the cluster pool.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- cluster_
name str - The name of the HDInsight cluster.
- cluster_
pool_ strname - The name of the cluster pool.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- cluster
Name String - The name of the HDInsight cluster.
- cluster
Pool StringName - The name of the cluster pool.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getClusterPoolCluster Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Cluster
Profile Pulumi.Azure Native. HDInsight. Outputs. Cluster Profile Response - Cluster profile.
- Cluster
Type string - The type of cluster.
- Compute
Profile Pulumi.Azure Native. HDInsight. Outputs. Cluster Pool Compute Profile Response - The compute profile.
- Deployment
Id string - A unique id generated by the RP to identify the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- Status string
- Business status of the resource.
- System
Data Pulumi.Azure Native. HDInsight. Outputs. System Data Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Dictionary<string, string>
- Resource tags.
- Azure
Api stringVersion - The Azure API version of the resource.
- Cluster
Profile ClusterProfile Response - Cluster profile.
- Cluster
Type string - The type of cluster.
- Compute
Profile ClusterPool Compute Profile Response - The compute profile.
- Deployment
Id string - A unique id generated by the RP to identify the resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Location string
- The geo-location where the resource lives
- Name string
- The name of the resource
- Provisioning
State string - Provisioning state of the resource.
- Status string
- Business status of the resource.
- System
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- Type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- map[string]string
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- cluster
Profile ClusterProfile Response - Cluster profile.
- cluster
Type String - The type of cluster.
- compute
Profile ClusterPool Compute Profile Response - The compute profile.
- deployment
Id String - A unique id generated by the RP to identify the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- status String
- Business status of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String,String>
- Resource tags.
- azure
Api stringVersion - The Azure API version of the resource.
- cluster
Profile ClusterProfile Response - Cluster profile.
- cluster
Type string - The type of cluster.
- compute
Profile ClusterPool Compute Profile Response - The compute profile.
- deployment
Id string - A unique id generated by the RP to identify the resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location string
- The geo-location where the resource lives
- name string
- The name of the resource
- provisioning
State string - Provisioning state of the resource.
- status string
- Business status of the resource.
- system
Data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type string
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- {[key: string]: string}
- Resource tags.
- azure_
api_ strversion - The Azure API version of the resource.
- cluster_
profile ClusterProfile Response - Cluster profile.
- cluster_
type str - The type of cluster.
- compute_
profile ClusterPool Compute Profile Response - The compute profile.
- deployment_
id str - A unique id generated by the RP to identify the resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location str
- The geo-location where the resource lives
- name str
- The name of the resource
- provisioning_
state str - Provisioning state of the resource.
- status str
- Business status of the resource.
- system_
data SystemData Response - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type str
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Mapping[str, str]
- Resource tags.
- azure
Api StringVersion - The Azure API version of the resource.
- cluster
Profile Property Map - Cluster profile.
- cluster
Type String - The type of cluster.
- compute
Profile Property Map - The compute profile.
- deployment
Id String - A unique id generated by the RP to identify the resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- location String
- The geo-location where the resource lives
- name String
- The name of the resource
- provisioning
State String - Provisioning state of the resource.
- status String
- Business status of the resource.
- system
Data Property Map - Azure Resource Manager metadata containing createdBy and modifiedBy information.
- type String
- The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
- Map<String>
- Resource tags.
Supporting Types
AuthorizationProfileResponse
AutoscaleProfileResponse
- Enabled bool
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- Autoscale
Type string - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- Graceful
Decommission intTimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- Load
Based Pulumi.Config Azure Native. HDInsight. Inputs. Load Based Config Response - Profiles of load based Autoscale.
- Schedule
Based Pulumi.Config Azure Native. HDInsight. Inputs. Schedule Based Config Response - Profiles of schedule based Autoscale.
- Enabled bool
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- Autoscale
Type string - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- Graceful
Decommission intTimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- Load
Based LoadConfig Based Config Response - Profiles of load based Autoscale.
- Schedule
Based ScheduleConfig Based Config Response - Profiles of schedule based Autoscale.
- enabled Boolean
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- autoscale
Type String - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- graceful
Decommission IntegerTimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- load
Based LoadConfig Based Config Response - Profiles of load based Autoscale.
- schedule
Based ScheduleConfig Based Config Response - Profiles of schedule based Autoscale.
- enabled boolean
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- autoscale
Type string - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- graceful
Decommission numberTimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- load
Based LoadConfig Based Config Response - Profiles of load based Autoscale.
- schedule
Based ScheduleConfig Based Config Response - Profiles of schedule based Autoscale.
- enabled bool
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- autoscale_
type str - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- graceful_
decommission_ inttimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- load_
based_ Loadconfig Based Config Response - Profiles of load based Autoscale.
- schedule_
based_ Scheduleconfig Based Config Response - Profiles of schedule based Autoscale.
- enabled Boolean
- This indicates whether auto scale is enabled on HDInsight on AKS cluster.
- autoscale
Type String - User to specify which type of Autoscale to be implemented - Scheduled Based or Load Based.
- graceful
Decommission NumberTimeout - This property is for graceful decommission timeout; It has a default setting of 3600 seconds before forced shutdown takes place. This is the maximal time to wait for running containers and applications to complete before transition a DECOMMISSIONING node into DECOMMISSIONED. The default value is 3600 seconds. Negative value (like -1) is handled as infinite timeout.
- load
Based Property MapConfig - Profiles of load based Autoscale.
- schedule
Based Property MapConfig - Profiles of schedule based Autoscale.
CatalogOptionsResponse
- Hive
List<Pulumi.
Azure Native. HDInsight. Inputs. Hive Catalog Option Response> - hive catalog options.
- Hive
[]Hive
Catalog Option Response - hive catalog options.
- hive
List<Hive
Catalog Option Response> - hive catalog options.
- hive
Hive
Catalog Option Response[] - hive catalog options.
- hive
Sequence[Hive
Catalog Option Response] - hive catalog options.
- hive List<Property Map>
- hive catalog options.
ClusterAccessProfileResponse
- Enable
Internal boolIngress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- Private
Link stringService Id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
- Enable
Internal boolIngress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- Private
Link stringService Id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
- enable
Internal BooleanIngress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- private
Link StringService Id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
- enable
Internal booleanIngress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- private
Link stringService Id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
- enable_
internal_ boolingress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- private_
link_ strservice_ id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
- enable
Internal BooleanIngress - Whether to create cluster using private IP instead of public IP. This property must be set at create time.
- private
Link StringService Id - Private link service resource ID. Only when enableInternalIngress is true, this property will be returned.
ClusterConfigFileResponse
- File
Name string - Configuration file name.
- Content string
- Free form content of the entire configuration file.
- Encoding string
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- Path string
- Path of the config file if content is specified.
- Values Dictionary<string, string>
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
- File
Name string - Configuration file name.
- Content string
- Free form content of the entire configuration file.
- Encoding string
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- Path string
- Path of the config file if content is specified.
- Values map[string]string
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
- file
Name String - Configuration file name.
- content String
- Free form content of the entire configuration file.
- encoding String
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- path String
- Path of the config file if content is specified.
- values Map<String,String>
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
- file
Name string - Configuration file name.
- content string
- Free form content of the entire configuration file.
- encoding string
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- path string
- Path of the config file if content is specified.
- values {[key: string]: string}
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
- file_
name str - Configuration file name.
- content str
- Free form content of the entire configuration file.
- encoding str
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- path str
- Path of the config file if content is specified.
- values Mapping[str, str]
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
- file
Name String - Configuration file name.
- content String
- Free form content of the entire configuration file.
- encoding String
- This property indicates if the content is encoded and is case-insensitive. Please set the value to base64 if the content is base64 encoded. Set it to none or skip it if the content is plain text.
- path String
- Path of the config file if content is specified.
- values Map<String>
- List of key value pairs where key represents a valid service configuration name and value represents the value of the config.
ClusterLogAnalyticsApplicationLogsResponse
- Std
Error boolEnabled - True if stderror is enabled, otherwise false.
- Std
Out boolEnabled - True if stdout is enabled, otherwise false.
- Std
Error boolEnabled - True if stderror is enabled, otherwise false.
- Std
Out boolEnabled - True if stdout is enabled, otherwise false.
- std
Error BooleanEnabled - True if stderror is enabled, otherwise false.
- std
Out BooleanEnabled - True if stdout is enabled, otherwise false.
- std
Error booleanEnabled - True if stderror is enabled, otherwise false.
- std
Out booleanEnabled - True if stdout is enabled, otherwise false.
- std_
error_ boolenabled - True if stderror is enabled, otherwise false.
- std_
out_ boolenabled - True if stdout is enabled, otherwise false.
- std
Error BooleanEnabled - True if stderror is enabled, otherwise false.
- std
Out BooleanEnabled - True if stdout is enabled, otherwise false.
ClusterLogAnalyticsProfileResponse
- Enabled bool
- True if log analytics is enabled for the cluster, otherwise false.
- Application
Logs Pulumi.Azure Native. HDInsight. Inputs. Cluster Log Analytics Application Logs Response - Collection of logs to be enabled or disabled for log analytics.
- Metrics
Enabled bool - True if metrics are enabled, otherwise false.
- Enabled bool
- True if log analytics is enabled for the cluster, otherwise false.
- Application
Logs ClusterLog Analytics Application Logs Response - Collection of logs to be enabled or disabled for log analytics.
- Metrics
Enabled bool - True if metrics are enabled, otherwise false.
- enabled Boolean
- True if log analytics is enabled for the cluster, otherwise false.
- application
Logs ClusterLog Analytics Application Logs Response - Collection of logs to be enabled or disabled for log analytics.
- metrics
Enabled Boolean - True if metrics are enabled, otherwise false.
- enabled boolean
- True if log analytics is enabled for the cluster, otherwise false.
- application
Logs ClusterLog Analytics Application Logs Response - Collection of logs to be enabled or disabled for log analytics.
- metrics
Enabled boolean - True if metrics are enabled, otherwise false.
- enabled bool
- True if log analytics is enabled for the cluster, otherwise false.
- application_
logs ClusterLog Analytics Application Logs Response - Collection of logs to be enabled or disabled for log analytics.
- metrics_
enabled bool - True if metrics are enabled, otherwise false.
- enabled Boolean
- True if log analytics is enabled for the cluster, otherwise false.
- application
Logs Property Map - Collection of logs to be enabled or disabled for log analytics.
- metrics
Enabled Boolean - True if metrics are enabled, otherwise false.
ClusterPoolComputeProfileResponse
- Nodes
List<Pulumi.
Azure Native. HDInsight. Inputs. Node Profile Response> - The nodes definitions.
- Availability
Zones List<string> - The list of Availability zones to use for AKS VMSS nodes.
- Nodes
[]Node
Profile Response - The nodes definitions.
- Availability
Zones []string - The list of Availability zones to use for AKS VMSS nodes.
- nodes
List<Node
Profile Response> - The nodes definitions.
- availability
Zones List<String> - The list of Availability zones to use for AKS VMSS nodes.
- nodes
Node
Profile Response[] - The nodes definitions.
- availability
Zones string[] - The list of Availability zones to use for AKS VMSS nodes.
- nodes
Sequence[Node
Profile Response] - The nodes definitions.
- availability_
zones Sequence[str] - The list of Availability zones to use for AKS VMSS nodes.
- nodes List<Property Map>
- The nodes definitions.
- availability
Zones List<String> - The list of Availability zones to use for AKS VMSS nodes.
ClusterPoolSshProfileResponse
- count int
- Number of ssh pods per cluster.
- pod_
prefix str - Prefix of the pod names. Pod number will be appended to the prefix. The ingress URLs for the pods will be available at //-
- vm_
size str - The virtual machine SKU.
ClusterProfileResponse
- Pulumi.
Azure Native. HDInsight. Inputs. Authorization Profile Response - Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- Cluster
Version string - Version with 3/4 part.
- Components
List<Pulumi.
Azure Native. HDInsight. Inputs. Cluster Profile Response Components> - Component list of this cluster type and version.
- Connectivity
Profile Pulumi.Azure Native. HDInsight. Inputs. Connectivity Profile Response - Cluster connectivity profile.
- Oss
Version string - Version with three part.
- Autoscale
Profile Pulumi.Azure Native. HDInsight. Inputs. Autoscale Profile Response - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- Cluster
Access Pulumi.Profile Azure Native. HDInsight. Inputs. Cluster Access Profile Response - Cluster access profile.
- Flink
Profile Pulumi.Azure Native. HDInsight. Inputs. Flink Profile Response - The Flink cluster profile.
- Identity
Profile Pulumi.Azure Native. HDInsight. Inputs. Identity Profile Response - This is deprecated. Please use managed identity profile instead.
- Kafka
Profile Pulumi.Azure Native. HDInsight. Inputs. Kafka Profile Response - The Kafka cluster profile.
- Llap
Profile object - LLAP cluster profile.
- Log
Analytics Pulumi.Profile Azure Native. HDInsight. Inputs. Cluster Log Analytics Profile Response - Cluster log analytics profile to enable or disable OMS agent for cluster.
- Managed
Identity Pulumi.Profile Azure Native. HDInsight. Inputs. Managed Identity Profile Response - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- Prometheus
Profile Pulumi.Azure Native. HDInsight. Inputs. Cluster Prometheus Profile Response - Cluster Prometheus profile.
- Ranger
Plugin Pulumi.Profile Azure Native. HDInsight. Inputs. Cluster Ranger Plugin Profile Response - Cluster Ranger plugin profile.
- Ranger
Profile Pulumi.Azure Native. HDInsight. Inputs. Ranger Profile Response - The ranger cluster profile.
- Script
Action List<Pulumi.Profiles Azure Native. HDInsight. Inputs. Script Action Profile Response> - The script action profile list.
- Secrets
Profile Pulumi.Azure Native. HDInsight. Inputs. Secrets Profile Response - The cluster secret profile.
- Service
Configs List<Pulumi.Profiles Azure Native. HDInsight. Inputs. Cluster Service Configs Profile Response> - The service configs profiles.
- Spark
Profile Pulumi.Azure Native. HDInsight. Inputs. Spark Profile Response - The spark cluster profile.
- Ssh
Profile Pulumi.Azure Native. HDInsight. Inputs. Cluster Pool Ssh Profile Response - Ssh profile for the cluster.
- Stub
Profile object - Stub cluster profile.
- Trino
Profile Pulumi.Azure Native. HDInsight. Inputs. Trino Profile Response - Trino Cluster profile.
- Authorization
Profile Response - Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- Cluster
Version string - Version with 3/4 part.
- Components
[]Cluster
Profile Response Components - Component list of this cluster type and version.
- Connectivity
Profile ConnectivityProfile Response - Cluster connectivity profile.
- Oss
Version string - Version with three part.
- Autoscale
Profile AutoscaleProfile Response - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- Cluster
Access ClusterProfile Access Profile Response - Cluster access profile.
- Flink
Profile FlinkProfile Response - The Flink cluster profile.
- Identity
Profile IdentityProfile Response - This is deprecated. Please use managed identity profile instead.
- Kafka
Profile KafkaProfile Response - The Kafka cluster profile.
- Llap
Profile interface{} - LLAP cluster profile.
- Log
Analytics ClusterProfile Log Analytics Profile Response - Cluster log analytics profile to enable or disable OMS agent for cluster.
- Managed
Identity ManagedProfile Identity Profile Response - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- Prometheus
Profile ClusterPrometheus Profile Response - Cluster Prometheus profile.
- Ranger
Plugin ClusterProfile Ranger Plugin Profile Response - Cluster Ranger plugin profile.
- Ranger
Profile RangerProfile Response - The ranger cluster profile.
- Script
Action []ScriptProfiles Action Profile Response - The script action profile list.
- Secrets
Profile SecretsProfile Response - The cluster secret profile.
- Service
Configs []ClusterProfiles Service Configs Profile Response - The service configs profiles.
- Spark
Profile SparkProfile Response - The spark cluster profile.
- Ssh
Profile ClusterPool Ssh Profile Response - Ssh profile for the cluster.
- Stub
Profile interface{} - Stub cluster profile.
- Trino
Profile TrinoProfile Response - Trino Cluster profile.
- Authorization
Profile Response - Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- cluster
Version String - Version with 3/4 part.
- components
List<Cluster
Profile Response Components> - Component list of this cluster type and version.
- connectivity
Profile ConnectivityProfile Response - Cluster connectivity profile.
- oss
Version String - Version with three part.
- autoscale
Profile AutoscaleProfile Response - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- cluster
Access ClusterProfile Access Profile Response - Cluster access profile.
- flink
Profile FlinkProfile Response - The Flink cluster profile.
- identity
Profile IdentityProfile Response - This is deprecated. Please use managed identity profile instead.
- kafka
Profile KafkaProfile Response - The Kafka cluster profile.
- llap
Profile Object - LLAP cluster profile.
- log
Analytics ClusterProfile Log Analytics Profile Response - Cluster log analytics profile to enable or disable OMS agent for cluster.
- managed
Identity ManagedProfile Identity Profile Response - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- prometheus
Profile ClusterPrometheus Profile Response - Cluster Prometheus profile.
- ranger
Plugin ClusterProfile Ranger Plugin Profile Response - Cluster Ranger plugin profile.
- ranger
Profile RangerProfile Response - The ranger cluster profile.
- script
Action List<ScriptProfiles Action Profile Response> - The script action profile list.
- secrets
Profile SecretsProfile Response - The cluster secret profile.
- service
Configs List<ClusterProfiles Service Configs Profile Response> - The service configs profiles.
- spark
Profile SparkProfile Response - The spark cluster profile.
- ssh
Profile ClusterPool Ssh Profile Response - Ssh profile for the cluster.
- stub
Profile Object - Stub cluster profile.
- trino
Profile TrinoProfile Response - Trino Cluster profile.
- Authorization
Profile Response - Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- cluster
Version string - Version with 3/4 part.
- components
Cluster
Profile Response Components[] - Component list of this cluster type and version.
- connectivity
Profile ConnectivityProfile Response - Cluster connectivity profile.
- oss
Version string - Version with three part.
- autoscale
Profile AutoscaleProfile Response - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- cluster
Access ClusterProfile Access Profile Response - Cluster access profile.
- flink
Profile FlinkProfile Response - The Flink cluster profile.
- identity
Profile IdentityProfile Response - This is deprecated. Please use managed identity profile instead.
- kafka
Profile KafkaProfile Response - The Kafka cluster profile.
- llap
Profile any - LLAP cluster profile.
- log
Analytics ClusterProfile Log Analytics Profile Response - Cluster log analytics profile to enable or disable OMS agent for cluster.
- managed
Identity ManagedProfile Identity Profile Response - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- prometheus
Profile ClusterPrometheus Profile Response - Cluster Prometheus profile.
- ranger
Plugin ClusterProfile Ranger Plugin Profile Response - Cluster Ranger plugin profile.
- ranger
Profile RangerProfile Response - The ranger cluster profile.
- script
Action ScriptProfiles Action Profile Response[] - The script action profile list.
- secrets
Profile SecretsProfile Response - The cluster secret profile.
- service
Configs ClusterProfiles Service Configs Profile Response[] - The service configs profiles.
- spark
Profile SparkProfile Response - The spark cluster profile.
- ssh
Profile ClusterPool Ssh Profile Response - Ssh profile for the cluster.
- stub
Profile any - Stub cluster profile.
- trino
Profile TrinoProfile Response - Trino Cluster profile.
- Authorization
Profile Response - Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- cluster_
version str - Version with 3/4 part.
- components
Sequence[Cluster
Profile Response Components] - Component list of this cluster type and version.
- connectivity_
profile ConnectivityProfile Response - Cluster connectivity profile.
- oss_
version str - Version with three part.
- autoscale_
profile AutoscaleProfile Response - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- cluster_
access_ Clusterprofile Access Profile Response - Cluster access profile.
- flink_
profile FlinkProfile Response - The Flink cluster profile.
- identity_
profile IdentityProfile Response - This is deprecated. Please use managed identity profile instead.
- kafka_
profile KafkaProfile Response - The Kafka cluster profile.
- llap_
profile Any - LLAP cluster profile.
- log_
analytics_ Clusterprofile Log Analytics Profile Response - Cluster log analytics profile to enable or disable OMS agent for cluster.
- managed_
identity_ Managedprofile Identity Profile Response - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- prometheus_
profile ClusterPrometheus Profile Response - Cluster Prometheus profile.
- ranger_
plugin_ Clusterprofile Ranger Plugin Profile Response - Cluster Ranger plugin profile.
- ranger_
profile RangerProfile Response - The ranger cluster profile.
- script_
action_ Sequence[Scriptprofiles Action Profile Response] - The script action profile list.
- secrets_
profile SecretsProfile Response - The cluster secret profile.
- service_
configs_ Sequence[Clusterprofiles Service Configs Profile Response] - The service configs profiles.
- spark_
profile SparkProfile Response - The spark cluster profile.
- ssh_
profile ClusterPool Ssh Profile Response - Ssh profile for the cluster.
- stub_
profile Any - Stub cluster profile.
- trino_
profile TrinoProfile Response - Trino Cluster profile.
- Property Map
- Authorization profile with details of AAD user Ids and group Ids authorized for data plane access.
- cluster
Version String - Version with 3/4 part.
- components List<Property Map>
- Component list of this cluster type and version.
- connectivity
Profile Property Map - Cluster connectivity profile.
- oss
Version String - Version with three part.
- autoscale
Profile Property Map - This is the Autoscale profile for the cluster. This will allow customer to create cluster enabled with Autoscale.
- cluster
Access Property MapProfile - Cluster access profile.
- flink
Profile Property Map - The Flink cluster profile.
- identity
Profile Property Map - This is deprecated. Please use managed identity profile instead.
- kafka
Profile Property Map - The Kafka cluster profile.
- llap
Profile Any - LLAP cluster profile.
- log
Analytics Property MapProfile - Cluster log analytics profile to enable or disable OMS agent for cluster.
- managed
Identity Property MapProfile - This property is required by Trino, Spark and Flink cluster but is optional for Kafka cluster.
- prometheus
Profile Property Map - Cluster Prometheus profile.
- ranger
Plugin Property MapProfile - Cluster Ranger plugin profile.
- ranger
Profile Property Map - The ranger cluster profile.
- script
Action List<Property Map>Profiles - The script action profile list.
- secrets
Profile Property Map - The cluster secret profile.
- service
Configs List<Property Map>Profiles - The service configs profiles.
- spark
Profile Property Map - The spark cluster profile.
- ssh
Profile Property Map - Ssh profile for the cluster.
- stub
Profile Any - Stub cluster profile.
- trino
Profile Property Map - Trino Cluster profile.
ClusterProfileResponseComponents
ClusterPrometheusProfileResponse
- Enabled bool
- Enable Prometheus for cluster or not.
- Enabled bool
- Enable Prometheus for cluster or not.
- enabled Boolean
- Enable Prometheus for cluster or not.
- enabled boolean
- Enable Prometheus for cluster or not.
- enabled bool
- Enable Prometheus for cluster or not.
- enabled Boolean
- Enable Prometheus for cluster or not.
ClusterRangerPluginProfileResponse
- Enabled bool
- Enable Ranger for cluster or not.
- Enabled bool
- Enable Ranger for cluster or not.
- enabled Boolean
- Enable Ranger for cluster or not.
- enabled boolean
- Enable Ranger for cluster or not.
- enabled bool
- Enable Ranger for cluster or not.
- enabled Boolean
- Enable Ranger for cluster or not.
ClusterServiceConfigResponse
- Component string
- Name of the component the config files should apply to.
- Files
List<Pulumi.
Azure Native. HDInsight. Inputs. Cluster Config File Response> - List of Config Files.
- Component string
- Name of the component the config files should apply to.
- Files
[]Cluster
Config File Response - List of Config Files.
- component String
- Name of the component the config files should apply to.
- files
List<Cluster
Config File Response> - List of Config Files.
- component string
- Name of the component the config files should apply to.
- files
Cluster
Config File Response[] - List of Config Files.
- component str
- Name of the component the config files should apply to.
- files
Sequence[Cluster
Config File Response] - List of Config Files.
- component String
- Name of the component the config files should apply to.
- files List<Property Map>
- List of Config Files.
ClusterServiceConfigsProfileResponse
- Configs
List<Pulumi.
Azure Native. HDInsight. Inputs. Cluster Service Config Response> - List of service configs.
- Service
Name string - Name of the service the configurations should apply to.
- Configs
[]Cluster
Service Config Response - List of service configs.
- Service
Name string - Name of the service the configurations should apply to.
- configs
List<Cluster
Service Config Response> - List of service configs.
- service
Name String - Name of the service the configurations should apply to.
- configs
Cluster
Service Config Response[] - List of service configs.
- service
Name string - Name of the service the configurations should apply to.
- configs
Sequence[Cluster
Service Config Response] - List of service configs.
- service_
name str - Name of the service the configurations should apply to.
- configs List<Property Map>
- List of service configs.
- service
Name String - Name of the service the configurations should apply to.
ComparisonRuleResponse
ComputeResourceDefinitionResponse
ConnectivityProfileResponse
- Web
Pulumi.
Azure Native. HDInsight. Inputs. Connectivity Profile Response Web - Web connectivity endpoint details.
- Ssh
List<Pulumi.
Azure Native. HDInsight. Inputs. Ssh Connectivity Endpoint Response> - List of SSH connectivity endpoints.
- Web
Connectivity
Profile Response Web - Web connectivity endpoint details.
- Ssh
[]Ssh
Connectivity Endpoint Response - List of SSH connectivity endpoints.
- web
Connectivity
Profile Response Web - Web connectivity endpoint details.
- ssh
List<Ssh
Connectivity Endpoint Response> - List of SSH connectivity endpoints.
- web
Connectivity
Profile Response Web - Web connectivity endpoint details.
- ssh
Ssh
Connectivity Endpoint Response[] - List of SSH connectivity endpoints.
- web
Connectivity
Profile Response Web - Web connectivity endpoint details.
- ssh
Sequence[Ssh
Connectivity Endpoint Response] - List of SSH connectivity endpoints.
- web Property Map
- Web connectivity endpoint details.
- ssh List<Property Map>
- List of SSH connectivity endpoints.
ConnectivityProfileResponseWeb
- Fqdn string
- Web connectivity endpoint.
- Private
Fqdn string - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- Fqdn string
- Web connectivity endpoint.
- Private
Fqdn string - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- fqdn String
- Web connectivity endpoint.
- private
Fqdn String - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- fqdn string
- Web connectivity endpoint.
- private
Fqdn string - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- fqdn str
- Web connectivity endpoint.
- private_
fqdn str - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- fqdn String
- Web connectivity endpoint.
- private
Fqdn String - Private web connectivity endpoint. This property will only be returned when enableInternalIngress is true.
DiskStorageProfileResponse
- Data
Disk intSize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- Data
Disk stringType - Managed Disk Type.
- Data
Disk intSize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- Data
Disk stringType - Managed Disk Type.
- data
Disk IntegerSize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- data
Disk StringType - Managed Disk Type.
- data
Disk numberSize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- data
Disk stringType - Managed Disk Type.
- data_
disk_ intsize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- data_
disk_ strtype - Managed Disk Type.
- data
Disk NumberSize - Managed Disk size in GB. The maximum supported disk size for Standard and Premium HDD/SSD is 32TB, except for Premium SSD v2, which supports up to 64TB.
- data
Disk StringType - Managed Disk Type.
FlinkCatalogOptionsResponse
- Hive
Pulumi.
Azure Native. HDInsight. Inputs. Flink Hive Catalog Option Response - Hive Catalog Option for Flink cluster.
- Hive
Flink
Hive Catalog Option Response - Hive Catalog Option for Flink cluster.
- hive
Flink
Hive Catalog Option Response - Hive Catalog Option for Flink cluster.
- hive
Flink
Hive Catalog Option Response - Hive Catalog Option for Flink cluster.
- hive
Flink
Hive Catalog Option Response - Hive Catalog Option for Flink cluster.
- hive Property Map
- Hive Catalog Option for Flink cluster.
FlinkHiveCatalogOptionResponse
- Metastore
Db stringConnection URL - Connection string for hive metastore database.
- Metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- Metastore
Db stringConnection User Name - User name for database connection.
- Metastore
Db stringConnection URL - Connection string for hive metastore database.
- Metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- Metastore
Db stringConnection User Name - User name for database connection.
- metastore
Db StringConnection URL - Connection string for hive metastore database.
- metastore
Db StringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db StringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db StringConnection User Name - User name for database connection.
- metastore
Db stringConnection URL - Connection string for hive metastore database.
- metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db stringConnection User Name - User name for database connection.
- metastore_
db_ strconnection_ url - Connection string for hive metastore database.
- metastore_
db_ strconnection_ authentication_ mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore_
db_ strconnection_ password_ secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore_
db_ strconnection_ user_ name - User name for database connection.
- metastore
Db StringConnection URL - Connection string for hive metastore database.
- metastore
Db StringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db StringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db StringConnection User Name - User name for database connection.
FlinkJobProfileResponse
- Jar
Name string - A string property that represents the name of the job JAR.
- Job
Jar stringDirectory - A string property that specifies the directory where the job JAR is located.
- Upgrade
Mode string - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- Args string
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- Entry
Class string - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- Save
Point stringName - A string property that represents the name of the savepoint for the Flink job
- Jar
Name string - A string property that represents the name of the job JAR.
- Job
Jar stringDirectory - A string property that specifies the directory where the job JAR is located.
- Upgrade
Mode string - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- Args string
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- Entry
Class string - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- Save
Point stringName - A string property that represents the name of the savepoint for the Flink job
- jar
Name String - A string property that represents the name of the job JAR.
- job
Jar StringDirectory - A string property that specifies the directory where the job JAR is located.
- upgrade
Mode String - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- args String
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- entry
Class String - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- save
Point StringName - A string property that represents the name of the savepoint for the Flink job
- jar
Name string - A string property that represents the name of the job JAR.
- job
Jar stringDirectory - A string property that specifies the directory where the job JAR is located.
- upgrade
Mode string - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- args string
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- entry
Class string - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- save
Point stringName - A string property that represents the name of the savepoint for the Flink job
- jar_
name str - A string property that represents the name of the job JAR.
- job_
jar_ strdirectory - A string property that specifies the directory where the job JAR is located.
- upgrade_
mode str - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- args str
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- entry_
class str - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- save_
point_ strname - A string property that represents the name of the savepoint for the Flink job
- jar
Name String - A string property that represents the name of the job JAR.
- job
Jar StringDirectory - A string property that specifies the directory where the job JAR is located.
- upgrade
Mode String - A string property that indicates the upgrade mode to be performed on the Flink job. It can have one of the following enum values => STATELESS_UPDATE, UPDATE, LAST_STATE_UPDATE.
- args String
- A string property representing additional JVM arguments for the Flink job. It should be space separated value.
- entry
Class String - A string property that specifies the entry class for the Flink job. If not specified, the entry point is auto-detected from the flink job jar package.
- save
Point StringName - A string property that represents the name of the savepoint for the Flink job
FlinkProfileResponse
- Job
Manager Pulumi.Azure Native. HDInsight. Inputs. Compute Resource Definition Response - Job Manager container/ process CPU and memory requirements
- Storage
Pulumi.
Azure Native. HDInsight. Inputs. Flink Storage Profile Response - The storage profile
- Task
Manager Pulumi.Azure Native. HDInsight. Inputs. Compute Resource Definition Response - Task Manager container/ process CPU and memory requirements
- Catalog
Options Pulumi.Azure Native. HDInsight. Inputs. Flink Catalog Options Response - Flink cluster catalog options.
- Deployment
Mode string - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- History
Server Pulumi.Azure Native. HDInsight. Inputs. Compute Resource Definition Response - History Server container/ process CPU and memory requirements
- Job
Spec Pulumi.Azure Native. HDInsight. Inputs. Flink Job Profile Response - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- Num
Replicas int - The number of task managers.
- Job
Manager ComputeResource Definition Response - Job Manager container/ process CPU and memory requirements
- Storage
Flink
Storage Profile Response - The storage profile
- Task
Manager ComputeResource Definition Response - Task Manager container/ process CPU and memory requirements
- Catalog
Options FlinkCatalog Options Response - Flink cluster catalog options.
- Deployment
Mode string - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- History
Server ComputeResource Definition Response - History Server container/ process CPU and memory requirements
- Job
Spec FlinkJob Profile Response - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- Num
Replicas int - The number of task managers.
- job
Manager ComputeResource Definition Response - Job Manager container/ process CPU and memory requirements
- storage
Flink
Storage Profile Response - The storage profile
- task
Manager ComputeResource Definition Response - Task Manager container/ process CPU and memory requirements
- catalog
Options FlinkCatalog Options Response - Flink cluster catalog options.
- deployment
Mode String - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- history
Server ComputeResource Definition Response - History Server container/ process CPU and memory requirements
- job
Spec FlinkJob Profile Response - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- num
Replicas Integer - The number of task managers.
- job
Manager ComputeResource Definition Response - Job Manager container/ process CPU and memory requirements
- storage
Flink
Storage Profile Response - The storage profile
- task
Manager ComputeResource Definition Response - Task Manager container/ process CPU and memory requirements
- catalog
Options FlinkCatalog Options Response - Flink cluster catalog options.
- deployment
Mode string - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- history
Server ComputeResource Definition Response - History Server container/ process CPU and memory requirements
- job
Spec FlinkJob Profile Response - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- num
Replicas number - The number of task managers.
- job_
manager ComputeResource Definition Response - Job Manager container/ process CPU and memory requirements
- storage
Flink
Storage Profile Response - The storage profile
- task_
manager ComputeResource Definition Response - Task Manager container/ process CPU and memory requirements
- catalog_
options FlinkCatalog Options Response - Flink cluster catalog options.
- deployment_
mode str - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- history_
server ComputeResource Definition Response - History Server container/ process CPU and memory requirements
- job_
spec FlinkJob Profile Response - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- num_
replicas int - The number of task managers.
- job
Manager Property Map - Job Manager container/ process CPU and memory requirements
- storage Property Map
- The storage profile
- task
Manager Property Map - Task Manager container/ process CPU and memory requirements
- catalog
Options Property Map - Flink cluster catalog options.
- deployment
Mode String - A string property that indicates the deployment mode of Flink cluster. It can have one of the following enum values => Application, Session. Default value is Session
- history
Server Property Map - History Server container/ process CPU and memory requirements
- job
Spec Property Map - Job specifications for flink clusters in application deployment mode. The specification is immutable even if job properties are changed by calling the RunJob API, please use the ListJob API to get the latest job information.
- num
Replicas Number - The number of task managers.
FlinkStorageProfileResponse
- Storage
Uri string - Storage account uri which is used for savepoint and checkpoint state.
- Storagekey string
- Storage key is only required for wasb(s) storage.
- Storage
Uri string - Storage account uri which is used for savepoint and checkpoint state.
- Storagekey string
- Storage key is only required for wasb(s) storage.
- storage
Uri String - Storage account uri which is used for savepoint and checkpoint state.
- storagekey String
- Storage key is only required for wasb(s) storage.
- storage
Uri string - Storage account uri which is used for savepoint and checkpoint state.
- storagekey string
- Storage key is only required for wasb(s) storage.
- storage_
uri str - Storage account uri which is used for savepoint and checkpoint state.
- storagekey str
- Storage key is only required for wasb(s) storage.
- storage
Uri String - Storage account uri which is used for savepoint and checkpoint state.
- storagekey String
- Storage key is only required for wasb(s) storage.
HiveCatalogOptionResponse
- Catalog
Name string - Name of trino catalog which should use specified hive metastore.
- Metastore
Db stringConnection URL - Connection string for hive metastore database.
- Metastore
Warehouse stringDir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- Metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- Metastore
Db stringConnection User Name - User name for database connection.
- Catalog
Name string - Name of trino catalog which should use specified hive metastore.
- Metastore
Db stringConnection URL - Connection string for hive metastore database.
- Metastore
Warehouse stringDir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- Metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- Metastore
Db stringConnection User Name - User name for database connection.
- catalog
Name String - Name of trino catalog which should use specified hive metastore.
- metastore
Db StringConnection URL - Connection string for hive metastore database.
- metastore
Warehouse StringDir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- metastore
Db StringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db StringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db StringConnection User Name - User name for database connection.
- catalog
Name string - Name of trino catalog which should use specified hive metastore.
- metastore
Db stringConnection URL - Connection string for hive metastore database.
- metastore
Warehouse stringDir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- metastore
Db stringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db stringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db stringConnection User Name - User name for database connection.
- catalog_
name str - Name of trino catalog which should use specified hive metastore.
- metastore_
db_ strconnection_ url - Connection string for hive metastore database.
- metastore_
warehouse_ strdir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- metastore_
db_ strconnection_ authentication_ mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore_
db_ strconnection_ password_ secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore_
db_ strconnection_ user_ name - User name for database connection.
- catalog
Name String - Name of trino catalog which should use specified hive metastore.
- metastore
Db StringConnection URL - Connection string for hive metastore database.
- metastore
Warehouse StringDir - Metastore root directory URI, format: abfs[s]://@<account_name>.dfs.core.windows.net/. More details: https://docs.microsoft.com/en-us/azure/storage/blobs/data-lake-storage-introduction-abfs-uri
- metastore
Db StringConnection Authentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- metastore
Db StringConnection Password Secret - Secret reference name from secretsProfile.secrets containing password for database connection.
- metastore
Db StringConnection User Name - User name for database connection.
IdentityProfileResponse
- Msi
Client stringId - ClientId of the MSI.
- Msi
Object stringId - ObjectId of the MSI.
- Msi
Resource stringId - ResourceId of the MSI.
- Msi
Client stringId - ClientId of the MSI.
- Msi
Object stringId - ObjectId of the MSI.
- Msi
Resource stringId - ResourceId of the MSI.
- msi
Client StringId - ClientId of the MSI.
- msi
Object StringId - ObjectId of the MSI.
- msi
Resource StringId - ResourceId of the MSI.
- msi
Client stringId - ClientId of the MSI.
- msi
Object stringId - ObjectId of the MSI.
- msi
Resource stringId - ResourceId of the MSI.
- msi_
client_ strid - ClientId of the MSI.
- msi_
object_ strid - ObjectId of the MSI.
- msi_
resource_ strid - ResourceId of the MSI.
- msi
Client StringId - ClientId of the MSI.
- msi
Object StringId - ObjectId of the MSI.
- msi
Resource StringId - ResourceId of the MSI.
KafkaConnectivityEndpointsResponse
- Bootstrap
Server stringEndpoint - bootstrap server connectivity endpoint.
- Broker
Endpoints List<string> - Kafka broker endpoint list.
- Bootstrap
Server stringEndpoint - bootstrap server connectivity endpoint.
- Broker
Endpoints []string - Kafka broker endpoint list.
- bootstrap
Server StringEndpoint - bootstrap server connectivity endpoint.
- broker
Endpoints List<String> - Kafka broker endpoint list.
- bootstrap
Server stringEndpoint - bootstrap server connectivity endpoint.
- broker
Endpoints string[] - Kafka broker endpoint list.
- bootstrap_
server_ strendpoint - bootstrap server connectivity endpoint.
- broker_
endpoints Sequence[str] - Kafka broker endpoint list.
- bootstrap
Server StringEndpoint - bootstrap server connectivity endpoint.
- broker
Endpoints List<String> - Kafka broker endpoint list.
KafkaProfileResponse
- Connectivity
Endpoints Pulumi.Azure Native. HDInsight. Inputs. Kafka Connectivity Endpoints Response - Kafka bootstrap server and brokers related connectivity endpoints.
- Disk
Storage Pulumi.Azure Native. HDInsight. Inputs. Disk Storage Profile Response - Kafka disk storage profile.
- Enable
KRaft bool - Expose Kafka cluster in KRaft mode.
- Enable
Public boolEndpoints - Expose worker nodes as public endpoints.
- Remote
Storage stringUri - Fully qualified path of Azure Storage container used for Tiered Storage.
- Connectivity
Endpoints KafkaConnectivity Endpoints Response - Kafka bootstrap server and brokers related connectivity endpoints.
- Disk
Storage DiskStorage Profile Response - Kafka disk storage profile.
- Enable
KRaft bool - Expose Kafka cluster in KRaft mode.
- Enable
Public boolEndpoints - Expose worker nodes as public endpoints.
- Remote
Storage stringUri - Fully qualified path of Azure Storage container used for Tiered Storage.
- connectivity
Endpoints KafkaConnectivity Endpoints Response - Kafka bootstrap server and brokers related connectivity endpoints.
- disk
Storage DiskStorage Profile Response - Kafka disk storage profile.
- enable
KRaft Boolean - Expose Kafka cluster in KRaft mode.
- enable
Public BooleanEndpoints - Expose worker nodes as public endpoints.
- remote
Storage StringUri - Fully qualified path of Azure Storage container used for Tiered Storage.
- connectivity
Endpoints KafkaConnectivity Endpoints Response - Kafka bootstrap server and brokers related connectivity endpoints.
- disk
Storage DiskStorage Profile Response - Kafka disk storage profile.
- enable
KRaft boolean - Expose Kafka cluster in KRaft mode.
- enable
Public booleanEndpoints - Expose worker nodes as public endpoints.
- remote
Storage stringUri - Fully qualified path of Azure Storage container used for Tiered Storage.
- connectivity_
endpoints KafkaConnectivity Endpoints Response - Kafka bootstrap server and brokers related connectivity endpoints.
- disk_
storage DiskStorage Profile Response - Kafka disk storage profile.
- enable_
k_ boolraft - Expose Kafka cluster in KRaft mode.
- enable_
public_ boolendpoints - Expose worker nodes as public endpoints.
- remote_
storage_ struri - Fully qualified path of Azure Storage container used for Tiered Storage.
- connectivity
Endpoints Property Map - Kafka bootstrap server and brokers related connectivity endpoints.
- disk
Storage Property Map - Kafka disk storage profile.
- enable
KRaft Boolean - Expose Kafka cluster in KRaft mode.
- enable
Public BooleanEndpoints - Expose worker nodes as public endpoints.
- remote
Storage StringUri - Fully qualified path of Azure Storage container used for Tiered Storage.
LoadBasedConfigResponse
- Max
Nodes int - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- Min
Nodes int - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- Scaling
Rules List<Pulumi.Azure Native. HDInsight. Inputs. Scaling Rule Response> - The scaling rules.
- Cooldown
Period int - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- Poll
Interval int - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
- Max
Nodes int - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- Min
Nodes int - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- Scaling
Rules []ScalingRule Response - The scaling rules.
- Cooldown
Period int - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- Poll
Interval int - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
- max
Nodes Integer - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- min
Nodes Integer - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- scaling
Rules List<ScalingRule Response> - The scaling rules.
- cooldown
Period Integer - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- poll
Interval Integer - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
- max
Nodes number - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- min
Nodes number - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- scaling
Rules ScalingRule Response[] - The scaling rules.
- cooldown
Period number - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- poll
Interval number - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
- max_
nodes int - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- min_
nodes int - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- scaling_
rules Sequence[ScalingRule Response] - The scaling rules.
- cooldown_
period int - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- poll_
interval int - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
- max
Nodes Number - User needs to set the maximum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- min
Nodes Number - User needs to set the minimum number of nodes for load based scaling, the load based scaling will use this to scale up and scale down between minimum and maximum number of nodes.
- scaling
Rules List<Property Map> - The scaling rules.
- cooldown
Period Number - This is a cool down period, this is a time period in seconds, which determines the amount of time that must elapse between a scaling activity started by a rule and the start of the next scaling activity, regardless of the rule that triggers it. The default value is 300 seconds.
- poll
Interval Number - User can specify the poll interval, this is the time period (in seconds) after which scaling metrics are polled for triggering a scaling operation.
ManagedIdentityProfileResponse
- Identity
List List<Pulumi.Azure Native. HDInsight. Inputs. Managed Identity Spec Response> - The list of managed identity.
- Identity
List []ManagedIdentity Spec Response - The list of managed identity.
- identity
List List<ManagedIdentity Spec Response> - The list of managed identity.
- identity
List ManagedIdentity Spec Response[] - The list of managed identity.
- identity_
list Sequence[ManagedIdentity Spec Response] - The list of managed identity.
- identity
List List<Property Map> - The list of managed identity.
ManagedIdentitySpecResponse
- Client
Id string - ClientId of the managed identity.
- Object
Id string - ObjectId of the managed identity.
- Resource
Id string - ResourceId of the managed identity.
- Type string
- The type of managed identity.
- Client
Id string - ClientId of the managed identity.
- Object
Id string - ObjectId of the managed identity.
- Resource
Id string - ResourceId of the managed identity.
- Type string
- The type of managed identity.
- client
Id String - ClientId of the managed identity.
- object
Id String - ObjectId of the managed identity.
- resource
Id String - ResourceId of the managed identity.
- type String
- The type of managed identity.
- client
Id string - ClientId of the managed identity.
- object
Id string - ObjectId of the managed identity.
- resource
Id string - ResourceId of the managed identity.
- type string
- The type of managed identity.
- client_
id str - ClientId of the managed identity.
- object_
id str - ObjectId of the managed identity.
- resource_
id str - ResourceId of the managed identity.
- type str
- The type of managed identity.
- client
Id String - ClientId of the managed identity.
- object
Id String - ObjectId of the managed identity.
- resource
Id String - ResourceId of the managed identity.
- type String
- The type of managed identity.
NodeProfileResponse
RangerAdminSpecResponse
- Admins List<string>
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- Database
Pulumi.
Azure Native. HDInsight. Inputs. Ranger Admin Spec Response Database
- Admins []string
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- Database
Ranger
Admin Spec Response Database
- admins List<String>
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- database
Ranger
Admin Spec Response Database
- admins string[]
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- database
Ranger
Admin Spec Response Database
- admins Sequence[str]
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- database
Ranger
Admin Spec Response Database
- admins List<String>
- List of usernames that should be marked as ranger admins. These usernames should match the user principal name (UPN) of the respective AAD users.
- database Property Map
RangerAdminSpecResponseDatabase
- Host string
- The database URL
- Name string
- The database name
- Password
Secret stringRef - Reference for the database password
- Username string
- The name of the database user
- Host string
- The database URL
- Name string
- The database name
- Password
Secret stringRef - Reference for the database password
- Username string
- The name of the database user
- host String
- The database URL
- name String
- The database name
- password
Secret StringRef - Reference for the database password
- username String
- The name of the database user
- host string
- The database URL
- name string
- The database name
- password
Secret stringRef - Reference for the database password
- username string
- The name of the database user
- host str
- The database URL
- name str
- The database name
- password_
secret_ strref - Reference for the database password
- username str
- The name of the database user
- host String
- The database URL
- name String
- The database name
- password
Secret StringRef - Reference for the database password
- username String
- The name of the database user
RangerAuditSpecResponse
- Storage
Account string - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
- Storage
Account string - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
- storage
Account String - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
- storage
Account string - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
- storage_
account str - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
- storage
Account String - Azure storage location of the blobs. MSI should have read/write access to this Storage account.
RangerProfileResponse
- Ranger
Admin Pulumi.Azure Native. HDInsight. Inputs. Ranger Admin Spec Response - Specification for the Ranger Admin service.
- Ranger
Usersync Pulumi.Azure Native. HDInsight. Inputs. Ranger Usersync Spec Response - Specification for the Ranger Usersync service
- Ranger
Audit Pulumi.Azure Native. HDInsight. Inputs. Ranger Audit Spec Response - Properties required to describe audit log storage.
- Ranger
Admin RangerAdmin Spec Response - Specification for the Ranger Admin service.
- Ranger
Usersync RangerUsersync Spec Response - Specification for the Ranger Usersync service
- Ranger
Audit RangerAudit Spec Response - Properties required to describe audit log storage.
- ranger
Admin RangerAdmin Spec Response - Specification for the Ranger Admin service.
- ranger
Usersync RangerUsersync Spec Response - Specification for the Ranger Usersync service
- ranger
Audit RangerAudit Spec Response - Properties required to describe audit log storage.
- ranger
Admin RangerAdmin Spec Response - Specification for the Ranger Admin service.
- ranger
Usersync RangerUsersync Spec Response - Specification for the Ranger Usersync service
- ranger
Audit RangerAudit Spec Response - Properties required to describe audit log storage.
- ranger_
admin RangerAdmin Spec Response - Specification for the Ranger Admin service.
- ranger_
usersync RangerUsersync Spec Response - Specification for the Ranger Usersync service
- ranger_
audit RangerAudit Spec Response - Properties required to describe audit log storage.
- ranger
Admin Property Map - Specification for the Ranger Admin service.
- ranger
Usersync Property Map - Specification for the Ranger Usersync service
- ranger
Audit Property Map - Properties required to describe audit log storage.
RangerUsersyncSpecResponse
- Enabled bool
- Denotes whether usersync service should be enabled
- Groups List<string>
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- Mode string
- User & groups can be synced automatically or via a static list that's refreshed.
- User
Mapping stringLocation - Azure storage location of a mapping file that lists user & group associations.
- Users List<string>
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
- Enabled bool
- Denotes whether usersync service should be enabled
- Groups []string
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- Mode string
- User & groups can be synced automatically or via a static list that's refreshed.
- User
Mapping stringLocation - Azure storage location of a mapping file that lists user & group associations.
- Users []string
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
- enabled Boolean
- Denotes whether usersync service should be enabled
- groups List<String>
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- mode String
- User & groups can be synced automatically or via a static list that's refreshed.
- user
Mapping StringLocation - Azure storage location of a mapping file that lists user & group associations.
- users List<String>
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
- enabled boolean
- Denotes whether usersync service should be enabled
- groups string[]
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- mode string
- User & groups can be synced automatically or via a static list that's refreshed.
- user
Mapping stringLocation - Azure storage location of a mapping file that lists user & group associations.
- users string[]
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
- enabled bool
- Denotes whether usersync service should be enabled
- groups Sequence[str]
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- mode str
- User & groups can be synced automatically or via a static list that's refreshed.
- user_
mapping_ strlocation - Azure storage location of a mapping file that lists user & group associations.
- users Sequence[str]
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
- enabled Boolean
- Denotes whether usersync service should be enabled
- groups List<String>
- List of groups that should be synced. These group names should match the object id of the respective AAD groups.
- mode String
- User & groups can be synced automatically or via a static list that's refreshed.
- user
Mapping StringLocation - Azure storage location of a mapping file that lists user & group associations.
- users List<String>
- List of user names that should be synced. These usernames should match the User principal name of the respective AAD users.
ScalingRuleResponse
- Action
Type string - The action type.
- Comparison
Rule Pulumi.Azure Native. HDInsight. Inputs. Comparison Rule Response - The comparison rule.
- Evaluation
Count int - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- Scaling
Metric string - Metrics name for individual workloads. For example: cpu
- Action
Type string - The action type.
- Comparison
Rule ComparisonRule Response - The comparison rule.
- Evaluation
Count int - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- Scaling
Metric string - Metrics name for individual workloads. For example: cpu
- action
Type String - The action type.
- comparison
Rule ComparisonRule Response - The comparison rule.
- evaluation
Count Integer - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- scaling
Metric String - Metrics name for individual workloads. For example: cpu
- action
Type string - The action type.
- comparison
Rule ComparisonRule Response - The comparison rule.
- evaluation
Count number - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- scaling
Metric string - Metrics name for individual workloads. For example: cpu
- action_
type str - The action type.
- comparison_
rule ComparisonRule Response - The comparison rule.
- evaluation_
count int - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- scaling_
metric str - Metrics name for individual workloads. For example: cpu
- action
Type String - The action type.
- comparison
Rule Property Map - The comparison rule.
- evaluation
Count Number - This is an evaluation count for a scaling condition, the number of times a trigger condition should be successful, before scaling activity is triggered.
- scaling
Metric String - Metrics name for individual workloads. For example: cpu
ScheduleBasedConfigResponse
- Default
Count int - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- Schedules
List<Pulumi.
Azure Native. HDInsight. Inputs. Schedule Response> - This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- Time
Zone string - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
- Default
Count int - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- Schedules
[]Schedule
Response - This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- Time
Zone string - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
- default
Count Integer - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- schedules
List<Schedule
Response> - This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- time
Zone String - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
- default
Count number - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- schedules
Schedule
Response[] - This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- time
Zone string - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
- default_
count int - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- schedules
Sequence[Schedule
Response] - This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- time_
zone str - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
- default
Count Number - Setting default node count of current schedule configuration. Default node count specifies the number of nodes which are default when an specified scaling operation is executed (scale up/scale down)
- schedules List<Property Map>
- This specifies the schedules where scheduled based Autoscale to be enabled, the user has a choice to set multiple rules within the schedule across days and times (start/end).
- time
Zone String - User has to specify the timezone on which the schedule has to be set for schedule based autoscale configuration.
ScheduleResponse
- Count int
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- Days List<string>
- User has to set the days where schedule has to be set for autoscale operation.
- End
Time string - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- Start
Time string - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
- Count int
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- Days []string
- User has to set the days where schedule has to be set for autoscale operation.
- End
Time string - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- Start
Time string - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
- count Integer
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- days List<String>
- User has to set the days where schedule has to be set for autoscale operation.
- end
Time String - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- start
Time String - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
- count number
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- days string[]
- User has to set the days where schedule has to be set for autoscale operation.
- end
Time string - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- start
Time string - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
- count int
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- days Sequence[str]
- User has to set the days where schedule has to be set for autoscale operation.
- end_
time str - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- start_
time str - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
- count Number
- User has to set the node count anticipated at end of the scaling operation of the set current schedule configuration, format is integer.
- days List<String>
- User has to set the days where schedule has to be set for autoscale operation.
- end
Time String - User has to set the end time of current schedule configuration, format like 10:30 (HH:MM).
- start
Time String - User has to set the start time of current schedule configuration, format like 10:30 (HH:MM).
ScriptActionProfileResponse
- Name string
- Script name.
- Services List<string>
- List of services to apply the script action.
- Type string
- Type of the script action. Supported type is bash scripts.
- Url string
- Url of the script file.
- Parameters string
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- Should
Persist bool - Specify if the script should persist on the cluster.
- Timeout
In intMinutes - Timeout duration for the script action in minutes.
- Name string
- Script name.
- Services []string
- List of services to apply the script action.
- Type string
- Type of the script action. Supported type is bash scripts.
- Url string
- Url of the script file.
- Parameters string
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- Should
Persist bool - Specify if the script should persist on the cluster.
- Timeout
In intMinutes - Timeout duration for the script action in minutes.
- name String
- Script name.
- services List<String>
- List of services to apply the script action.
- type String
- Type of the script action. Supported type is bash scripts.
- url String
- Url of the script file.
- parameters String
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- should
Persist Boolean - Specify if the script should persist on the cluster.
- timeout
In IntegerMinutes - Timeout duration for the script action in minutes.
- name string
- Script name.
- services string[]
- List of services to apply the script action.
- type string
- Type of the script action. Supported type is bash scripts.
- url string
- Url of the script file.
- parameters string
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- should
Persist boolean - Specify if the script should persist on the cluster.
- timeout
In numberMinutes - Timeout duration for the script action in minutes.
- name str
- Script name.
- services Sequence[str]
- List of services to apply the script action.
- type str
- Type of the script action. Supported type is bash scripts.
- url str
- Url of the script file.
- parameters str
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- should_
persist bool - Specify if the script should persist on the cluster.
- timeout_
in_ intminutes - Timeout duration for the script action in minutes.
- name String
- Script name.
- services List<String>
- List of services to apply the script action.
- type String
- Type of the script action. Supported type is bash scripts.
- url String
- Url of the script file.
- parameters String
- Additional parameters for the script action. It should be space-separated list of arguments required for script execution.
- should
Persist Boolean - Specify if the script should persist on the cluster.
- timeout
In NumberMinutes - Timeout duration for the script action in minutes.
SecretReferenceResponse
- Key
Vault stringObject Name - Object identifier name of the secret in key vault.
- Reference
Name string - Reference name of the secret to be used in service configs.
- Type string
- Type of key vault object: secret, key or certificate.
- Version string
- Version of the secret in key vault.
- Key
Vault stringObject Name - Object identifier name of the secret in key vault.
- Reference
Name string - Reference name of the secret to be used in service configs.
- Type string
- Type of key vault object: secret, key or certificate.
- Version string
- Version of the secret in key vault.
- key
Vault StringObject Name - Object identifier name of the secret in key vault.
- reference
Name String - Reference name of the secret to be used in service configs.
- type String
- Type of key vault object: secret, key or certificate.
- version String
- Version of the secret in key vault.
- key
Vault stringObject Name - Object identifier name of the secret in key vault.
- reference
Name string - Reference name of the secret to be used in service configs.
- type string
- Type of key vault object: secret, key or certificate.
- version string
- Version of the secret in key vault.
- key_
vault_ strobject_ name - Object identifier name of the secret in key vault.
- reference_
name str - Reference name of the secret to be used in service configs.
- type str
- Type of key vault object: secret, key or certificate.
- version str
- Version of the secret in key vault.
- key
Vault StringObject Name - Object identifier name of the secret in key vault.
- reference
Name String - Reference name of the secret to be used in service configs.
- type String
- Type of key vault object: secret, key or certificate.
- version String
- Version of the secret in key vault.
SecretsProfileResponse
- Key
Vault stringResource Id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- Secrets
List<Pulumi.
Azure Native. HDInsight. Inputs. Secret Reference Response> - Properties of Key Vault secret.
- Key
Vault stringResource Id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- Secrets
[]Secret
Reference Response - Properties of Key Vault secret.
- key
Vault StringResource Id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- secrets
List<Secret
Reference Response> - Properties of Key Vault secret.
- key
Vault stringResource Id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- secrets
Secret
Reference Response[] - Properties of Key Vault secret.
- key_
vault_ strresource_ id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- secrets
Sequence[Secret
Reference Response] - Properties of Key Vault secret.
- key
Vault StringResource Id - Name of the user Key Vault where all the cluster specific user secrets are stored.
- secrets List<Property Map>
- Properties of Key Vault secret.
SparkMetastoreSpecResponse
- Db
Name string - The database name.
- Db
Server stringHost - The database server host.
- Db
Connection stringAuthentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Db
Password stringSecret Name - The secret name which contains the database user password.
- Db
User stringName - The database user name.
- Key
Vault stringId - The key vault resource id.
- Thrift
Url string - The thrift url.
- Db
Name string - The database name.
- Db
Server stringHost - The database server host.
- Db
Connection stringAuthentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- Db
Password stringSecret Name - The secret name which contains the database user password.
- Db
User stringName - The database user name.
- Key
Vault stringId - The key vault resource id.
- Thrift
Url string - The thrift url.
- db
Name String - The database name.
- db
Server StringHost - The database server host.
- db
Connection StringAuthentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- db
Password StringSecret Name - The secret name which contains the database user password.
- db
User StringName - The database user name.
- key
Vault StringId - The key vault resource id.
- thrift
Url String - The thrift url.
- db
Name string - The database name.
- db
Server stringHost - The database server host.
- db
Connection stringAuthentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- db
Password stringSecret Name - The secret name which contains the database user password.
- db
User stringName - The database user name.
- key
Vault stringId - The key vault resource id.
- thrift
Url string - The thrift url.
- db_
name str - The database name.
- db_
server_ strhost - The database server host.
- db_
connection_ strauthentication_ mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- db_
password_ strsecret_ name - The secret name which contains the database user password.
- db_
user_ strname - The database user name.
- key_
vault_ strid - The key vault resource id.
- thrift_
url str - The thrift url.
- db
Name String - The database name.
- db
Server StringHost - The database server host.
- db
Connection StringAuthentication Mode - The authentication mode to connect to your Hive metastore database. More details: https://learn.microsoft.com/en-us/azure/azure-sql/database/logins-create-manage?view=azuresql#authentication-and-authorization
- db
Password StringSecret Name - The secret name which contains the database user password.
- db
User StringName - The database user name.
- key
Vault StringId - The key vault resource id.
- thrift
Url String - The thrift url.
SparkProfileResponse
- Default
Storage stringUrl - The default storage URL.
- Metastore
Spec Pulumi.Azure Native. HDInsight. Inputs. Spark Metastore Spec Response - The metastore specification for Spark cluster.
- User
Plugins Pulumi.Spec Azure Native. HDInsight. Inputs. Spark User Plugins Response - Spark user plugins spec
- Default
Storage stringUrl - The default storage URL.
- Metastore
Spec SparkMetastore Spec Response - The metastore specification for Spark cluster.
- User
Plugins SparkSpec User Plugins Response - Spark user plugins spec
- default
Storage StringUrl - The default storage URL.
- metastore
Spec SparkMetastore Spec Response - The metastore specification for Spark cluster.
- user
Plugins SparkSpec User Plugins Response - Spark user plugins spec
- default
Storage stringUrl - The default storage URL.
- metastore
Spec SparkMetastore Spec Response - The metastore specification for Spark cluster.
- user
Plugins SparkSpec User Plugins Response - Spark user plugins spec
- default_
storage_ strurl - The default storage URL.
- metastore_
spec SparkMetastore Spec Response - The metastore specification for Spark cluster.
- user_
plugins_ Sparkspec User Plugins Response - Spark user plugins spec
- default
Storage StringUrl - The default storage URL.
- metastore
Spec Property Map - The metastore specification for Spark cluster.
- user
Plugins Property MapSpec - Spark user plugins spec
SparkUserPluginResponse
- Path string
- Fully qualified path to the folder containing the plugins.
- Path string
- Fully qualified path to the folder containing the plugins.
- path String
- Fully qualified path to the folder containing the plugins.
- path string
- Fully qualified path to the folder containing the plugins.
- path str
- Fully qualified path to the folder containing the plugins.
- path String
- Fully qualified path to the folder containing the plugins.
SparkUserPluginsResponse
- Plugins
List<Pulumi.
Azure Native. HDInsight. Inputs. Spark User Plugin Response> - Spark user plugins.
- Plugins
[]Spark
User Plugin Response - Spark user plugins.
- plugins
List<Spark
User Plugin Response> - Spark user plugins.
- plugins
Spark
User Plugin Response[] - Spark user plugins.
- plugins
Sequence[Spark
User Plugin Response] - Spark user plugins.
- plugins List<Property Map>
- Spark user plugins.
SshConnectivityEndpointResponse
- Endpoint string
- SSH connectivity endpoint.
- Private
Ssh stringEndpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- Endpoint string
- SSH connectivity endpoint.
- Private
Ssh stringEndpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- endpoint String
- SSH connectivity endpoint.
- private
Ssh StringEndpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- endpoint string
- SSH connectivity endpoint.
- private
Ssh stringEndpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- endpoint str
- SSH connectivity endpoint.
- private_
ssh_ strendpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
- endpoint String
- SSH connectivity endpoint.
- private
Ssh StringEndpoint - Private SSH connectivity endpoint. This property will only be returned when enableInternalIngress is true.
SystemDataResponse
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- Created
At string - The timestamp of resource creation (UTC).
- Created
By string - The identity that created the resource.
- Created
By stringType - The type of identity that created the resource.
- Last
Modified stringAt - The timestamp of resource last modification (UTC)
- Last
Modified stringBy - The identity that last modified the resource.
- Last
Modified stringBy Type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
- created
At string - The timestamp of resource creation (UTC).
- created
By string - The identity that created the resource.
- created
By stringType - The type of identity that created the resource.
- last
Modified stringAt - The timestamp of resource last modification (UTC)
- last
Modified stringBy - The identity that last modified the resource.
- last
Modified stringBy Type - The type of identity that last modified the resource.
- created_
at str - The timestamp of resource creation (UTC).
- created_
by str - The identity that created the resource.
- created_
by_ strtype - The type of identity that created the resource.
- last_
modified_ strat - The timestamp of resource last modification (UTC)
- last_
modified_ strby - The identity that last modified the resource.
- last_
modified_ strby_ type - The type of identity that last modified the resource.
- created
At String - The timestamp of resource creation (UTC).
- created
By String - The identity that created the resource.
- created
By StringType - The type of identity that created the resource.
- last
Modified StringAt - The timestamp of resource last modification (UTC)
- last
Modified StringBy - The identity that last modified the resource.
- last
Modified StringBy Type - The type of identity that last modified the resource.
TrinoCoordinatorResponse
- Enable bool
- The flag that if enable debug or not.
- High
Availability boolEnabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- Port int
- The debug port.
- Suspend bool
- The flag that if suspend debug or not.
- Enable bool
- The flag that if enable debug or not.
- High
Availability boolEnabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- Port int
- The debug port.
- Suspend bool
- The flag that if suspend debug or not.
- enable Boolean
- The flag that if enable debug or not.
- high
Availability BooleanEnabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- port Integer
- The debug port.
- suspend Boolean
- The flag that if suspend debug or not.
- enable boolean
- The flag that if enable debug or not.
- high
Availability booleanEnabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- port number
- The debug port.
- suspend boolean
- The flag that if suspend debug or not.
- enable bool
- The flag that if enable debug or not.
- high_
availability_ boolenabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- port int
- The debug port.
- suspend bool
- The flag that if suspend debug or not.
- enable Boolean
- The flag that if enable debug or not.
- high
Availability BooleanEnabled - The flag that if enable coordinator HA, uses multiple coordinator replicas with auto failover, one per each head node. Default: true.
- port Number
- The debug port.
- suspend Boolean
- The flag that if suspend debug or not.
TrinoProfileResponse
- Catalog
Options Pulumi.Azure Native. HDInsight. Inputs. Catalog Options Response - Trino cluster catalog options.
- Coordinator
Pulumi.
Azure Native. HDInsight. Inputs. Trino Coordinator Response - Trino Coordinator.
- User
Plugins Pulumi.Spec Azure Native. HDInsight. Inputs. Trino User Plugins Response - Trino user plugins spec
- User
Telemetry Pulumi.Spec Azure Native. HDInsight. Inputs. Trino User Telemetry Response - User telemetry
- Worker
Pulumi.
Azure Native. HDInsight. Inputs. Trino Worker Response - Trino worker.
- Catalog
Options CatalogOptions Response - Trino cluster catalog options.
- Coordinator
Trino
Coordinator Response - Trino Coordinator.
- User
Plugins TrinoSpec User Plugins Response - Trino user plugins spec
- User
Telemetry TrinoSpec User Telemetry Response - User telemetry
- Worker
Trino
Worker Response - Trino worker.
- catalog
Options CatalogOptions Response - Trino cluster catalog options.
- coordinator
Trino
Coordinator Response - Trino Coordinator.
- user
Plugins TrinoSpec User Plugins Response - Trino user plugins spec
- user
Telemetry TrinoSpec User Telemetry Response - User telemetry
- worker
Trino
Worker Response - Trino worker.
- catalog
Options CatalogOptions Response - Trino cluster catalog options.
- coordinator
Trino
Coordinator Response - Trino Coordinator.
- user
Plugins TrinoSpec User Plugins Response - Trino user plugins spec
- user
Telemetry TrinoSpec User Telemetry Response - User telemetry
- worker
Trino
Worker Response - Trino worker.
- catalog_
options CatalogOptions Response - Trino cluster catalog options.
- coordinator
Trino
Coordinator Response - Trino Coordinator.
- user_
plugins_ Trinospec User Plugins Response - Trino user plugins spec
- user_
telemetry_ Trinospec User Telemetry Response - User telemetry
- worker
Trino
Worker Response - Trino worker.
- catalog
Options Property Map - Trino cluster catalog options.
- coordinator Property Map
- Trino Coordinator.
- user
Plugins Property MapSpec - Trino user plugins spec
- user
Telemetry Property MapSpec - User telemetry
- worker Property Map
- Trino worker.
TrinoTelemetryConfigResponse
- Hivecatalog
Name string - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- Hivecatalog
Schema string - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- Partition
Retention intIn Days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- Path string
- Azure storage location of the blobs.
- Hivecatalog
Name string - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- Hivecatalog
Schema string - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- Partition
Retention intIn Days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- Path string
- Azure storage location of the blobs.
- hivecatalog
Name String - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- hivecatalog
Schema String - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- partition
Retention IntegerIn Days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- path String
- Azure storage location of the blobs.
- hivecatalog
Name string - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- hivecatalog
Schema string - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- partition
Retention numberIn Days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- path string
- Azure storage location of the blobs.
- hivecatalog_
name str - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- hivecatalog_
schema str - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- partition_
retention_ intin_ days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- path str
- Azure storage location of the blobs.
- hivecatalog
Name String - Hive Catalog name used to mount external tables on the logs written by trino, if not specified there tables are not created.
- hivecatalog
Schema String - Schema of the above catalog to use, to mount query logs as external tables, if not specified tables will be mounted under schema trinologs.
- partition
Retention NumberIn Days - Retention period for query log table partitions, this doesn't have any affect on actual data.
- path String
- Azure storage location of the blobs.
TrinoUserPluginResponse
TrinoUserPluginsResponse
- Plugins
List<Pulumi.
Azure Native. HDInsight. Inputs. Trino User Plugin Response> - Trino user plugins.
- Plugins
[]Trino
User Plugin Response - Trino user plugins.
- plugins
List<Trino
User Plugin Response> - Trino user plugins.
- plugins
Trino
User Plugin Response[] - Trino user plugins.
- plugins
Sequence[Trino
User Plugin Response] - Trino user plugins.
- plugins List<Property Map>
- Trino user plugins.
TrinoUserTelemetryResponse
- Storage
Pulumi.
Azure Native. HDInsight. Inputs. Trino Telemetry Config Response - Trino user telemetry definition.
- Storage
Trino
Telemetry Config Response - Trino user telemetry definition.
- storage
Trino
Telemetry Config Response - Trino user telemetry definition.
- storage
Trino
Telemetry Config Response - Trino user telemetry definition.
- storage
Trino
Telemetry Config Response - Trino user telemetry definition.
- storage Property Map
- Trino user telemetry definition.
TrinoWorkerResponse
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0
This is the latest version of Azure Native. Use the Azure Native v2 docs if using the v2 version of this package.
Azure Native v3.3.0 published on Monday, Apr 28, 2025 by Pulumi