ServiceIntegrationEndpoint
Example Usage
using Pulumi;
using Aiven = Pulumi.Aiven;
class MyStack : Stack
{
public MyStack()
{
var myendpoint = new Aiven.ServiceIntegrationEndpoint("myendpoint", new Aiven.ServiceIntegrationEndpointArgs
{
DatadogUserConfig = new Aiven.Inputs.ServiceIntegrationEndpointDatadogUserConfigArgs
{
DatadogApiKey = "<DATADOG_API_KEY>",
},
EndpointName = "<ENDPOINT_NAME>",
EndpointType = "datadog",
Project = aiven_project.Myproject.Project,
});
}
}
Coming soon!
import pulumi
import pulumi_aiven as aiven
myendpoint = aiven.ServiceIntegrationEndpoint("myendpoint",
datadog_user_config={
"datadogApiKey": "<DATADOG_API_KEY>",
},
endpoint_name="<ENDPOINT_NAME>",
endpoint_type="datadog",
project=aiven_project["myproject"]["project"])import * as pulumi from "@pulumi/pulumi";
import * as aiven from "@pulumi/aiven";
const myendpoint = new aiven.ServiceIntegrationEndpoint("myendpoint", {
datadogUserConfig: {
datadogApiKey: "<DATADOG_API_KEY>",
},
endpointName: "<ENDPOINT_NAME>",
endpointType: "datadog",
project: aiven_project_myproject.project,
});Create a ServiceIntegrationEndpoint Resource
new ServiceIntegrationEndpoint(name: string, args: ServiceIntegrationEndpointArgs, opts?: CustomResourceOptions);def ServiceIntegrationEndpoint(resource_name, opts=None, datadog_user_config=None, endpoint_name=None, endpoint_type=None, external_elasticsearch_logs_user_config=None, project=None, prometheus_user_config=None, rsyslog_user_config=None, __props__=None);func NewServiceIntegrationEndpoint(ctx *Context, name string, args ServiceIntegrationEndpointArgs, opts ...ResourceOption) (*ServiceIntegrationEndpoint, error)public ServiceIntegrationEndpoint(string name, ServiceIntegrationEndpointArgs args, CustomResourceOptions? opts = null)- name string
- The unique name of the resource.
- args ServiceIntegrationEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- opts ResourceOptions
- A bag of options that control this resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args ServiceIntegrationEndpointArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ServiceIntegrationEndpointArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
ServiceIntegrationEndpoint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Programming Model docs.
Inputs
The ServiceIntegrationEndpoint resource accepts the following input properties:
- Endpoint
Name string Name of the service integration endpoint
- Endpoint
Type string Type of the service integration endpoint
- Project string
Project the service integration endpoint belongs to
- Datadog
User ServiceConfig Integration Endpoint Datadog User Config Args Datadog specific user configurable settings
- External
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config Args external elasticsearch specific user configurable settings
- Prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Args Prometheus specific user configurable settings
- Rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config Args rsyslog specific user configurable settings
- Endpoint
Name string Name of the service integration endpoint
- Endpoint
Type string Type of the service integration endpoint
- Project string
Project the service integration endpoint belongs to
- Datadog
User ServiceConfig Integration Endpoint Datadog User Config Datadog specific user configurable settings
- External
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config external elasticsearch specific user configurable settings
- Prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Prometheus specific user configurable settings
- Rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config rsyslog specific user configurable settings
- endpoint
Name string Name of the service integration endpoint
- endpoint
Type string Type of the service integration endpoint
- project string
Project the service integration endpoint belongs to
- datadog
User ServiceConfig Integration Endpoint Datadog User Config Datadog specific user configurable settings
- external
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config external elasticsearch specific user configurable settings
- prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Prometheus specific user configurable settings
- rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config rsyslog specific user configurable settings
- endpoint_
name str Name of the service integration endpoint
- endpoint_
type str Type of the service integration endpoint
- project str
Project the service integration endpoint belongs to
- datadog_
user_ Dict[Serviceconfig Integration Endpoint Datadog User Config] Datadog specific user configurable settings
- external_
elasticsearch_ Dict[Servicelogs_ user_ config Integration Endpoint External Elasticsearch Logs User Config] external elasticsearch specific user configurable settings
- prometheus_
user_ Dict[Serviceconfig Integration Endpoint Prometheus User Config] Prometheus specific user configurable settings
- rsyslog_
user_ Dict[Serviceconfig Integration Endpoint Rsyslog User Config] rsyslog specific user configurable settings
Outputs
All input properties are implicitly available as output properties. Additionally, the ServiceIntegrationEndpoint resource produces the following output properties:
- Endpoint
Config Dictionary<string, string> Integration endpoint specific backend configuration
- Id string
- The provider-assigned unique ID for this managed resource.
- Endpoint
Config map[string]string Integration endpoint specific backend configuration
- Id string
- The provider-assigned unique ID for this managed resource.
- endpoint
Config {[key: string]: string} Integration endpoint specific backend configuration
- id string
- The provider-assigned unique ID for this managed resource.
- endpoint_
config Dict[str, str] Integration endpoint specific backend configuration
- id str
- The provider-assigned unique ID for this managed resource.
Look up an Existing ServiceIntegrationEndpoint Resource
Get an existing ServiceIntegrationEndpoint resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: ServiceIntegrationEndpointState, opts?: CustomResourceOptions): ServiceIntegrationEndpointstatic get(resource_name, id, opts=None, datadog_user_config=None, endpoint_config=None, endpoint_name=None, endpoint_type=None, external_elasticsearch_logs_user_config=None, project=None, prometheus_user_config=None, rsyslog_user_config=None, __props__=None);func GetServiceIntegrationEndpoint(ctx *Context, name string, id IDInput, state *ServiceIntegrationEndpointState, opts ...ResourceOption) (*ServiceIntegrationEndpoint, error)public static ServiceIntegrationEndpoint Get(string name, Input<string> id, ServiceIntegrationEndpointState? state, CustomResourceOptions? opts = null)- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
The following state arguments are supported:
- Datadog
User ServiceConfig Integration Endpoint Datadog User Config Args Datadog specific user configurable settings
- Endpoint
Config Dictionary<string, string> Integration endpoint specific backend configuration
- Endpoint
Name string Name of the service integration endpoint
- Endpoint
Type string Type of the service integration endpoint
- External
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config Args external elasticsearch specific user configurable settings
- Project string
Project the service integration endpoint belongs to
- Prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Args Prometheus specific user configurable settings
- Rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config Args rsyslog specific user configurable settings
- Datadog
User ServiceConfig Integration Endpoint Datadog User Config Datadog specific user configurable settings
- Endpoint
Config map[string]string Integration endpoint specific backend configuration
- Endpoint
Name string Name of the service integration endpoint
- Endpoint
Type string Type of the service integration endpoint
- External
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config external elasticsearch specific user configurable settings
- Project string
Project the service integration endpoint belongs to
- Prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Prometheus specific user configurable settings
- Rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config rsyslog specific user configurable settings
- datadog
User ServiceConfig Integration Endpoint Datadog User Config Datadog specific user configurable settings
- endpoint
Config {[key: string]: string} Integration endpoint specific backend configuration
- endpoint
Name string Name of the service integration endpoint
- endpoint
Type string Type of the service integration endpoint
- external
Elasticsearch ServiceLogs User Config Integration Endpoint External Elasticsearch Logs User Config external elasticsearch specific user configurable settings
- project string
Project the service integration endpoint belongs to
- prometheus
User ServiceConfig Integration Endpoint Prometheus User Config Prometheus specific user configurable settings
- rsyslog
User ServiceConfig Integration Endpoint Rsyslog User Config rsyslog specific user configurable settings
- datadog_
user_ Dict[Serviceconfig Integration Endpoint Datadog User Config] Datadog specific user configurable settings
- endpoint_
config Dict[str, str] Integration endpoint specific backend configuration
- endpoint_
name str Name of the service integration endpoint
- endpoint_
type str Type of the service integration endpoint
- external_
elasticsearch_ Dict[Servicelogs_ user_ config Integration Endpoint External Elasticsearch Logs User Config] external elasticsearch specific user configurable settings
- project str
Project the service integration endpoint belongs to
- prometheus_
user_ Dict[Serviceconfig Integration Endpoint Prometheus User Config] Prometheus specific user configurable settings
- rsyslog_
user_ Dict[Serviceconfig Integration Endpoint Rsyslog User Config] rsyslog specific user configurable settings
Supporting Types
ServiceIntegrationEndpointDatadogUserConfig
ServiceIntegrationEndpointExternalElasticsearchLogsUserConfig
ServiceIntegrationEndpointPrometheusUserConfig
ServiceIntegrationEndpointRsyslogUserConfig
Package Details
- Repository
- https://github.com/pulumi/pulumi-aiven
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
aivenTerraform Provider.