azure-native.app.getManagedEnvironment
Explore with Pulumi AI
Get the properties of a Managed Environment used to host container apps.
Uses Azure REST API version 2025-02-02-preview.
Other available API versions: 2022-10-01, 2022-11-01-preview, 2023-04-01-preview, 2023-05-01, 2023-05-02-preview, 2023-08-01-preview, 2023-11-02-preview, 2024-02-02-preview, 2024-03-01, 2024-08-02-preview, 2024-10-02-preview, 2025-01-01. These can be accessed by generating a local SDK package using the CLI command pulumi package add azure-native app [ApiVersion]
. See the version guide for details.
Using getManagedEnvironment
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 getManagedEnvironment(args: GetManagedEnvironmentArgs, opts?: InvokeOptions): Promise<GetManagedEnvironmentResult>
function getManagedEnvironmentOutput(args: GetManagedEnvironmentOutputArgs, opts?: InvokeOptions): Output<GetManagedEnvironmentResult>
def get_managed_environment(environment_name: Optional[str] = None,
resource_group_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetManagedEnvironmentResult
def get_managed_environment_output(environment_name: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetManagedEnvironmentResult]
func LookupManagedEnvironment(ctx *Context, args *LookupManagedEnvironmentArgs, opts ...InvokeOption) (*LookupManagedEnvironmentResult, error)
func LookupManagedEnvironmentOutput(ctx *Context, args *LookupManagedEnvironmentOutputArgs, opts ...InvokeOption) LookupManagedEnvironmentResultOutput
> Note: This function is named LookupManagedEnvironment
in the Go SDK.
public static class GetManagedEnvironment
{
public static Task<GetManagedEnvironmentResult> InvokeAsync(GetManagedEnvironmentArgs args, InvokeOptions? opts = null)
public static Output<GetManagedEnvironmentResult> Invoke(GetManagedEnvironmentInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetManagedEnvironmentResult> getManagedEnvironment(GetManagedEnvironmentArgs args, InvokeOptions options)
public static Output<GetManagedEnvironmentResult> getManagedEnvironment(GetManagedEnvironmentArgs args, InvokeOptions options)
fn::invoke:
function: azure-native:app:getManagedEnvironment
arguments:
# arguments dictionary
The following arguments are supported:
- Environment
Name string - Name of the Environment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Environment
Name string - Name of the Environment.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- environment
Name String - Name of the Environment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- environment
Name string - Name of the Environment.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- environment_
name str - Name of the Environment.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- environment
Name String - Name of the Environment.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
getManagedEnvironment Result
The following output properties are available:
- Azure
Api stringVersion - The Azure API version of the resource.
- Default
Domain string - Default Domain Name for the cluster
- Deployment
Errors string - Any errors that occurred during deployment or deployment validation
- Event
Stream stringEndpoint - The endpoint of the eventstream of the Environment.
- 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
- Private
Endpoint List<Pulumi.Connections Azure Native. App. Outputs. Private Endpoint Connection Response> - Private endpoint connections to the resource.
- Private
Link stringDefault Domain - Private Link Default Domain Name for the environment
- Provisioning
State string - Provisioning state of the Environment.
- Static
Ip string - Static IP of the Environment
- System
Data Pulumi.Azure Native. App. 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"
- App
Insights Pulumi.Configuration Azure Native. App. Outputs. App Insights Configuration Response - Environment level Application Insights configuration
- App
Logs Pulumi.Configuration Azure Native. App. Outputs. App Logs Configuration Response - Cluster configuration which enables the log daemon to export app logs to configured destination
- Availability
Zones List<string> - The list of availability zones to use for managed environment
- Custom
Domain Pulumi.Configuration Azure Native. App. Outputs. Custom Domain Configuration Response - Custom domain configuration for the environment
- Dapr
AIConnection stringString - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- Dapr
AIInstrumentation stringKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- Dapr
Configuration Pulumi.Azure Native. App. Outputs. Dapr Configuration Response - The configuration of Dapr component.
- Disk
Encryption Pulumi.Configuration Azure Native. App. Outputs. Disk Encryption Configuration Response - Disk encryption configuration for the Managed Environment.
- Identity
Pulumi.
Azure Native. App. Outputs. Managed Service Identity Response - Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- Infrastructure
Resource stringGroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- Ingress
Configuration Pulumi.Azure Native. App. Outputs. Ingress Configuration Response - Ingress configuration for the Managed Environment.
- Keda
Configuration Pulumi.Azure Native. App. Outputs. Keda Configuration Response - The configuration of Keda component.
- Kind string
- Kind of the Environment.
- Open
Telemetry Pulumi.Configuration Azure Native. App. Outputs. Open Telemetry Configuration Response - Environment Open Telemetry configuration
- Peer
Authentication Pulumi.Azure Native. App. Outputs. Managed Environment Response Peer Authentication - Peer authentication settings for the Managed Environment
- Peer
Traffic Pulumi.Configuration Azure Native. App. Outputs. Managed Environment Response Peer Traffic Configuration - Peer traffic settings for the Managed Environment
- Public
Network stringAccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- Dictionary<string, string>
- Resource tags.
- Vnet
Configuration Pulumi.Azure Native. App. Outputs. Vnet Configuration Response - Vnet configuration for the environment
- Workload
Profiles List<Pulumi.Azure Native. App. Outputs. Workload Profile Response> - Workload profiles configured for the Managed Environment.
- Zone
Redundant bool - Whether or not this Managed Environment is zone-redundant.
- Azure
Api stringVersion - The Azure API version of the resource.
- Default
Domain string - Default Domain Name for the cluster
- Deployment
Errors string - Any errors that occurred during deployment or deployment validation
- Event
Stream stringEndpoint - The endpoint of the eventstream of the Environment.
- 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
- Private
Endpoint []PrivateConnections Endpoint Connection Response - Private endpoint connections to the resource.
- Private
Link stringDefault Domain - Private Link Default Domain Name for the environment
- Provisioning
State string - Provisioning state of the Environment.
- Static
Ip string - Static IP of the Environment
- 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"
- App
Insights AppConfiguration Insights Configuration Response - Environment level Application Insights configuration
- App
Logs AppConfiguration Logs Configuration Response - Cluster configuration which enables the log daemon to export app logs to configured destination
- Availability
Zones []string - The list of availability zones to use for managed environment
- Custom
Domain CustomConfiguration Domain Configuration Response - Custom domain configuration for the environment
- Dapr
AIConnection stringString - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- Dapr
AIInstrumentation stringKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- Dapr
Configuration DaprConfiguration Response - The configuration of Dapr component.
- Disk
Encryption DiskConfiguration Encryption Configuration Response - Disk encryption configuration for the Managed Environment.
- Identity
Managed
Service Identity Response - Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- Infrastructure
Resource stringGroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- Ingress
Configuration IngressConfiguration Response - Ingress configuration for the Managed Environment.
- Keda
Configuration KedaConfiguration Response - The configuration of Keda component.
- Kind string
- Kind of the Environment.
- Open
Telemetry OpenConfiguration Telemetry Configuration Response - Environment Open Telemetry configuration
- Peer
Authentication ManagedEnvironment Response Peer Authentication - Peer authentication settings for the Managed Environment
- Peer
Traffic ManagedConfiguration Environment Response Peer Traffic Configuration - Peer traffic settings for the Managed Environment
- Public
Network stringAccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- map[string]string
- Resource tags.
- Vnet
Configuration VnetConfiguration Response - Vnet configuration for the environment
- Workload
Profiles []WorkloadProfile Response - Workload profiles configured for the Managed Environment.
- Zone
Redundant bool - Whether or not this Managed Environment is zone-redundant.
- azure
Api StringVersion - The Azure API version of the resource.
- default
Domain String - Default Domain Name for the cluster
- deployment
Errors String - Any errors that occurred during deployment or deployment validation
- event
Stream StringEndpoint - The endpoint of the eventstream of the Environment.
- 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
- private
Endpoint List<PrivateConnections Endpoint Connection Response> - Private endpoint connections to the resource.
- private
Link StringDefault Domain - Private Link Default Domain Name for the environment
- provisioning
State String - Provisioning state of the Environment.
- static
Ip String - Static IP of the Environment
- 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"
- app
Insights AppConfiguration Insights Configuration Response - Environment level Application Insights configuration
- app
Logs AppConfiguration Logs Configuration Response - Cluster configuration which enables the log daemon to export app logs to configured destination
- availability
Zones List<String> - The list of availability zones to use for managed environment
- custom
Domain CustomConfiguration Domain Configuration Response - Custom domain configuration for the environment
- dapr
AIConnection StringString - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- dapr
AIInstrumentation StringKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- dapr
Configuration DaprConfiguration Response - The configuration of Dapr component.
- disk
Encryption DiskConfiguration Encryption Configuration Response - Disk encryption configuration for the Managed Environment.
- identity
Managed
Service Identity Response - Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- infrastructure
Resource StringGroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- ingress
Configuration IngressConfiguration Response - Ingress configuration for the Managed Environment.
- keda
Configuration KedaConfiguration Response - The configuration of Keda component.
- kind String
- Kind of the Environment.
- open
Telemetry OpenConfiguration Telemetry Configuration Response - Environment Open Telemetry configuration
- peer
Authentication ManagedEnvironment Response Peer Authentication - Peer authentication settings for the Managed Environment
- peer
Traffic ManagedConfiguration Environment Response Peer Traffic Configuration - Peer traffic settings for the Managed Environment
- public
Network StringAccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- Map<String,String>
- Resource tags.
- vnet
Configuration VnetConfiguration Response - Vnet configuration for the environment
- workload
Profiles List<WorkloadProfile Response> - Workload profiles configured for the Managed Environment.
- zone
Redundant Boolean - Whether or not this Managed Environment is zone-redundant.
- azure
Api stringVersion - The Azure API version of the resource.
- default
Domain string - Default Domain Name for the cluster
- deployment
Errors string - Any errors that occurred during deployment or deployment validation
- event
Stream stringEndpoint - The endpoint of the eventstream of the Environment.
- 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
- private
Endpoint PrivateConnections Endpoint Connection Response[] - Private endpoint connections to the resource.
- private
Link stringDefault Domain - Private Link Default Domain Name for the environment
- provisioning
State string - Provisioning state of the Environment.
- static
Ip string - Static IP of the Environment
- 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"
- app
Insights AppConfiguration Insights Configuration Response - Environment level Application Insights configuration
- app
Logs AppConfiguration Logs Configuration Response - Cluster configuration which enables the log daemon to export app logs to configured destination
- availability
Zones string[] - The list of availability zones to use for managed environment
- custom
Domain CustomConfiguration Domain Configuration Response - Custom domain configuration for the environment
- dapr
AIConnection stringString - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- dapr
AIInstrumentation stringKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- dapr
Configuration DaprConfiguration Response - The configuration of Dapr component.
- disk
Encryption DiskConfiguration Encryption Configuration Response - Disk encryption configuration for the Managed Environment.
- identity
Managed
Service Identity Response - Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- infrastructure
Resource stringGroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- ingress
Configuration IngressConfiguration Response - Ingress configuration for the Managed Environment.
- keda
Configuration KedaConfiguration Response - The configuration of Keda component.
- kind string
- Kind of the Environment.
- open
Telemetry OpenConfiguration Telemetry Configuration Response - Environment Open Telemetry configuration
- peer
Authentication ManagedEnvironment Response Peer Authentication - Peer authentication settings for the Managed Environment
- peer
Traffic ManagedConfiguration Environment Response Peer Traffic Configuration - Peer traffic settings for the Managed Environment
- public
Network stringAccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- {[key: string]: string}
- Resource tags.
- vnet
Configuration VnetConfiguration Response - Vnet configuration for the environment
- workload
Profiles WorkloadProfile Response[] - Workload profiles configured for the Managed Environment.
- zone
Redundant boolean - Whether or not this Managed Environment is zone-redundant.
- azure_
api_ strversion - The Azure API version of the resource.
- default_
domain str - Default Domain Name for the cluster
- deployment_
errors str - Any errors that occurred during deployment or deployment validation
- event_
stream_ strendpoint - The endpoint of the eventstream of the Environment.
- 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
- private_
endpoint_ Sequence[Privateconnections Endpoint Connection Response] - Private endpoint connections to the resource.
- private_
link_ strdefault_ domain - Private Link Default Domain Name for the environment
- provisioning_
state str - Provisioning state of the Environment.
- static_
ip str - Static IP of the Environment
- 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"
- app_
insights_ Appconfiguration Insights Configuration Response - Environment level Application Insights configuration
- app_
logs_ Appconfiguration Logs Configuration Response - Cluster configuration which enables the log daemon to export app logs to configured destination
- availability_
zones Sequence[str] - The list of availability zones to use for managed environment
- custom_
domain_ Customconfiguration Domain Configuration Response - Custom domain configuration for the environment
- dapr_
ai_ strconnection_ string - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- dapr_
ai_ strinstrumentation_ key - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- dapr_
configuration DaprConfiguration Response - The configuration of Dapr component.
- disk_
encryption_ Diskconfiguration Encryption Configuration Response - Disk encryption configuration for the Managed Environment.
- identity
Managed
Service Identity Response - Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- infrastructure_
resource_ strgroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- ingress_
configuration IngressConfiguration Response - Ingress configuration for the Managed Environment.
- keda_
configuration KedaConfiguration Response - The configuration of Keda component.
- kind str
- Kind of the Environment.
- open_
telemetry_ Openconfiguration Telemetry Configuration Response - Environment Open Telemetry configuration
- peer_
authentication ManagedEnvironment Response Peer Authentication - Peer authentication settings for the Managed Environment
- peer_
traffic_ Managedconfiguration Environment Response Peer Traffic Configuration - Peer traffic settings for the Managed Environment
- public_
network_ straccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- Mapping[str, str]
- Resource tags.
- vnet_
configuration VnetConfiguration Response - Vnet configuration for the environment
- workload_
profiles Sequence[WorkloadProfile Response] - Workload profiles configured for the Managed Environment.
- zone_
redundant bool - Whether or not this Managed Environment is zone-redundant.
- azure
Api StringVersion - The Azure API version of the resource.
- default
Domain String - Default Domain Name for the cluster
- deployment
Errors String - Any errors that occurred during deployment or deployment validation
- event
Stream StringEndpoint - The endpoint of the eventstream of the Environment.
- 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
- private
Endpoint List<Property Map>Connections - Private endpoint connections to the resource.
- private
Link StringDefault Domain - Private Link Default Domain Name for the environment
- provisioning
State String - Provisioning state of the Environment.
- static
Ip String - Static IP of the Environment
- 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"
- app
Insights Property MapConfiguration - Environment level Application Insights configuration
- app
Logs Property MapConfiguration - Cluster configuration which enables the log daemon to export app logs to configured destination
- availability
Zones List<String> - The list of availability zones to use for managed environment
- custom
Domain Property MapConfiguration - Custom domain configuration for the environment
- dapr
AIConnection StringString - Application Insights connection string used by Dapr to export Service to Service communication telemetry
- dapr
AIInstrumentation StringKey - Azure Monitor instrumentation key used by Dapr to export Service to Service communication telemetry
- dapr
Configuration Property Map - The configuration of Dapr component.
- disk
Encryption Property MapConfiguration - Disk encryption configuration for the Managed Environment.
- identity Property Map
- Managed identities for the Managed Environment to interact with other Azure services without maintaining any secrets or credentials in code.
- infrastructure
Resource StringGroup - Name of the platform-managed resource group created for the Managed Environment to host infrastructure resources. If a subnet ID is provided, this resource group will be created in the same subscription as the subnet.
- ingress
Configuration Property Map - Ingress configuration for the Managed Environment.
- keda
Configuration Property Map - The configuration of Keda component.
- kind String
- Kind of the Environment.
- open
Telemetry Property MapConfiguration - Environment Open Telemetry configuration
- peer
Authentication Property Map - Peer authentication settings for the Managed Environment
- peer
Traffic Property MapConfiguration - Peer traffic settings for the Managed Environment
- public
Network StringAccess - Property to allow or block all public traffic. Allowed Values: 'Enabled', 'Disabled'.
- Map<String>
- Resource tags.
- vnet
Configuration Property Map - Vnet configuration for the environment
- workload
Profiles List<Property Map> - Workload profiles configured for the Managed Environment.
- zone
Redundant Boolean - Whether or not this Managed Environment is zone-redundant.
Supporting Types
AppInsightsConfigurationResponse
- Connection
String string - Application Insights connection string
- Connection
String string - Application Insights connection string
- connection
String String - Application Insights connection string
- connection
String string - Application Insights connection string
- connection_
string str - Application Insights connection string
- connection
String String - Application Insights connection string
AppLogsConfigurationResponse
- Destination string
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- Log
Analytics Pulumi.Configuration Azure Native. App. Inputs. Log Analytics Configuration Response - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
- Destination string
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- Log
Analytics LogConfiguration Analytics Configuration Response - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
- destination String
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- log
Analytics LogConfiguration Analytics Configuration Response - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
- destination string
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- log
Analytics LogConfiguration Analytics Configuration Response - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
- destination str
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- log_
analytics_ Logconfiguration Analytics Configuration Response - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
- destination String
- Logs destination, can be 'log-analytics', 'azure-monitor' or 'none'
- log
Analytics Property MapConfiguration - Log Analytics configuration, must only be provided when destination is configured as 'log-analytics'
CertificateKeyVaultPropertiesResponse
- Identity string
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- Key
Vault stringUrl - URL pointing to the Azure Key Vault secret that holds the certificate.
- Identity string
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- Key
Vault stringUrl - URL pointing to the Azure Key Vault secret that holds the certificate.
- identity String
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault StringUrl - URL pointing to the Azure Key Vault secret that holds the certificate.
- identity string
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault stringUrl - URL pointing to the Azure Key Vault secret that holds the certificate.
- identity str
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key_
vault_ strurl - URL pointing to the Azure Key Vault secret that holds the certificate.
- identity String
- Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.
- key
Vault StringUrl - URL pointing to the Azure Key Vault secret that holds the certificate.
CustomDomainConfigurationResponse
- Custom
Domain stringVerification Id - Id used to verify domain name ownership
- Expiration
Date string - Certificate expiration date.
- Subject
Name string - Subject name of the certificate.
- Thumbprint string
- Certificate thumbprint.
- Certificate
Key Pulumi.Vault Properties Azure Native. App. Inputs. Certificate Key Vault Properties Response - Certificate stored in Azure Key Vault.
- Certificate
Password string - Certificate password
- Certificate
Value string - PFX or PEM blob
- Dns
Suffix string - Dns suffix for the environment domain
- Custom
Domain stringVerification Id - Id used to verify domain name ownership
- Expiration
Date string - Certificate expiration date.
- Subject
Name string - Subject name of the certificate.
- Thumbprint string
- Certificate thumbprint.
- Certificate
Key CertificateVault Properties Key Vault Properties Response - Certificate stored in Azure Key Vault.
- Certificate
Password string - Certificate password
- Certificate
Value string - PFX or PEM blob
- Dns
Suffix string - Dns suffix for the environment domain
- custom
Domain StringVerification Id - Id used to verify domain name ownership
- expiration
Date String - Certificate expiration date.
- subject
Name String - Subject name of the certificate.
- thumbprint String
- Certificate thumbprint.
- certificate
Key CertificateVault Properties Key Vault Properties Response - Certificate stored in Azure Key Vault.
- certificate
Password String - Certificate password
- certificate
Value String - PFX or PEM blob
- dns
Suffix String - Dns suffix for the environment domain
- custom
Domain stringVerification Id - Id used to verify domain name ownership
- expiration
Date string - Certificate expiration date.
- subject
Name string - Subject name of the certificate.
- thumbprint string
- Certificate thumbprint.
- certificate
Key CertificateVault Properties Key Vault Properties Response - Certificate stored in Azure Key Vault.
- certificate
Password string - Certificate password
- certificate
Value string - PFX or PEM blob
- dns
Suffix string - Dns suffix for the environment domain
- custom_
domain_ strverification_ id - Id used to verify domain name ownership
- expiration_
date str - Certificate expiration date.
- subject_
name str - Subject name of the certificate.
- thumbprint str
- Certificate thumbprint.
- certificate_
key_ Certificatevault_ properties Key Vault Properties Response - Certificate stored in Azure Key Vault.
- certificate_
password str - Certificate password
- certificate_
value str - PFX or PEM blob
- dns_
suffix str - Dns suffix for the environment domain
- custom
Domain StringVerification Id - Id used to verify domain name ownership
- expiration
Date String - Certificate expiration date.
- subject
Name String - Subject name of the certificate.
- thumbprint String
- Certificate thumbprint.
- certificate
Key Property MapVault Properties - Certificate stored in Azure Key Vault.
- certificate
Password String - Certificate password
- certificate
Value String - PFX or PEM blob
- dns
Suffix String - Dns suffix for the environment domain
DaprConfigurationResponse
- Version string
- The version of Dapr
- Version string
- The version of Dapr
- version String
- The version of Dapr
- version string
- The version of Dapr
- version str
- The version of Dapr
- version String
- The version of Dapr
DataDogConfigurationResponse
DestinationsConfigurationResponse
- Data
Dog Pulumi.Configuration Azure Native. App. Inputs. Data Dog Configuration Response - Open telemetry datadog destination configuration
- Otlp
Configurations List<Pulumi.Azure Native. App. Inputs. Otlp Configuration Response> - Open telemetry otlp configurations
- Data
Dog DataConfiguration Dog Configuration Response - Open telemetry datadog destination configuration
- Otlp
Configurations []OtlpConfiguration Response - Open telemetry otlp configurations
- data
Dog DataConfiguration Dog Configuration Response - Open telemetry datadog destination configuration
- otlp
Configurations List<OtlpConfiguration Response> - Open telemetry otlp configurations
- data
Dog DataConfiguration Dog Configuration Response - Open telemetry datadog destination configuration
- otlp
Configurations OtlpConfiguration Response[] - Open telemetry otlp configurations
- data_
dog_ Dataconfiguration Dog Configuration Response - Open telemetry datadog destination configuration
- otlp_
configurations Sequence[OtlpConfiguration Response] - Open telemetry otlp configurations
- data
Dog Property MapConfiguration - Open telemetry datadog destination configuration
- otlp
Configurations List<Property Map> - Open telemetry otlp configurations
DiskEncryptionConfigurationResponse
- Key
Vault Pulumi.Configuration Azure Native. App. Inputs. Disk Encryption Configuration Response Key Vault Configuration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
- Key
Vault DiskConfiguration Encryption Configuration Response Key Vault Configuration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
- key
Vault DiskConfiguration Encryption Configuration Response Key Vault Configuration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
- key
Vault DiskConfiguration Encryption Configuration Response Key Vault Configuration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
- key_
vault_ Diskconfiguration Encryption Configuration Response Key Vault Configuration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
- key
Vault Property MapConfiguration - The Key Vault that contains your key to use for disk encryption. The Key Vault must be in the same region as the Managed Environment.
DiskEncryptionConfigurationResponseAuth
- Identity string
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
- Identity string
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
- identity String
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
- identity string
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
- identity str
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
- identity String
- Resource ID of a user-assigned managed identity to authenticate to the Key Vault. The identity must be assigned to the managed environment, in the same tenant as the Key Vault, and it must have the following key permissions on the Key Vault: wrapkey, unwrapkey, get.
DiskEncryptionConfigurationResponseKeyVaultConfiguration
- Auth
Pulumi.
Azure Native. App. Inputs. Disk Encryption Configuration Response Auth - Configuration properties for the authentication to the Key Vault
- Key
Url string - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
- Auth
Disk
Encryption Configuration Response Auth - Configuration properties for the authentication to the Key Vault
- Key
Url string - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
- auth
Disk
Encryption Configuration Response Auth - Configuration properties for the authentication to the Key Vault
- key
Url String - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
- auth
Disk
Encryption Configuration Response Auth - Configuration properties for the authentication to the Key Vault
- key
Url string - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
- auth
Disk
Encryption Configuration Response Auth - Configuration properties for the authentication to the Key Vault
- key_
url str - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
- auth Property Map
- Configuration properties for the authentication to the Key Vault
- key
Url String - Key URL pointing to a key in KeyVault. Version segment of the Url is required.
HeaderResponse
IngressConfigurationResponse
- Header
Count intLimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- Request
Idle intTimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- Scale
Pulumi.
Azure Native. App. Inputs. Ingress Configuration Response Scale - Scaling configuration for the ingress component. Required.
- Termination
Grace intPeriod Seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- Workload
Profile stringName - Name of the workload profile used by the ingress component. Required.
- Header
Count intLimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- Request
Idle intTimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- Scale
Ingress
Configuration Response Scale - Scaling configuration for the ingress component. Required.
- Termination
Grace intPeriod Seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- Workload
Profile stringName - Name of the workload profile used by the ingress component. Required.
- header
Count IntegerLimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- request
Idle IntegerTimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- scale
Ingress
Configuration Response Scale - Scaling configuration for the ingress component. Required.
- termination
Grace IntegerPeriod Seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- workload
Profile StringName - Name of the workload profile used by the ingress component. Required.
- header
Count numberLimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- request
Idle numberTimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- scale
Ingress
Configuration Response Scale - Scaling configuration for the ingress component. Required.
- termination
Grace numberPeriod Seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- workload
Profile stringName - Name of the workload profile used by the ingress component. Required.
- header_
count_ intlimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- request_
idle_ inttimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- scale
Ingress
Configuration Response Scale - Scaling configuration for the ingress component. Required.
- termination_
grace_ intperiod_ seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- workload_
profile_ strname - Name of the workload profile used by the ingress component. Required.
- header
Count NumberLimit - Maximum number of headers per request allowed by the ingress. Must be at least 1. Defaults to 100.
- request
Idle NumberTimeout - Duration (in minutes) before idle requests are timed out. Must be at least 1 minute. Defaults to 4 minutes.
- scale Property Map
- Scaling configuration for the ingress component. Required.
- termination
Grace NumberPeriod Seconds - Time (in seconds) to allow active connections to complete on termination. Must be between 0 and 3600. Defaults to 480 seconds.
- workload
Profile StringName - Name of the workload profile used by the ingress component. Required.
IngressConfigurationResponseScale
- Max
Replicas int - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- Min
Replicas int - Minimum number of ingress replicas. Must be at least 2. Required.
- Max
Replicas int - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- Min
Replicas int - Minimum number of ingress replicas. Must be at least 2. Required.
- max
Replicas Integer - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- min
Replicas Integer - Minimum number of ingress replicas. Must be at least 2. Required.
- max
Replicas number - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- min
Replicas number - Minimum number of ingress replicas. Must be at least 2. Required.
- max_
replicas int - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- min_
replicas int - Minimum number of ingress replicas. Must be at least 2. Required.
- max
Replicas Number - Maximum number of ingress replicas. Must be greater than or equal to minReplicas.
- min
Replicas Number - Minimum number of ingress replicas. Must be at least 2. Required.
KedaConfigurationResponse
- Version string
- The version of Keda
- Version string
- The version of Keda
- version String
- The version of Keda
- version string
- The version of Keda
- version str
- The version of Keda
- version String
- The version of Keda
LogAnalyticsConfigurationResponse
- Customer
Id string - Log analytics customer id
- Dynamic
Json boolColumns - Boolean indicating whether to parse json string log into dynamic json columns
- Customer
Id string - Log analytics customer id
- Dynamic
Json boolColumns - Boolean indicating whether to parse json string log into dynamic json columns
- customer
Id String - Log analytics customer id
- dynamic
Json BooleanColumns - Boolean indicating whether to parse json string log into dynamic json columns
- customer
Id string - Log analytics customer id
- dynamic
Json booleanColumns - Boolean indicating whether to parse json string log into dynamic json columns
- customer_
id str - Log analytics customer id
- dynamic_
json_ boolcolumns - Boolean indicating whether to parse json string log into dynamic json columns
- customer
Id String - Log analytics customer id
- dynamic
Json BooleanColumns - Boolean indicating whether to parse json string log into dynamic json columns
LogsConfigurationResponse
- Destinations List<string>
- Open telemetry logs destinations
- Destinations []string
- Open telemetry logs destinations
- destinations List<String>
- Open telemetry logs destinations
- destinations string[]
- Open telemetry logs destinations
- destinations Sequence[str]
- Open telemetry logs destinations
- destinations List<String>
- Open telemetry logs destinations
ManagedEnvironmentResponseEncryption
- Enabled bool
- Boolean indicating whether the peer traffic encryption is enabled
- Enabled bool
- Boolean indicating whether the peer traffic encryption is enabled
- enabled Boolean
- Boolean indicating whether the peer traffic encryption is enabled
- enabled boolean
- Boolean indicating whether the peer traffic encryption is enabled
- enabled bool
- Boolean indicating whether the peer traffic encryption is enabled
- enabled Boolean
- Boolean indicating whether the peer traffic encryption is enabled
ManagedEnvironmentResponsePeerAuthentication
- Mtls
Pulumi.
Azure Native. App. Inputs. Mtls Response - Mutual TLS authentication settings for the Managed Environment
- Mtls
Mtls
Response - Mutual TLS authentication settings for the Managed Environment
- mtls
Mtls
Response - Mutual TLS authentication settings for the Managed Environment
- mtls
Mtls
Response - Mutual TLS authentication settings for the Managed Environment
- mtls
Mtls
Response - Mutual TLS authentication settings for the Managed Environment
- mtls Property Map
- Mutual TLS authentication settings for the Managed Environment
ManagedEnvironmentResponsePeerTrafficConfiguration
- Encryption
Pulumi.
Azure Native. App. Inputs. Managed Environment Response Encryption - Peer traffic encryption settings for the Managed Environment
- Encryption
Managed
Environment Response Encryption - Peer traffic encryption settings for the Managed Environment
- encryption
Managed
Environment Response Encryption - Peer traffic encryption settings for the Managed Environment
- encryption
Managed
Environment Response Encryption - Peer traffic encryption settings for the Managed Environment
- encryption
Managed
Environment Response Encryption - Peer traffic encryption settings for the Managed Environment
- encryption Property Map
- Peer traffic encryption settings for the Managed Environment
ManagedServiceIdentityResponse
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned Dictionary<string, Pulumi.Identities Azure Native. App. Inputs. User Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- Principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- Type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- User
Assigned map[string]UserIdentities Assigned Identity Response - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<String,UserIdentities Assigned Identity Response> - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id string - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id string - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type string
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned {[key: string]: UserIdentities Assigned Identity Response} - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal_
id str - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant_
id str - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type str
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user_
assigned_ Mapping[str, Useridentities Assigned Identity Response] - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
- principal
Id String - The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity.
- tenant
Id String - The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity.
- type String
- Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed).
- user
Assigned Map<Property Map>Identities - The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests.
MetricsConfigurationResponse
- Destinations List<string>
- Open telemetry metrics destinations
- Include
Keda bool - Boolean indicating if including keda metrics
- Destinations []string
- Open telemetry metrics destinations
- Include
Keda bool - Boolean indicating if including keda metrics
- destinations List<String>
- Open telemetry metrics destinations
- include
Keda Boolean - Boolean indicating if including keda metrics
- destinations string[]
- Open telemetry metrics destinations
- include
Keda boolean - Boolean indicating if including keda metrics
- destinations Sequence[str]
- Open telemetry metrics destinations
- include_
keda bool - Boolean indicating if including keda metrics
- destinations List<String>
- Open telemetry metrics destinations
- include
Keda Boolean - Boolean indicating if including keda metrics
MtlsResponse
- Enabled bool
- Boolean indicating whether the mutual TLS authentication is enabled
- Enabled bool
- Boolean indicating whether the mutual TLS authentication is enabled
- enabled Boolean
- Boolean indicating whether the mutual TLS authentication is enabled
- enabled boolean
- Boolean indicating whether the mutual TLS authentication is enabled
- enabled bool
- Boolean indicating whether the mutual TLS authentication is enabled
- enabled Boolean
- Boolean indicating whether the mutual TLS authentication is enabled
OpenTelemetryConfigurationResponse
- Destinations
Configuration Pulumi.Azure Native. App. Inputs. Destinations Configuration Response - Open telemetry destinations configuration
- Logs
Configuration Pulumi.Azure Native. App. Inputs. Logs Configuration Response - Open telemetry logs configuration
- Metrics
Configuration Pulumi.Azure Native. App. Inputs. Metrics Configuration Response - Open telemetry metrics configuration
- Traces
Configuration Pulumi.Azure Native. App. Inputs. Traces Configuration Response - Open telemetry trace configuration
- Destinations
Configuration DestinationsConfiguration Response - Open telemetry destinations configuration
- Logs
Configuration LogsConfiguration Response - Open telemetry logs configuration
- Metrics
Configuration MetricsConfiguration Response - Open telemetry metrics configuration
- Traces
Configuration TracesConfiguration Response - Open telemetry trace configuration
- destinations
Configuration DestinationsConfiguration Response - Open telemetry destinations configuration
- logs
Configuration LogsConfiguration Response - Open telemetry logs configuration
- metrics
Configuration MetricsConfiguration Response - Open telemetry metrics configuration
- traces
Configuration TracesConfiguration Response - Open telemetry trace configuration
- destinations
Configuration DestinationsConfiguration Response - Open telemetry destinations configuration
- logs
Configuration LogsConfiguration Response - Open telemetry logs configuration
- metrics
Configuration MetricsConfiguration Response - Open telemetry metrics configuration
- traces
Configuration TracesConfiguration Response - Open telemetry trace configuration
- destinations_
configuration DestinationsConfiguration Response - Open telemetry destinations configuration
- logs_
configuration LogsConfiguration Response - Open telemetry logs configuration
- metrics_
configuration MetricsConfiguration Response - Open telemetry metrics configuration
- traces_
configuration TracesConfiguration Response - Open telemetry trace configuration
- destinations
Configuration Property Map - Open telemetry destinations configuration
- logs
Configuration Property Map - Open telemetry logs configuration
- metrics
Configuration Property Map - Open telemetry metrics configuration
- traces
Configuration Property Map - Open telemetry trace configuration
OtlpConfigurationResponse
- Endpoint string
- The endpoint of otlp configuration
- Headers
List<Pulumi.
Azure Native. App. Inputs. Header Response> - Headers of otlp configurations
- Insecure bool
- Boolean indicating if otlp configuration is insecure
- Name string
- The name of otlp configuration
- Endpoint string
- The endpoint of otlp configuration
- Headers
[]Header
Response - Headers of otlp configurations
- Insecure bool
- Boolean indicating if otlp configuration is insecure
- Name string
- The name of otlp configuration
- endpoint String
- The endpoint of otlp configuration
- headers
List<Header
Response> - Headers of otlp configurations
- insecure Boolean
- Boolean indicating if otlp configuration is insecure
- name String
- The name of otlp configuration
- endpoint string
- The endpoint of otlp configuration
- headers
Header
Response[] - Headers of otlp configurations
- insecure boolean
- Boolean indicating if otlp configuration is insecure
- name string
- The name of otlp configuration
- endpoint str
- The endpoint of otlp configuration
- headers
Sequence[Header
Response] - Headers of otlp configurations
- insecure bool
- Boolean indicating if otlp configuration is insecure
- name str
- The name of otlp configuration
- endpoint String
- The endpoint of otlp configuration
- headers List<Property Map>
- Headers of otlp configurations
- insecure Boolean
- Boolean indicating if otlp configuration is insecure
- name String
- The name of otlp configuration
PrivateEndpointConnectionResponse
- Group
Ids List<string> - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link Pulumi.Service Connection State Azure Native. App. Inputs. Private Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection resource.
- System
Data Pulumi.Azure Native. App. Inputs. 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"
- Private
Endpoint Pulumi.Azure Native. App. Inputs. Private Endpoint Response - The resource of private end point.
- Group
Ids []string - The group ids for the private endpoint resource.
- Id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- Name string
- The name of the resource
- Private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- Provisioning
State string - The provisioning state of the private endpoint connection 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"
- Private
Endpoint PrivateEndpoint Response - The resource of private end point.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection 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"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- group
Ids string[] - The group ids for the private endpoint resource.
- id string
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name string
- The name of the resource
- private
Link PrivateService Connection State Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State string - The provisioning state of the private endpoint connection 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"
- private
Endpoint PrivateEndpoint Response - The resource of private end point.
- group_
ids Sequence[str] - The group ids for the private endpoint resource.
- id str
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name str
- The name of the resource
- private_
link_ Privateservice_ connection_ state Link Service Connection State Response - A collection of information about the state of the connection between service consumer and provider.
- provisioning_
state str - The provisioning state of the private endpoint connection 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"
- private_
endpoint PrivateEndpoint Response - The resource of private end point.
- group
Ids List<String> - The group ids for the private endpoint resource.
- id String
- Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
- name String
- The name of the resource
- private
Link Property MapService Connection State - A collection of information about the state of the connection between service consumer and provider.
- provisioning
State String - The provisioning state of the private endpoint connection 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"
- private
Endpoint Property Map - The resource of private end point.
PrivateEndpointResponse
- Id string
- The ARM identifier for Private Endpoint
- Id string
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
- id string
- The ARM identifier for Private Endpoint
- id str
- The ARM identifier for Private Endpoint
- id String
- The ARM identifier for Private Endpoint
PrivateLinkServiceConnectionStateResponse
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- Actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- Description string
- The reason for approval/rejection of the connection.
- Status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required string - A message indicating if changes on the service provider require any updates on the consumer.
- description string
- The reason for approval/rejection of the connection.
- status string
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions_
required str - A message indicating if changes on the service provider require any updates on the consumer.
- description str
- The reason for approval/rejection of the connection.
- status str
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
- actions
Required String - A message indicating if changes on the service provider require any updates on the consumer.
- description String
- The reason for approval/rejection of the connection.
- status String
- Indicates whether the connection has been Approved/Rejected/Removed by the owner of the service.
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.
TracesConfigurationResponse
- Destinations List<string>
- Open telemetry traces destinations
- Include
Dapr bool - Boolean indicating if including dapr traces
- Destinations []string
- Open telemetry traces destinations
- Include
Dapr bool - Boolean indicating if including dapr traces
- destinations List<String>
- Open telemetry traces destinations
- include
Dapr Boolean - Boolean indicating if including dapr traces
- destinations string[]
- Open telemetry traces destinations
- include
Dapr boolean - Boolean indicating if including dapr traces
- destinations Sequence[str]
- Open telemetry traces destinations
- include_
dapr bool - Boolean indicating if including dapr traces
- destinations List<String>
- Open telemetry traces destinations
- include
Dapr Boolean - Boolean indicating if including dapr traces
UserAssignedIdentityResponse
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- Client
Id string - The client ID of the assigned identity.
- Principal
Id string - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
- client
Id string - The client ID of the assigned identity.
- principal
Id string - The principal ID of the assigned identity.
- client_
id str - The client ID of the assigned identity.
- principal_
id str - The principal ID of the assigned identity.
- client
Id String - The client ID of the assigned identity.
- principal
Id String - The principal ID of the assigned identity.
VnetConfigurationResponse
- Docker
Bridge stringCidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- Infrastructure
Subnet stringId - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- Internal bool
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- Platform
Reserved stringCidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- Platform
Reserved stringDns IP - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
- Docker
Bridge stringCidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- Infrastructure
Subnet stringId - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- Internal bool
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- Platform
Reserved stringCidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- Platform
Reserved stringDns IP - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
- docker
Bridge StringCidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- infrastructure
Subnet StringId - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- internal Boolean
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- platform
Reserved StringCidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- platform
Reserved StringDns IP - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
- docker
Bridge stringCidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- infrastructure
Subnet stringId - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- internal boolean
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- platform
Reserved stringCidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- platform
Reserved stringDns IP - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
- docker_
bridge_ strcidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- infrastructure_
subnet_ strid - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- internal bool
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- platform_
reserved_ strcidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- platform_
reserved_ strdns_ ip - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
- docker
Bridge StringCidr - CIDR notation IP range assigned to the Docker bridge, network. Must not overlap with any other provided IP ranges.
- infrastructure
Subnet StringId - Resource ID of a subnet for infrastructure components. Must not overlap with any other provided IP ranges.
- internal Boolean
- Boolean indicating the environment only has an internal load balancer. These environments do not have a public static IP resource. They must provide infrastructureSubnetId if enabling this property
- platform
Reserved StringCidr - IP range in CIDR notation that can be reserved for environment infrastructure IP addresses. Must not overlap with any other provided IP ranges.
- platform
Reserved StringDns IP - An IP address from the IP range defined by platformReservedCidr that will be reserved for the internal DNS server.
WorkloadProfileResponse
- Name string
- Workload profile type for the workloads to run on.
- Workload
Profile stringType - Workload profile type for the workloads to run on.
- Enable
Fips bool - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- Maximum
Count int - The maximum capacity.
- Minimum
Count int - The minimum capacity.
- Name string
- Workload profile type for the workloads to run on.
- Workload
Profile stringType - Workload profile type for the workloads to run on.
- Enable
Fips bool - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- Maximum
Count int - The maximum capacity.
- Minimum
Count int - The minimum capacity.
- name String
- Workload profile type for the workloads to run on.
- workload
Profile StringType - Workload profile type for the workloads to run on.
- enable
Fips Boolean - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- maximum
Count Integer - The maximum capacity.
- minimum
Count Integer - The minimum capacity.
- name string
- Workload profile type for the workloads to run on.
- workload
Profile stringType - Workload profile type for the workloads to run on.
- enable
Fips boolean - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- maximum
Count number - The maximum capacity.
- minimum
Count number - The minimum capacity.
- name str
- Workload profile type for the workloads to run on.
- workload_
profile_ strtype - Workload profile type for the workloads to run on.
- enable_
fips bool - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- maximum_
count int - The maximum capacity.
- minimum_
count int - The minimum capacity.
- name String
- Workload profile type for the workloads to run on.
- workload
Profile StringType - Workload profile type for the workloads to run on.
- enable
Fips Boolean - Whether to use a FIPS-enabled OS. Supported only for dedicated workload profiles.
- maximum
Count Number - The maximum capacity.
- minimum
Count Number - The minimum capacity.
Package Details
- Repository
- Azure Native pulumi/pulumi-azure-native
- License
- Apache-2.0