diff --git a/sdk/dotnet/OpsGenie/ServiceObject.cs b/sdk/dotnet/OpsGenie/ServiceObject.cs index e4f7ae23a..ee416ea34 100644 --- a/sdk/dotnet/OpsGenie/ServiceObject.cs +++ b/sdk/dotnet/OpsGenie/ServiceObject.cs @@ -54,9 +54,6 @@ public partial class ServiceObject : global::Pulumi.CustomResource [Output("name")] public Output Name { get; private set; } = null!; - /// - /// The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - /// [Output("opsgenieApiKey")] public Output OpsgenieApiKey { get; private set; } = null!; @@ -130,10 +127,6 @@ public sealed class ServiceObjectArgs : global::Pulumi.ResourceArgs [Input("opsgenieApiKey", required: true)] private Input? _opsgenieApiKey; - - /// - /// The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - /// public Input? OpsgenieApiKey { get => _opsgenieApiKey; @@ -172,10 +165,6 @@ public sealed class ServiceObjectState : global::Pulumi.ResourceArgs [Input("opsgenieApiKey")] private Input? _opsgenieApiKey; - - /// - /// The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - /// public Input? OpsgenieApiKey { get => _opsgenieApiKey; diff --git a/sdk/dotnet/PagerDuty/ServiceObject.cs b/sdk/dotnet/PagerDuty/ServiceObject.cs index 3c8991191..10aa0ae6e 100644 --- a/sdk/dotnet/PagerDuty/ServiceObject.cs +++ b/sdk/dotnet/PagerDuty/ServiceObject.cs @@ -48,9 +48,6 @@ namespace Pulumi.Datadog.PagerDuty [DatadogResourceType("datadog:pagerduty/serviceObject:ServiceObject")] public partial class ServiceObject : global::Pulumi.CustomResource { - /// - /// Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - /// [Output("serviceKey")] public Output ServiceKey { get; private set; } = null!; @@ -112,10 +109,6 @@ public sealed class ServiceObjectArgs : global::Pulumi.ResourceArgs { [Input("serviceKey", required: true)] private Input? _serviceKey; - - /// - /// Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - /// public Input? ServiceKey { get => _serviceKey; @@ -142,10 +135,6 @@ public sealed class ServiceObjectState : global::Pulumi.ResourceArgs { [Input("serviceKey")] private Input? _serviceKey; - - /// - /// Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - /// public Input? ServiceKey { get => _serviceKey; diff --git a/sdk/go/datadog/opsgenie/serviceObject.go b/sdk/go/datadog/opsgenie/serviceObject.go index 19f5d424e..dcacf6d44 100644 --- a/sdk/go/datadog/opsgenie/serviceObject.go +++ b/sdk/go/datadog/opsgenie/serviceObject.go @@ -55,8 +55,7 @@ type ServiceObject struct { // The custom url for a custom region. CustomUrl pulumi.StringPtrOutput `pulumi:"customUrl"` // The name for the Opsgenie service. - Name pulumi.StringOutput `pulumi:"name"` - // The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. + Name pulumi.StringOutput `pulumi:"name"` OpsgenieApiKey pulumi.StringOutput `pulumi:"opsgenieApiKey"` // The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. Region pulumi.StringOutput `pulumi:"region"` @@ -111,8 +110,7 @@ type serviceObjectState struct { // The custom url for a custom region. CustomUrl *string `pulumi:"customUrl"` // The name for the Opsgenie service. - Name *string `pulumi:"name"` - // The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. + Name *string `pulumi:"name"` OpsgenieApiKey *string `pulumi:"opsgenieApiKey"` // The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. Region *string `pulumi:"region"` @@ -122,8 +120,7 @@ type ServiceObjectState struct { // The custom url for a custom region. CustomUrl pulumi.StringPtrInput // The name for the Opsgenie service. - Name pulumi.StringPtrInput - // The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. + Name pulumi.StringPtrInput OpsgenieApiKey pulumi.StringPtrInput // The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. Region pulumi.StringPtrInput @@ -137,8 +134,7 @@ type serviceObjectArgs struct { // The custom url for a custom region. CustomUrl *string `pulumi:"customUrl"` // The name for the Opsgenie service. - Name string `pulumi:"name"` - // The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. + Name string `pulumi:"name"` OpsgenieApiKey string `pulumi:"opsgenieApiKey"` // The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. Region string `pulumi:"region"` @@ -149,8 +145,7 @@ type ServiceObjectArgs struct { // The custom url for a custom region. CustomUrl pulumi.StringPtrInput // The name for the Opsgenie service. - Name pulumi.StringInput - // The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. + Name pulumi.StringInput OpsgenieApiKey pulumi.StringInput // The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. Region pulumi.StringInput @@ -253,7 +248,6 @@ func (o ServiceObjectOutput) Name() pulumi.StringOutput { return o.ApplyT(func(v *ServiceObject) pulumi.StringOutput { return v.Name }).(pulumi.StringOutput) } -// The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. func (o ServiceObjectOutput) OpsgenieApiKey() pulumi.StringOutput { return o.ApplyT(func(v *ServiceObject) pulumi.StringOutput { return v.OpsgenieApiKey }).(pulumi.StringOutput) } diff --git a/sdk/go/datadog/pagerduty/serviceObject.go b/sdk/go/datadog/pagerduty/serviceObject.go index 1cdcdd890..060d810cc 100644 --- a/sdk/go/datadog/pagerduty/serviceObject.go +++ b/sdk/go/datadog/pagerduty/serviceObject.go @@ -58,7 +58,6 @@ import ( type ServiceObject struct { pulumi.CustomResourceState - // Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. ServiceKey pulumi.StringOutput `pulumi:"serviceKey"` // Your Service name in PagerDuty. ServiceName pulumi.StringOutput `pulumi:"serviceName"` @@ -107,14 +106,12 @@ func GetServiceObject(ctx *pulumi.Context, // Input properties used for looking up and filtering ServiceObject resources. type serviceObjectState struct { - // Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. ServiceKey *string `pulumi:"serviceKey"` // Your Service name in PagerDuty. ServiceName *string `pulumi:"serviceName"` } type ServiceObjectState struct { - // Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. ServiceKey pulumi.StringPtrInput // Your Service name in PagerDuty. ServiceName pulumi.StringPtrInput @@ -125,7 +122,6 @@ func (ServiceObjectState) ElementType() reflect.Type { } type serviceObjectArgs struct { - // Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. ServiceKey string `pulumi:"serviceKey"` // Your Service name in PagerDuty. ServiceName string `pulumi:"serviceName"` @@ -133,7 +129,6 @@ type serviceObjectArgs struct { // The set of arguments for constructing a ServiceObject resource. type ServiceObjectArgs struct { - // Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. ServiceKey pulumi.StringInput // Your Service name in PagerDuty. ServiceName pulumi.StringInput @@ -226,7 +221,6 @@ func (o ServiceObjectOutput) ToServiceObjectOutputWithContext(ctx context.Contex return o } -// Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. func (o ServiceObjectOutput) ServiceKey() pulumi.StringOutput { return o.ApplyT(func(v *ServiceObject) pulumi.StringOutput { return v.ServiceKey }).(pulumi.StringOutput) } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObject.java b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObject.java index 6dabfadff..9ea091319 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObject.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObject.java @@ -92,17 +92,9 @@ public Output> customUrl() { public Output name() { return this.name; } - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ @Export(name="opsgenieApiKey", refs={String.class}, tree="[0]") private Output opsgenieApiKey; - /** - * @return The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ public Output opsgenieApiKey() { return this.opsgenieApiKey; } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObjectArgs.java b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObjectArgs.java index 51b859804..cceb1f8b5 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObjectArgs.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/ServiceObjectArgs.java @@ -46,17 +46,9 @@ public Output name() { return this.name; } - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ @Import(name="opsgenieApiKey", required=true) private Output opsgenieApiKey; - /** - * @return The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ public Output opsgenieApiKey() { return this.opsgenieApiKey; } @@ -145,23 +137,11 @@ public Builder name(String name) { return name(Output.of(name)); } - /** - * @param opsgenieApiKey The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - * @return builder - * - */ public Builder opsgenieApiKey(Output opsgenieApiKey) { $.opsgenieApiKey = opsgenieApiKey; return this; } - /** - * @param opsgenieApiKey The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - * @return builder - * - */ public Builder opsgenieApiKey(String opsgenieApiKey) { return opsgenieApiKey(Output.of(opsgenieApiKey)); } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/inputs/ServiceObjectState.java b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/inputs/ServiceObjectState.java index 0266a83c3..a5b9971e0 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/inputs/ServiceObjectState.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/opsgenie/inputs/ServiceObjectState.java @@ -45,17 +45,9 @@ public Optional> name() { return Optional.ofNullable(this.name); } - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ @Import(name="opsgenieApiKey") private @Nullable Output opsgenieApiKey; - /** - * @return The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - */ public Optional> opsgenieApiKey() { return Optional.ofNullable(this.opsgenieApiKey); } @@ -144,23 +136,11 @@ public Builder name(String name) { return name(Output.of(name)); } - /** - * @param opsgenieApiKey The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - * @return builder - * - */ public Builder opsgenieApiKey(@Nullable Output opsgenieApiKey) { $.opsgenieApiKey = opsgenieApiKey; return this; } - /** - * @param opsgenieApiKey The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - * - * @return builder - * - */ public Builder opsgenieApiKey(String opsgenieApiKey) { return opsgenieApiKey(Output.of(opsgenieApiKey)); } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObject.java b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObject.java index ff208455f..a05dc054d 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObject.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObject.java @@ -69,17 +69,9 @@ */ @ResourceType(type="datadog:pagerduty/serviceObject:ServiceObject") public class ServiceObject extends com.pulumi.resources.CustomResource { - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ @Export(name="serviceKey", refs={String.class}, tree="[0]") private Output serviceKey; - /** - * @return Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ public Output serviceKey() { return this.serviceKey; } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObjectArgs.java b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObjectArgs.java index d7569152b..37b97df2e 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObjectArgs.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/ServiceObjectArgs.java @@ -14,17 +14,9 @@ public final class ServiceObjectArgs extends com.pulumi.resources.ResourceArgs { public static final ServiceObjectArgs Empty = new ServiceObjectArgs(); - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ @Import(name="serviceKey", required=true) private Output serviceKey; - /** - * @return Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ public Output serviceKey() { return this.serviceKey; } @@ -69,23 +61,11 @@ public Builder(ServiceObjectArgs defaults) { $ = new ServiceObjectArgs(Objects.requireNonNull(defaults)); } - /** - * @param serviceKey Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - * @return builder - * - */ public Builder serviceKey(Output serviceKey) { $.serviceKey = serviceKey; return this; } - /** - * @param serviceKey Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - * @return builder - * - */ public Builder serviceKey(String serviceKey) { return serviceKey(Output.of(serviceKey)); } diff --git a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/inputs/ServiceObjectState.java b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/inputs/ServiceObjectState.java index 04736a6ac..2e0d567dd 100644 --- a/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/inputs/ServiceObjectState.java +++ b/sdk/java/src/main/java/com/pulumi/datadog/pagerduty/inputs/ServiceObjectState.java @@ -15,17 +15,9 @@ public final class ServiceObjectState extends com.pulumi.resources.ResourceArgs public static final ServiceObjectState Empty = new ServiceObjectState(); - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ @Import(name="serviceKey") private @Nullable Output serviceKey; - /** - * @return Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - */ public Optional> serviceKey() { return Optional.ofNullable(this.serviceKey); } @@ -70,23 +62,11 @@ public Builder(ServiceObjectState defaults) { $ = new ServiceObjectState(Objects.requireNonNull(defaults)); } - /** - * @param serviceKey Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - * @return builder - * - */ public Builder serviceKey(@Nullable Output serviceKey) { $.serviceKey = serviceKey; return this; } - /** - * @param serviceKey Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - * - * @return builder - * - */ public Builder serviceKey(String serviceKey) { return serviceKey(Output.of(serviceKey)); } diff --git a/sdk/nodejs/opsgenie/serviceObject.ts b/sdk/nodejs/opsgenie/serviceObject.ts index 2c6dff1da..fbaeef004 100644 --- a/sdk/nodejs/opsgenie/serviceObject.ts +++ b/sdk/nodejs/opsgenie/serviceObject.ts @@ -61,9 +61,6 @@ export class ServiceObject extends pulumi.CustomResource { * The name for the Opsgenie service. */ public readonly name!: pulumi.Output; - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - */ public readonly opsgenieApiKey!: pulumi.Output; /** * The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. @@ -122,9 +119,6 @@ export interface ServiceObjectState { * The name for the Opsgenie service. */ name?: pulumi.Input; - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - */ opsgenieApiKey?: pulumi.Input; /** * The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. @@ -144,9 +138,6 @@ export interface ServiceObjectArgs { * The name for the Opsgenie service. */ name: pulumi.Input; - /** - * The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - */ opsgenieApiKey: pulumi.Input; /** * The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. diff --git a/sdk/nodejs/pagerduty/serviceObject.ts b/sdk/nodejs/pagerduty/serviceObject.ts index b0a31328f..6e87b1aa9 100644 --- a/sdk/nodejs/pagerduty/serviceObject.ts +++ b/sdk/nodejs/pagerduty/serviceObject.ts @@ -59,9 +59,6 @@ export class ServiceObject extends pulumi.CustomResource { return obj['__pulumiType'] === ServiceObject.__pulumiType; } - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - */ public readonly serviceKey!: pulumi.Output; /** * Your Service name in PagerDuty. @@ -105,9 +102,6 @@ export class ServiceObject extends pulumi.CustomResource { * Input properties used for looking up and filtering ServiceObject resources. */ export interface ServiceObjectState { - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - */ serviceKey?: pulumi.Input; /** * Your Service name in PagerDuty. @@ -119,9 +113,6 @@ export interface ServiceObjectState { * The set of arguments for constructing a ServiceObject resource. */ export interface ServiceObjectArgs { - /** - * Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - */ serviceKey: pulumi.Input; /** * Your Service name in PagerDuty. diff --git a/sdk/python/pulumi_datadog/opsgenie/service_object.py b/sdk/python/pulumi_datadog/opsgenie/service_object.py index 227be8940..ce7fa6373 100644 --- a/sdk/python/pulumi_datadog/opsgenie/service_object.py +++ b/sdk/python/pulumi_datadog/opsgenie/service_object.py @@ -21,7 +21,6 @@ def __init__(__self__, *, """ The set of arguments for constructing a ServiceObject resource. :param pulumi.Input[str] name: The name for the Opsgenie service. - :param pulumi.Input[str] opsgenie_api_key: The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. :param pulumi.Input[str] region: The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. :param pulumi.Input[str] custom_url: The custom url for a custom region. """ @@ -46,9 +45,6 @@ def name(self, value: pulumi.Input[str]): @property @pulumi.getter(name="opsgenieApiKey") def opsgenie_api_key(self) -> pulumi.Input[str]: - """ - The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - """ return pulumi.get(self, "opsgenie_api_key") @opsgenie_api_key.setter @@ -91,7 +87,6 @@ def __init__(__self__, *, Input properties used for looking up and filtering ServiceObject resources. :param pulumi.Input[str] custom_url: The custom url for a custom region. :param pulumi.Input[str] name: The name for the Opsgenie service. - :param pulumi.Input[str] opsgenie_api_key: The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. :param pulumi.Input[str] region: The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. """ if custom_url is not None: @@ -130,9 +125,6 @@ def name(self, value: Optional[pulumi.Input[str]]): @property @pulumi.getter(name="opsgenieApiKey") def opsgenie_api_key(self) -> Optional[pulumi.Input[str]]: - """ - The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - """ return pulumi.get(self, "opsgenie_api_key") @opsgenie_api_key.setter @@ -185,7 +177,6 @@ def __init__(__self__, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] custom_url: The custom url for a custom region. :param pulumi.Input[str] name: The name for the Opsgenie service. - :param pulumi.Input[str] opsgenie_api_key: The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. :param pulumi.Input[str] region: The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. """ ... @@ -276,7 +267,6 @@ def get(resource_name: str, :param pulumi.ResourceOptions opts: Options for the resource. :param pulumi.Input[str] custom_url: The custom url for a custom region. :param pulumi.Input[str] name: The name for the Opsgenie service. - :param pulumi.Input[str] opsgenie_api_key: The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. :param pulumi.Input[str] region: The region for the Opsgenie service. Valid values are `us`, `eu`, `custom`. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -308,9 +298,6 @@ def name(self) -> pulumi.Output[str]: @property @pulumi.getter(name="opsgenieApiKey") def opsgenie_api_key(self) -> pulumi.Output[str]: - """ - The Opsgenie API key for the Opsgenie service. Note: Since the Datadog API never returns Opsgenie API keys, it is impossible to detect drifts to have it destroyed and recreated. - """ return pulumi.get(self, "opsgenie_api_key") @property diff --git a/sdk/python/pulumi_datadog/pagerduty/service_object.py b/sdk/python/pulumi_datadog/pagerduty/service_object.py index fe677f624..67b13da6a 100644 --- a/sdk/python/pulumi_datadog/pagerduty/service_object.py +++ b/sdk/python/pulumi_datadog/pagerduty/service_object.py @@ -18,7 +18,6 @@ def __init__(__self__, *, service_name: pulumi.Input[str]): """ The set of arguments for constructing a ServiceObject resource. - :param pulumi.Input[str] service_key: Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. :param pulumi.Input[str] service_name: Your Service name in PagerDuty. """ pulumi.set(__self__, "service_key", service_key) @@ -27,9 +26,6 @@ def __init__(__self__, *, @property @pulumi.getter(name="serviceKey") def service_key(self) -> pulumi.Input[str]: - """ - Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - """ return pulumi.get(self, "service_key") @service_key.setter @@ -56,7 +52,6 @@ def __init__(__self__, *, service_name: Optional[pulumi.Input[str]] = None): """ Input properties used for looking up and filtering ServiceObject resources. - :param pulumi.Input[str] service_key: Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. :param pulumi.Input[str] service_name: Your Service name in PagerDuty. """ if service_key is not None: @@ -67,9 +62,6 @@ def __init__(__self__, *, @property @pulumi.getter(name="serviceKey") def service_key(self) -> Optional[pulumi.Input[str]]: - """ - Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - """ return pulumi.get(self, "service_key") @service_key.setter @@ -124,7 +116,6 @@ def __init__(__self__, :param str resource_name: The name of the resource. :param pulumi.ResourceOptions opts: Options for the resource. - :param pulumi.Input[str] service_key: Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. :param pulumi.Input[str] service_name: Your Service name in PagerDuty. """ ... @@ -211,7 +202,6 @@ def get(resource_name: str, :param str resource_name: The unique name of the resulting resource. :param pulumi.Input[str] id: The unique provider ID of the resource to lookup. :param pulumi.ResourceOptions opts: Options for the resource. - :param pulumi.Input[str] service_key: Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. :param pulumi.Input[str] service_name: Your Service name in PagerDuty. """ opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id)) @@ -225,9 +215,6 @@ def get(resource_name: str, @property @pulumi.getter(name="serviceKey") def service_key(self) -> pulumi.Output[str]: - """ - Your Service name associated service key in PagerDuty. This key may also be referred to as an Integration Key or Routing Key in the Pagerduty Integration documentation to have it destroyed and recreated. - """ return pulumi.get(self, "service_key") @property