Show / Hide Table of Contents

Class GetServiceIntegrationEndpointDatadogUserConfigArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetServiceIntegrationEndpointDatadogUserConfigArgs
Inherited Members
InvokeArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aiven.Inputs
Assembly: Pulumi.Aiven.dll
Syntax
public sealed class GetServiceIntegrationEndpointDatadogUserConfigArgs : InvokeArgs

Constructors

View Source

GetServiceIntegrationEndpointDatadogUserConfigArgs()

Declaration
public GetServiceIntegrationEndpointDatadogUserConfigArgs()

Properties

View Source

DatadogApiKey

Declaration
public string DatadogApiKey { get; set; }
Property Value
Type Description
System.String
View Source

DisableConsumerStats

Declaration
public string DisableConsumerStats { get; set; }
Property Value
Type Description
System.String
View Source

MaxPartitionContexts

Declaration
public int? MaxPartitionContexts { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Site

Declaration
public string Site { get; set; }
Property Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.