azure-native.apimanagement.ApiDiagnosticLogger
Explore with Pulumi AI
Logger details. API Version: 2018-01-01.
Create ApiDiagnosticLogger Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ApiDiagnosticLogger(name: string, args: ApiDiagnosticLoggerArgs, opts?: CustomResourceOptions);
@overload
def ApiDiagnosticLogger(resource_name: str,
args: ApiDiagnosticLoggerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ApiDiagnosticLogger(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_id: Optional[str] = None,
diagnostic_id: Optional[str] = None,
resource_group_name: Optional[str] = None,
service_name: Optional[str] = None,
loggerid: Optional[str] = None)
func NewApiDiagnosticLogger(ctx *Context, name string, args ApiDiagnosticLoggerArgs, opts ...ResourceOption) (*ApiDiagnosticLogger, error)
public ApiDiagnosticLogger(string name, ApiDiagnosticLoggerArgs args, CustomResourceOptions? opts = null)
public ApiDiagnosticLogger(String name, ApiDiagnosticLoggerArgs args)
public ApiDiagnosticLogger(String name, ApiDiagnosticLoggerArgs args, CustomResourceOptions options)
type: azure-native:apimanagement:ApiDiagnosticLogger
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiDiagnosticLoggerArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name
This property is required. str - The unique name of the resource.
- args
This property is required. ApiDiagnosticLoggerArgs - The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiDiagnosticLoggerArgs - The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name
This property is required. string - The unique name of the resource.
- args
This property is required. ApiDiagnosticLoggerArgs - The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name
This property is required. String - The unique name of the resource.
- args
This property is required. ApiDiagnosticLoggerArgs - The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var apiDiagnosticLoggerResource = new AzureNative.Apimanagement.ApiDiagnosticLogger("apiDiagnosticLoggerResource", new()
{
ApiId = "string",
DiagnosticId = "string",
ResourceGroupName = "string",
ServiceName = "string",
Loggerid = "string",
});
example, err := apimanagement.NewApiDiagnosticLogger(ctx, "apiDiagnosticLoggerResource", &apimanagement.ApiDiagnosticLoggerArgs{
ApiId: "string",
DiagnosticId: "string",
ResourceGroupName: "string",
ServiceName: "string",
Loggerid: "string",
})
var apiDiagnosticLoggerResource = new ApiDiagnosticLogger("apiDiagnosticLoggerResource", ApiDiagnosticLoggerArgs.builder()
.apiId("string")
.diagnosticId("string")
.resourceGroupName("string")
.serviceName("string")
.loggerid("string")
.build());
api_diagnostic_logger_resource = azure_native.apimanagement.ApiDiagnosticLogger("apiDiagnosticLoggerResource",
api_id=string,
diagnostic_id=string,
resource_group_name=string,
service_name=string,
loggerid=string)
const apiDiagnosticLoggerResource = new azure_native.apimanagement.ApiDiagnosticLogger("apiDiagnosticLoggerResource", {
apiId: "string",
diagnosticId: "string",
resourceGroupName: "string",
serviceName: "string",
loggerid: "string",
});
type: azure-native:apimanagement:ApiDiagnosticLogger
properties:
apiId: string
diagnosticId: string
loggerid: string
resourceGroupName: string
serviceName: string
ApiDiagnosticLogger Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The ApiDiagnosticLogger resource accepts the following input properties:
- Api
Id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- Diagnostic
Id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- Loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
- Api
Id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- Diagnostic
Id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- Resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- Service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- Loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
- api
Id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- diagnostic
Id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
- api
Id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- diagnostic
Id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
- api_
id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- diagnostic_
id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- resource_
group_ name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- service_
name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
- api
Id This property is required. Changes to this property will trigger replacement.
- API identifier. Must be unique in the current API Management service instance.
- diagnostic
Id This property is required. Changes to this property will trigger replacement.
- Diagnostic identifier. Must be unique in the current API Management service instance.
- resource
Group Name This property is required. Changes to this property will trigger replacement.
- The name of the resource group.
- service
Name This property is required. Changes to this property will trigger replacement.
- The name of the API Management service.
- loggerid
Changes to this property will trigger replacement.
- Logger identifier. Must be unique in the API Management service instance.
Outputs
All input properties are implicitly available as output properties. Additionally, the ApiDiagnosticLogger resource produces the following output properties:
- Credentials Dictionary<string, string>
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- Id string
- The provider-assigned unique ID for this managed resource.
- Logger
Type string - Logger type.
- Name string
- Resource name.
- Type string
- Resource type for API Management resource.
- Description string
- Logger description.
- Is
Buffered bool - Whether records are buffered in the logger before publishing. Default is assumed to be true.
- Credentials map[string]string
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- Id string
- The provider-assigned unique ID for this managed resource.
- Logger
Type string - Logger type.
- Name string
- Resource name.
- Type string
- Resource type for API Management resource.
- Description string
- Logger description.
- Is
Buffered bool - Whether records are buffered in the logger before publishing. Default is assumed to be true.
- credentials Map<String,String>
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- id String
- The provider-assigned unique ID for this managed resource.
- logger
Type String - Logger type.
- name String
- Resource name.
- type String
- Resource type for API Management resource.
- description String
- Logger description.
- is
Buffered Boolean - Whether records are buffered in the logger before publishing. Default is assumed to be true.
- credentials {[key: string]: string}
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- id string
- The provider-assigned unique ID for this managed resource.
- logger
Type string - Logger type.
- name string
- Resource name.
- type string
- Resource type for API Management resource.
- description string
- Logger description.
- is
Buffered boolean - Whether records are buffered in the logger before publishing. Default is assumed to be true.
- credentials Mapping[str, str]
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- id str
- The provider-assigned unique ID for this managed resource.
- logger_
type str - Logger type.
- name str
- Resource name.
- type str
- Resource type for API Management resource.
- description str
- Logger description.
- is_
buffered bool - Whether records are buffered in the logger before publishing. Default is assumed to be true.
- credentials Map<String>
- The name and SendRule connection string of the event hub for azureEventHub logger. Instrumentation key for applicationInsights logger.
- id String
- The provider-assigned unique ID for this managed resource.
- logger
Type String - Logger type.
- name String
- Resource name.
- type String
- Resource type for API Management resource.
- description String
- Logger description.
- is
Buffered Boolean - Whether records are buffered in the logger before publishing. Default is assumed to be true.
Import
An existing resource can be imported using its type token, name, and identifier, e.g.
$ pulumi import azure-native:apimanagement:ApiDiagnosticLogger applicationinsights /subscriptions/subid/resourcegroups/rg1/providers/Microsoft.ApiManagement/service/apimService1/apis/57d1f7558aa04f15146d9d8a/diagnostics/default/loggers/applicationinsights
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- azure-native-v1 pulumi/pulumi-azure-native
- License
- Apache-2.0