interface NetWeaverPrometheusExporterProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ApplicationInsights.CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsapplicationinsights#CfnApplicationPropsMixin_NetWeaverPrometheusExporterProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.applicationinsights.CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty |
Python | aws_cdk.cfn_property_mixins.aws_applicationinsights.CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_applicationinsights » CfnApplicationPropsMixin » NetWeaverPrometheusExporterProperty |
The NetWeaver Prometheus Exporter Settings.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_applicationinsights as applicationinsights } from '@aws-cdk/cfn-property-mixins';
const netWeaverPrometheusExporterProperty: applicationinsights.CfnApplicationPropsMixin.NetWeaverPrometheusExporterProperty = {
instanceNumbers: ['instanceNumbers'],
prometheusPort: 'prometheusPort',
sapsid: 'sapsid',
};
Properties
| Name | Type | Description |
|---|---|---|
| instance | string[] | SAP instance numbers for ASCS, ERS, and App Servers. |
| prometheus | string | Prometheus exporter port. |
| sapsid? | string | SAP NetWeaver SID. |
instanceNumbers?
Type:
string[]
(optional)
SAP instance numbers for ASCS, ERS, and App Servers.
prometheusPort?
Type:
string
(optional)
Prometheus exporter port.
sapsid?
Type:
string
(optional)
SAP NetWeaver SID.

.NET
Go
Java
Python
TypeScript