These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
azure-native.insights.getExportConfiguration
Explore with Pulumi AI
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi
Get the Continuous Export configuration for this export id. API Version: 2015-05-01.
Using getExportConfiguration
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 getExportConfiguration(args: GetExportConfigurationArgs, opts?: InvokeOptions): Promise<GetExportConfigurationResult>
function getExportConfigurationOutput(args: GetExportConfigurationOutputArgs, opts?: InvokeOptions): Output<GetExportConfigurationResult>
def get_export_configuration(export_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
resource_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetExportConfigurationResult
def get_export_configuration_output(export_id: Optional[pulumi.Input[str]] = None,
resource_group_name: Optional[pulumi.Input[str]] = None,
resource_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetExportConfigurationResult]
func LookupExportConfiguration(ctx *Context, args *LookupExportConfigurationArgs, opts ...InvokeOption) (*LookupExportConfigurationResult, error)
func LookupExportConfigurationOutput(ctx *Context, args *LookupExportConfigurationOutputArgs, opts ...InvokeOption) LookupExportConfigurationResultOutput
> Note: This function is named LookupExportConfiguration
in the Go SDK.
public static class GetExportConfiguration
{
public static Task<GetExportConfigurationResult> InvokeAsync(GetExportConfigurationArgs args, InvokeOptions? opts = null)
public static Output<GetExportConfigurationResult> Invoke(GetExportConfigurationInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetExportConfigurationResult> getExportConfiguration(GetExportConfigurationArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: azure-native:insights:getExportConfiguration
arguments:
# arguments dictionary
The following arguments are supported:
- Export
Id string - The Continuous Export configuration ID. This is unique within a Application Insights component.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The name of the Application Insights component resource.
- Export
Id string - The Continuous Export configuration ID. This is unique within a Application Insights component.
- Resource
Group stringName - The name of the resource group. The name is case insensitive.
- Resource
Name string - The name of the Application Insights component resource.
- export
Id String - The Continuous Export configuration ID. This is unique within a Application Insights component.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The name of the Application Insights component resource.
- export
Id string - The Continuous Export configuration ID. This is unique within a Application Insights component.
- resource
Group stringName - The name of the resource group. The name is case insensitive.
- resource
Name string - The name of the Application Insights component resource.
- export_
id str - The Continuous Export configuration ID. This is unique within a Application Insights component.
- resource_
group_ strname - The name of the resource group. The name is case insensitive.
- resource_
name str - The name of the Application Insights component resource.
- export
Id String - The Continuous Export configuration ID. This is unique within a Application Insights component.
- resource
Group StringName - The name of the resource group. The name is case insensitive.
- resource
Name String - The name of the Application Insights component resource.
getExportConfiguration Result
The following output properties are available:
- Application
Name string - The name of the Application Insights component.
- Container
Name string - The name of the destination storage container.
- Destination
Account stringId - The name of destination account.
- Destination
Storage stringLocation Id - The destination account location ID.
- Destination
Storage stringSubscription Id - The destination storage account subscription ID.
- Destination
Type string - The destination type.
- Export
Id string - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- Export
Status string - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- Instrumentation
Key string - The instrumentation key of the Application Insights component.
- Is
User stringEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- Last
Gap stringTime - The last time the Continuous Export configuration started failing.
- Last
Success stringTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- Last
User stringUpdate - Last time the Continuous Export configuration was updated.
- Permanent
Error stringReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- Resource
Group string - The resource group of the Application Insights component.
- Storage
Name string - The name of the destination storage account.
- Subscription
Id string - The subscription of the Application Insights component.
- Notification
Queue stringEnabled - Deprecated
- Record
Types string - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- Application
Name string - The name of the Application Insights component.
- Container
Name string - The name of the destination storage container.
- Destination
Account stringId - The name of destination account.
- Destination
Storage stringLocation Id - The destination account location ID.
- Destination
Storage stringSubscription Id - The destination storage account subscription ID.
- Destination
Type string - The destination type.
- Export
Id string - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- Export
Status string - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- Instrumentation
Key string - The instrumentation key of the Application Insights component.
- Is
User stringEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- Last
Gap stringTime - The last time the Continuous Export configuration started failing.
- Last
Success stringTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- Last
User stringUpdate - Last time the Continuous Export configuration was updated.
- Permanent
Error stringReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- Resource
Group string - The resource group of the Application Insights component.
- Storage
Name string - The name of the destination storage account.
- Subscription
Id string - The subscription of the Application Insights component.
- Notification
Queue stringEnabled - Deprecated
- Record
Types string - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- application
Name String - The name of the Application Insights component.
- container
Name String - The name of the destination storage container.
- destination
Account StringId - The name of destination account.
- destination
Storage StringLocation Id - The destination account location ID.
- destination
Storage StringSubscription Id - The destination storage account subscription ID.
- destination
Type String - The destination type.
- export
Id String - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- export
Status String - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentation
Key String - The instrumentation key of the Application Insights component.
- is
User StringEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- last
Gap StringTime - The last time the Continuous Export configuration started failing.
- last
Success StringTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- last
User StringUpdate - Last time the Continuous Export configuration was updated.
- permanent
Error StringReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resource
Group String - The resource group of the Application Insights component.
- storage
Name String - The name of the destination storage account.
- subscription
Id String - The subscription of the Application Insights component.
- notification
Queue StringEnabled - Deprecated
- record
Types String - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- application
Name string - The name of the Application Insights component.
- container
Name string - The name of the destination storage container.
- destination
Account stringId - The name of destination account.
- destination
Storage stringLocation Id - The destination account location ID.
- destination
Storage stringSubscription Id - The destination storage account subscription ID.
- destination
Type string - The destination type.
- export
Id string - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- export
Status string - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentation
Key string - The instrumentation key of the Application Insights component.
- is
User stringEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- last
Gap stringTime - The last time the Continuous Export configuration started failing.
- last
Success stringTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- last
User stringUpdate - Last time the Continuous Export configuration was updated.
- permanent
Error stringReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resource
Group string - The resource group of the Application Insights component.
- storage
Name string - The name of the destination storage account.
- subscription
Id string - The subscription of the Application Insights component.
- notification
Queue stringEnabled - Deprecated
- record
Types string - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- application_
name str - The name of the Application Insights component.
- container_
name str - The name of the destination storage container.
- destination_
account_ strid - The name of destination account.
- destination_
storage_ strlocation_ id - The destination account location ID.
- destination_
storage_ strsubscription_ id - The destination storage account subscription ID.
- destination_
type str - The destination type.
- export_
id str - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- export_
status str - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentation_
key str - The instrumentation key of the Application Insights component.
- is_
user_ strenabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- last_
gap_ strtime - The last time the Continuous Export configuration started failing.
- last_
success_ strtime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- last_
user_ strupdate - Last time the Continuous Export configuration was updated.
- permanent_
error_ strreason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resource_
group str - The resource group of the Application Insights component.
- storage_
name str - The name of the destination storage account.
- subscription_
id str - The subscription of the Application Insights component.
- notification_
queue_ strenabled - Deprecated
- record_
types str - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
- application
Name String - The name of the Application Insights component.
- container
Name String - The name of the destination storage container.
- destination
Account StringId - The name of destination account.
- destination
Storage StringLocation Id - The destination account location ID.
- destination
Storage StringSubscription Id - The destination storage account subscription ID.
- destination
Type String - The destination type.
- export
Id String - The unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
- export
Status String - This indicates current Continuous Export configuration status. The possible values are 'Preparing', 'Success', 'Failure'.
- instrumentation
Key String - The instrumentation key of the Application Insights component.
- is
User StringEnabled - This will be 'true' if the Continuous Export configuration is enabled, otherwise it will be 'false'.
- last
Gap StringTime - The last time the Continuous Export configuration started failing.
- last
Success StringTime - The last time data was successfully delivered to the destination storage container for this Continuous Export configuration.
- last
User StringUpdate - Last time the Continuous Export configuration was updated.
- permanent
Error StringReason - This is the reason the Continuous Export configuration started failing. It can be 'AzureStorageNotFound' or 'AzureStorageAccessDenied'.
- resource
Group String - The resource group of the Application Insights component.
- storage
Name String - The name of the destination storage account.
- subscription
Id String - The subscription of the Application Insights component.
- notification
Queue StringEnabled - Deprecated
- record
Types String - This comma separated list of document types that will be exported. The possible values include 'Requests', 'Event', 'Exceptions', 'Metrics', 'PageViews', 'PageViewPerformance', 'Rdd', 'PerformanceCounters', 'Availability', 'Messages'.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0
These are the docs for Azure Native v1. We recommenend using the latest version, Azure Native v2.
Azure Native v1 v1.104.0 published on Thursday, Jul 6, 2023 by Pulumi