@pulumi/azure-native 2.18.0 → 2.19.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/eventhub/applicationGroup.d.ts +1 -1
- package/eventhub/applicationGroup.js +3 -3
- package/eventhub/cluster.d.ts +1 -1
- package/eventhub/cluster.js +3 -3
- package/eventhub/consumerGroup.d.ts +1 -1
- package/eventhub/consumerGroup.js +3 -3
- package/eventhub/disasterRecoveryConfig.d.ts +1 -1
- package/eventhub/disasterRecoveryConfig.js +3 -3
- package/eventhub/eventHub.d.ts +1 -1
- package/eventhub/eventHub.js +3 -3
- package/eventhub/eventHubAuthorizationRule.d.ts +1 -1
- package/eventhub/eventHubAuthorizationRule.js +3 -3
- package/eventhub/getApplicationGroup.d.ts +2 -2
- package/eventhub/getApplicationGroup.js +2 -2
- package/eventhub/getCluster.d.ts +2 -2
- package/eventhub/getCluster.js +2 -2
- package/eventhub/getConsumerGroup.d.ts +2 -2
- package/eventhub/getConsumerGroup.js +2 -2
- package/eventhub/getDisasterRecoveryConfig.d.ts +2 -2
- package/eventhub/getDisasterRecoveryConfig.js +2 -2
- package/eventhub/getEventHub.d.ts +2 -2
- package/eventhub/getEventHub.js +2 -2
- package/eventhub/getEventHubAuthorizationRule.d.ts +2 -2
- package/eventhub/getEventHubAuthorizationRule.js +2 -2
- package/eventhub/getNamespace.d.ts +2 -2
- package/eventhub/getNamespace.js +2 -2
- package/eventhub/getNamespaceAuthorizationRule.d.ts +2 -2
- package/eventhub/getNamespaceAuthorizationRule.js +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.d.ts +2 -2
- package/eventhub/getNamespaceNetworkRuleSet.js +2 -2
- package/eventhub/getPrivateEndpointConnection.d.ts +2 -2
- package/eventhub/getPrivateEndpointConnection.js +2 -2
- package/eventhub/getSchemaRegistry.d.ts +2 -2
- package/eventhub/getSchemaRegistry.js +2 -2
- package/eventhub/index.d.ts +2 -1
- package/eventhub/index.js +4 -2
- package/eventhub/listDisasterRecoveryConfigKeys.d.ts +2 -2
- package/eventhub/listDisasterRecoveryConfigKeys.js +2 -2
- package/eventhub/listEventHubKeys.d.ts +2 -2
- package/eventhub/listEventHubKeys.js +2 -2
- package/eventhub/listNamespaceKeys.d.ts +2 -2
- package/eventhub/listNamespaceKeys.js +2 -2
- package/eventhub/namespace.d.ts +1 -1
- package/eventhub/namespace.js +3 -3
- package/eventhub/namespaceAuthorizationRule.d.ts +1 -1
- package/eventhub/namespaceAuthorizationRule.js +3 -3
- package/eventhub/namespaceNetworkRuleSet.d.ts +1 -1
- package/eventhub/namespaceNetworkRuleSet.js +3 -3
- package/eventhub/privateEndpointConnection.d.ts +1 -1
- package/eventhub/privateEndpointConnection.js +3 -3
- package/eventhub/schemaRegistry.d.ts +1 -1
- package/eventhub/schemaRegistry.js +3 -3
- package/eventhub/v20221001preview/applicationGroup.js +2 -2
- package/eventhub/v20221001preview/cluster.js +2 -2
- package/eventhub/v20221001preview/consumerGroup.js +2 -2
- package/eventhub/v20221001preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20221001preview/eventHub.js +2 -2
- package/eventhub/v20221001preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespace.js +2 -2
- package/eventhub/v20221001preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20221001preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20221001preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20221001preview/schemaRegistry.js +2 -2
- package/eventhub/v20230101preview/applicationGroup.js +2 -2
- package/eventhub/v20230101preview/cluster.js +2 -2
- package/eventhub/v20230101preview/consumerGroup.js +2 -2
- package/eventhub/v20230101preview/disasterRecoveryConfig.js +2 -2
- package/eventhub/v20230101preview/eventHub.js +2 -2
- package/eventhub/v20230101preview/eventHubAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespace.js +2 -2
- package/eventhub/v20230101preview/namespaceAuthorizationRule.js +2 -2
- package/eventhub/v20230101preview/namespaceNetworkRuleSet.js +2 -2
- package/eventhub/v20230101preview/privateEndpointConnection.js +2 -2
- package/eventhub/v20230101preview/schemaRegistry.js +2 -2
- package/eventhub/v20240101/applicationGroup.d.ts +87 -0
- package/eventhub/v20240101/applicationGroup.js +82 -0
- package/eventhub/v20240101/cluster.d.ts +119 -0
- package/eventhub/v20240101/cluster.js +87 -0
- package/eventhub/v20240101/consumerGroup.d.ts +82 -0
- package/eventhub/v20240101/consumerGroup.js +83 -0
- package/eventhub/v20240101/disasterRecoveryConfig.d.ts +90 -0
- package/eventhub/v20240101/disasterRecoveryConfig.js +83 -0
- package/eventhub/v20240101/eventHub.d.ts +116 -0
- package/eventhub/v20240101/eventHub.js +89 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/eventHubAuthorizationRule.js +82 -0
- package/eventhub/v20240101/getApplicationGroup.d.ts +75 -0
- package/eventhub/v20240101/getApplicationGroup.js +27 -0
- package/eventhub/v20240101/getCluster.d.ts +93 -0
- package/eventhub/v20240101/getCluster.js +26 -0
- package/eventhub/v20240101/getConsumerGroup.d.ts +83 -0
- package/eventhub/v20240101/getConsumerGroup.js +28 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.d.ts +83 -0
- package/eventhub/v20240101/getDisasterRecoveryConfig.js +27 -0
- package/eventhub/v20240101/getEventHub.d.ts +95 -0
- package/eventhub/v20240101/getEventHub.js +27 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.d.ts +75 -0
- package/eventhub/v20240101/getEventHubAuthorizationRule.js +28 -0
- package/eventhub/v20240101/getNamespace.d.ts +137 -0
- package/eventhub/v20240101/getNamespace.js +26 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.d.ts +67 -0
- package/eventhub/v20240101/getNamespaceAuthorizationRule.js +27 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.d.ts +75 -0
- package/eventhub/v20240101/getNamespaceNetworkRuleSet.js +26 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.d.ts +75 -0
- package/eventhub/v20240101/getPrivateEndpointConnection.js +27 -0
- package/eventhub/v20240101/getSchemaRegistry.d.ts +83 -0
- package/eventhub/v20240101/getSchemaRegistry.js +27 -0
- package/eventhub/v20240101/index.d.ts +76 -0
- package/eventhub/v20240101/index.js +120 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.d.ts +78 -0
- package/eventhub/v20240101/listDisasterRecoveryConfigKeys.js +28 -0
- package/eventhub/v20240101/listEventHubKeys.d.ts +78 -0
- package/eventhub/v20240101/listEventHubKeys.js +28 -0
- package/eventhub/v20240101/listNamespaceKeys.d.ts +70 -0
- package/eventhub/v20240101/listNamespaceKeys.js +27 -0
- package/eventhub/v20240101/namespace.d.ts +205 -0
- package/eventhub/v20240101/namespace.js +111 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.d.ts +71 -0
- package/eventhub/v20240101/namespaceAuthorizationRule.js +78 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.d.ts +100 -0
- package/eventhub/v20240101/namespaceNetworkRuleSet.js +83 -0
- package/eventhub/v20240101/privateEndpointConnection.d.ts +88 -0
- package/eventhub/v20240101/privateEndpointConnection.js +79 -0
- package/eventhub/v20240101/schemaRegistry.d.ts +91 -0
- package/eventhub/v20240101/schemaRegistry.js +85 -0
- package/healthcareapis/dicomService.d.ts +1 -1
- package/healthcareapis/dicomService.js +3 -3
- package/healthcareapis/fhirService.d.ts +1 -1
- package/healthcareapis/fhirService.js +3 -3
- package/healthcareapis/getDicomService.d.ts +2 -2
- package/healthcareapis/getDicomService.js +2 -2
- package/healthcareapis/getFhirService.d.ts +2 -2
- package/healthcareapis/getFhirService.js +2 -2
- package/healthcareapis/getIotConnector.d.ts +2 -2
- package/healthcareapis/getIotConnector.js +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.d.ts +2 -2
- package/healthcareapis/getIotConnectorFhirDestination.js +2 -2
- package/healthcareapis/getPrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getPrivateEndpointConnection.js +2 -2
- package/healthcareapis/getService.d.ts +2 -2
- package/healthcareapis/getService.js +2 -2
- package/healthcareapis/getWorkspace.d.ts +2 -2
- package/healthcareapis/getWorkspace.js +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.d.ts +2 -2
- package/healthcareapis/getWorkspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/index.d.ts +2 -1
- package/healthcareapis/index.js +4 -2
- package/healthcareapis/iotConnector.d.ts +1 -1
- package/healthcareapis/iotConnector.js +3 -3
- package/healthcareapis/iotConnectorFhirDestination.d.ts +1 -1
- package/healthcareapis/iotConnectorFhirDestination.js +3 -3
- package/healthcareapis/privateEndpointConnection.d.ts +1 -1
- package/healthcareapis/privateEndpointConnection.js +3 -3
- package/healthcareapis/service.d.ts +1 -1
- package/healthcareapis/service.js +3 -3
- package/healthcareapis/v20230228/dicomService.js +2 -2
- package/healthcareapis/v20230228/fhirService.js +2 -2
- package/healthcareapis/v20230228/iotConnector.js +2 -2
- package/healthcareapis/v20230228/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230228/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230228/service.js +2 -2
- package/healthcareapis/v20230228/workspace.js +2 -2
- package/healthcareapis/v20230228/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/dicomService.js +2 -2
- package/healthcareapis/v20230906/fhirService.js +2 -2
- package/healthcareapis/v20230906/iotConnector.js +2 -2
- package/healthcareapis/v20230906/iotConnectorFhirDestination.js +2 -2
- package/healthcareapis/v20230906/privateEndpointConnection.js +2 -2
- package/healthcareapis/v20230906/service.js +2 -2
- package/healthcareapis/v20230906/workspace.js +2 -2
- package/healthcareapis/v20230906/workspacePrivateEndpointConnection.js +2 -2
- package/healthcareapis/v20231101/dicomService.d.ts +131 -0
- package/healthcareapis/v20231101/dicomService.js +95 -0
- package/healthcareapis/v20231101/fhirService.d.ts +180 -0
- package/healthcareapis/v20231101/fhirService.js +105 -0
- package/healthcareapis/v20231101/getDicomService.d.ts +109 -0
- package/healthcareapis/v20231101/getDicomService.js +27 -0
- package/healthcareapis/v20231101/getFhirService.d.ts +129 -0
- package/healthcareapis/v20231101/getFhirService.js +27 -0
- package/healthcareapis/v20231101/getIotConnector.d.ts +89 -0
- package/healthcareapis/v20231101/getIotConnector.js +27 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.d.ts +87 -0
- package/healthcareapis/v20231101/getIotConnectorFhirDestination.js +28 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getPrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/getService.d.ts +77 -0
- package/healthcareapis/v20231101/getService.js +26 -0
- package/healthcareapis/v20231101/getWorkspace.d.ts +69 -0
- package/healthcareapis/v20231101/getWorkspace.js +26 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.d.ts +71 -0
- package/healthcareapis/v20231101/getWorkspacePrivateEndpointConnection.js +27 -0
- package/healthcareapis/v20231101/index.d.ts +49 -0
- package/healthcareapis/v20231101/index.js +90 -0
- package/healthcareapis/v20231101/iotConnector.d.ts +111 -0
- package/healthcareapis/v20231101/iotConnector.js +85 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.d.ts +100 -0
- package/healthcareapis/v20231101/iotConnectorFhirDestination.js +94 -0
- package/healthcareapis/v20231101/privateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/privateEndpointConnection.js +80 -0
- package/healthcareapis/v20231101/service.d.ts +104 -0
- package/healthcareapis/v20231101/service.js +82 -0
- package/healthcareapis/v20231101/workspace.d.ts +82 -0
- package/healthcareapis/v20231101/workspace.js +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.d.ts +75 -0
- package/healthcareapis/v20231101/workspacePrivateEndpointConnection.js +80 -0
- package/healthcareapis/workspace.d.ts +1 -1
- package/healthcareapis/workspace.js +3 -3
- package/healthcareapis/workspacePrivateEndpointConnection.d.ts +1 -1
- package/healthcareapis/workspacePrivateEndpointConnection.js +3 -3
- package/index.d.ts +2 -1
- package/index.js +5 -3
- package/offazurespringboot/getSpringbootserver.d.ts +71 -0
- package/offazurespringboot/getSpringbootserver.js +29 -0
- package/offazurespringboot/getSpringbootsite.d.ts +71 -0
- package/offazurespringboot/getSpringbootsite.js +28 -0
- package/offazurespringboot/index.d.ts +15 -0
- package/offazurespringboot/index.js +51 -0
- package/offazurespringboot/springbootserver.d.ts +80 -0
- package/offazurespringboot/springbootserver.js +76 -0
- package/offazurespringboot/springbootsite.d.ts +92 -0
- package/offazurespringboot/springbootsite.js +76 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootserver.js +27 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.d.ts +69 -0
- package/offazurespringboot/v20230101preview/getSpringbootsite.js +26 -0
- package/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/offazurespringboot/v20230101preview/index.js +48 -0
- package/offazurespringboot/v20230101preview/springbootserver.d.ts +79 -0
- package/offazurespringboot/v20230101preview/springbootserver.js +75 -0
- package/offazurespringboot/v20230101preview/springbootsite.d.ts +91 -0
- package/offazurespringboot/v20230101preview/springbootsite.js +75 -0
- package/package.json +1 -1
- package/security/alertsSuppressionRule.d.ts +2 -2
- package/security/getAlertsSuppressionRule.d.ts +1 -1
- package/security/v20190101preview/alertsSuppressionRule.d.ts +2 -2
- package/security/v20190101preview/getAlertsSuppressionRule.d.ts +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/types/enums/eventhub/index.d.ts +2 -1
- package/types/enums/eventhub/index.js +4 -2
- package/types/enums/eventhub/v20240101/index.d.ts +193 -0
- package/types/enums/eventhub/v20240101/index.js +120 -0
- package/types/enums/healthcareapis/index.d.ts +2 -1
- package/types/enums/healthcareapis/index.js +4 -2
- package/types/enums/healthcareapis/v20231101/index.d.ts +69 -0
- package/types/enums/healthcareapis/v20231101/index.js +43 -0
- package/types/enums/index.d.ts +2 -1
- package/types/enums/index.js +5 -3
- package/types/enums/offazurespringboot/index.d.ts +15 -0
- package/types/enums/offazurespringboot/index.js +18 -0
- package/types/enums/offazurespringboot/v20230101preview/index.d.ts +13 -0
- package/types/enums/offazurespringboot/v20230101preview/index.js +15 -0
- package/types/input.d.ts +904 -0
- package/types/input.js +12 -1
- package/types/output.d.ts +1181 -24
- package/types/output.js +12 -1
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The springbootservers envelope resource definition.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Springbootserver extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Springbootserver resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Springbootserver;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Springbootserver. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is Springbootserver;
|
|
22
|
+
/**
|
|
23
|
+
* The name of the resource
|
|
24
|
+
*/
|
|
25
|
+
readonly name: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The springbootservers resource definition.
|
|
28
|
+
*/
|
|
29
|
+
readonly properties: pulumi.Output<outputs.offazurespringboot.v20230101preview.SpringbootserversPropertiesResponse>;
|
|
30
|
+
/**
|
|
31
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
32
|
+
*/
|
|
33
|
+
readonly systemData: pulumi.Output<outputs.offazurespringboot.v20230101preview.SystemDataResponse>;
|
|
34
|
+
/**
|
|
35
|
+
* Resource tags
|
|
36
|
+
*/
|
|
37
|
+
readonly tags: pulumi.Output<{
|
|
38
|
+
[key: string]: string;
|
|
39
|
+
} | undefined>;
|
|
40
|
+
/**
|
|
41
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
42
|
+
*/
|
|
43
|
+
readonly type: pulumi.Output<string>;
|
|
44
|
+
/**
|
|
45
|
+
* Create a Springbootserver resource with the given unique name, arguments, and options.
|
|
46
|
+
*
|
|
47
|
+
* @param name The _unique_ name of the resource.
|
|
48
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
49
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
50
|
+
*/
|
|
51
|
+
constructor(name: string, args: SpringbootserverArgs, opts?: pulumi.CustomResourceOptions);
|
|
52
|
+
}
|
|
53
|
+
/**
|
|
54
|
+
* The set of arguments for constructing a Springbootserver resource.
|
|
55
|
+
*/
|
|
56
|
+
export interface SpringbootserverArgs {
|
|
57
|
+
/**
|
|
58
|
+
* The springbootservers resource definition.
|
|
59
|
+
*/
|
|
60
|
+
properties?: pulumi.Input<inputs.offazurespringboot.v20230101preview.SpringbootserversPropertiesArgs>;
|
|
61
|
+
/**
|
|
62
|
+
* The name of the resource group. The name is case insensitive.
|
|
63
|
+
*/
|
|
64
|
+
resourceGroupName: pulumi.Input<string>;
|
|
65
|
+
/**
|
|
66
|
+
* The springbootsites name.
|
|
67
|
+
*/
|
|
68
|
+
siteName: pulumi.Input<string>;
|
|
69
|
+
/**
|
|
70
|
+
* The springbootservers name.
|
|
71
|
+
*/
|
|
72
|
+
springbootserversName?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* Resource tags
|
|
75
|
+
*/
|
|
76
|
+
tags?: pulumi.Input<{
|
|
77
|
+
[key: string]: pulumi.Input<string>;
|
|
78
|
+
}>;
|
|
79
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Springbootserver = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The springbootservers envelope resource definition.
|
|
10
|
+
*/
|
|
11
|
+
class Springbootserver extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Springbootserver resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Springbootserver(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Springbootserver. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Springbootserver.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Springbootserver resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.siteName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'siteName'");
|
|
49
|
+
}
|
|
50
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
51
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
52
|
+
resourceInputs["siteName"] = args ? args.siteName : undefined;
|
|
53
|
+
resourceInputs["springbootserversName"] = args ? args.springbootserversName : undefined;
|
|
54
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
55
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
56
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
57
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
58
|
+
}
|
|
59
|
+
else {
|
|
60
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
const aliasOpts = { aliases: [{ type: "azure-native:offazurespringboot/v20230101preview:springbootserver" }, { type: "azure-native:offazurespringboot:Springbootserver" }, { type: "azure-native:offazurespringboot:springbootserver" }] };
|
|
68
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
69
|
+
super(Springbootserver.__pulumiType, name, resourceInputs, opts);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.Springbootserver = Springbootserver;
|
|
73
|
+
/** @internal */
|
|
74
|
+
Springbootserver.__pulumiType = 'azure-native:offazurespringboot/v20230101preview:Springbootserver';
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ByaW5nYm9vdHNlcnZlci5qcyIsInNvdXJjZVJvb3QiOiIiLCJzb3VyY2VzIjpbIi4uLy4uLy4uL29mZmF6dXJlc3ByaW5nYm9vdC92MjAyMzAxMDFwcmV2aWV3L3NwcmluZ2Jvb3RzZXJ2ZXIudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxnQkFBaUIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUN2RDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksZ0JBQWdCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDN0UsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLGdCQUFnQixDQUFDLFlBQVksQ0FBQztJQUNqRSxDQUFDO0lBdUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQTBCLEVBQUUsSUFBbUM7UUFDckYsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsaUJBQWlCLEtBQUssU0FBUyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsR0FBRyxFQUFFO2dCQUM5RCxNQUFNLElBQUksS0FBSyxDQUFDLCtDQUErQyxDQUFDLENBQUM7YUFDcEU7WUFDRCxJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLFFBQVEsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQ3JELE1BQU0sSUFBSSxLQUFLLENBQUMsc0NBQXNDLENBQUMsQ0FBQzthQUMzRDtZQUNELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxVQUFVLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUNsRSxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxpQkFBaUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ2hGLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsdUJBQXVCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxxQkFBcUIsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hGLGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN0RCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMzQyxjQUFjLENBQUMsWUFBWSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNqRCxjQUFjLENBQUMsTUFBTSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztTQUM5QzthQUFNO1lBQ0gsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDOUM7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLG1FQUFtRSxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsa0RBQWtELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxrREFBa0QsRUFBRSxDQUFDLEVBQUUsQ0FBQztRQUMzTyxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxJQUFJLEVBQUUsU0FBUyxDQUFDLENBQUM7UUFDNUMsS0FBSyxDQUFDLGdCQUFnQixDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQ3JFLENBQUM7O0FBcEZMLDRDQXFGQztBQXhFRyxnQkFBZ0I7QUFDTyw2QkFBWSxHQUFHLG1FQUFtRSxDQUFDIn0=
|
|
@@ -0,0 +1,91 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
/**
|
|
5
|
+
* The springbootsites envelope resource definition.
|
|
6
|
+
*/
|
|
7
|
+
export declare class Springbootsite extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing Springbootsite resource's state with the given name, ID, and optional extra
|
|
10
|
+
* properties used to qualify the lookup.
|
|
11
|
+
*
|
|
12
|
+
* @param name The _unique_ name of the resulting resource.
|
|
13
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
14
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
15
|
+
*/
|
|
16
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Springbootsite;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of Springbootsite. This is designed to work even
|
|
19
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
20
|
+
*/
|
|
21
|
+
static isInstance(obj: any): obj is Springbootsite;
|
|
22
|
+
/**
|
|
23
|
+
* The extended location definition.
|
|
24
|
+
*/
|
|
25
|
+
readonly extendedLocation: pulumi.Output<outputs.offazurespringboot.v20230101preview.SpringbootsitesModelResponseExtendedLocation | undefined>;
|
|
26
|
+
/**
|
|
27
|
+
* The geo-location where the resource lives
|
|
28
|
+
*/
|
|
29
|
+
readonly location: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The name of the resource
|
|
32
|
+
*/
|
|
33
|
+
readonly name: pulumi.Output<string>;
|
|
34
|
+
/**
|
|
35
|
+
* The springbootsites resource definition.
|
|
36
|
+
*/
|
|
37
|
+
readonly properties: pulumi.Output<outputs.offazurespringboot.v20230101preview.SpringbootsitesPropertiesResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* Azure Resource Manager metadata containing createdBy and modifiedBy information.
|
|
40
|
+
*/
|
|
41
|
+
readonly systemData: pulumi.Output<outputs.offazurespringboot.v20230101preview.SystemDataResponse>;
|
|
42
|
+
/**
|
|
43
|
+
* Resource tags.
|
|
44
|
+
*/
|
|
45
|
+
readonly tags: pulumi.Output<{
|
|
46
|
+
[key: string]: string;
|
|
47
|
+
} | undefined>;
|
|
48
|
+
/**
|
|
49
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
50
|
+
*/
|
|
51
|
+
readonly type: pulumi.Output<string>;
|
|
52
|
+
/**
|
|
53
|
+
* Create a Springbootsite resource with the given unique name, arguments, and options.
|
|
54
|
+
*
|
|
55
|
+
* @param name The _unique_ name of the resource.
|
|
56
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
57
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
58
|
+
*/
|
|
59
|
+
constructor(name: string, args: SpringbootsiteArgs, opts?: pulumi.CustomResourceOptions);
|
|
60
|
+
}
|
|
61
|
+
/**
|
|
62
|
+
* The set of arguments for constructing a Springbootsite resource.
|
|
63
|
+
*/
|
|
64
|
+
export interface SpringbootsiteArgs {
|
|
65
|
+
/**
|
|
66
|
+
* The extended location definition.
|
|
67
|
+
*/
|
|
68
|
+
extendedLocation?: pulumi.Input<inputs.offazurespringboot.v20230101preview.SpringbootsitesModelExtendedLocationArgs>;
|
|
69
|
+
/**
|
|
70
|
+
* The geo-location where the resource lives
|
|
71
|
+
*/
|
|
72
|
+
location?: pulumi.Input<string>;
|
|
73
|
+
/**
|
|
74
|
+
* The springbootsites resource definition.
|
|
75
|
+
*/
|
|
76
|
+
properties?: pulumi.Input<inputs.offazurespringboot.v20230101preview.SpringbootsitesPropertiesArgs>;
|
|
77
|
+
/**
|
|
78
|
+
* The name of the resource group. The name is case insensitive.
|
|
79
|
+
*/
|
|
80
|
+
resourceGroupName: pulumi.Input<string>;
|
|
81
|
+
/**
|
|
82
|
+
* The springbootsites name.
|
|
83
|
+
*/
|
|
84
|
+
springbootsitesName?: pulumi.Input<string>;
|
|
85
|
+
/**
|
|
86
|
+
* Resource tags.
|
|
87
|
+
*/
|
|
88
|
+
tags?: pulumi.Input<{
|
|
89
|
+
[key: string]: pulumi.Input<string>;
|
|
90
|
+
}>;
|
|
91
|
+
}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
+
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
+
exports.Springbootsite = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* The springbootsites envelope resource definition.
|
|
10
|
+
*/
|
|
11
|
+
class Springbootsite extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing Springbootsite resource's state with the given name, ID, and optional extra
|
|
14
|
+
* properties used to qualify the lookup.
|
|
15
|
+
*
|
|
16
|
+
* @param name The _unique_ name of the resulting resource.
|
|
17
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
18
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
19
|
+
*/
|
|
20
|
+
static get(name, id, opts) {
|
|
21
|
+
return new Springbootsite(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of Springbootsite. This is designed to work even
|
|
25
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
26
|
+
*/
|
|
27
|
+
static isInstance(obj) {
|
|
28
|
+
if (obj === undefined || obj === null) {
|
|
29
|
+
return false;
|
|
30
|
+
}
|
|
31
|
+
return obj['__pulumiType'] === Springbootsite.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a Springbootsite resource with the given unique name, arguments, and options.
|
|
35
|
+
*
|
|
36
|
+
* @param name The _unique_ name of the resource.
|
|
37
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
38
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
39
|
+
*/
|
|
40
|
+
constructor(name, args, opts) {
|
|
41
|
+
let resourceInputs = {};
|
|
42
|
+
opts = opts || {};
|
|
43
|
+
if (!opts.id) {
|
|
44
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
46
|
+
}
|
|
47
|
+
resourceInputs["extendedLocation"] = args ? args.extendedLocation : undefined;
|
|
48
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
49
|
+
resourceInputs["properties"] = args ? args.properties : undefined;
|
|
50
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
51
|
+
resourceInputs["springbootsitesName"] = args ? args.springbootsitesName : undefined;
|
|
52
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
53
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
54
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
55
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
56
|
+
}
|
|
57
|
+
else {
|
|
58
|
+
resourceInputs["extendedLocation"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
61
|
+
resourceInputs["properties"] = undefined /*out*/;
|
|
62
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
63
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
65
|
+
}
|
|
66
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
67
|
+
const aliasOpts = { aliases: [{ type: "azure-native:offazurespringboot/v20230101preview:springbootsite" }, { type: "azure-native:offazurespringboot:Springbootsite" }, { type: "azure-native:offazurespringboot:springbootsite" }] };
|
|
68
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
69
|
+
super(Springbootsite.__pulumiType, name, resourceInputs, opts);
|
|
70
|
+
}
|
|
71
|
+
}
|
|
72
|
+
exports.Springbootsite = Springbootsite;
|
|
73
|
+
/** @internal */
|
|
74
|
+
Springbootsite.__pulumiType = 'azure-native:offazurespringboot/v20230101preview:Springbootsite';
|
|
75
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3ByaW5nYm9vdHNpdGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9vZmZhenVyZXNwcmluZ2Jvb3QvdjIwMjMwMTAxcHJldmlldy9zcHJpbmdib290c2l0ZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUl6Qyw2Q0FBNkM7QUFFN0M7O0dBRUc7QUFDSCxNQUFhLGNBQWUsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNyRDs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksY0FBYyxDQUFDLElBQUksRUFBRSxTQUFnQixrQ0FBTyxJQUFJLEtBQUUsRUFBRSxFQUFFLEVBQUUsSUFBRyxDQUFDO0lBQzNFLENBQUM7SUFLRDs7O09BR0c7SUFDSSxNQUFNLENBQUMsVUFBVSxDQUFDLEdBQVE7UUFDN0IsSUFBSSxHQUFHLEtBQUssU0FBUyxJQUFJLEdBQUcsS0FBSyxJQUFJLEVBQUU7WUFDbkMsT0FBTyxLQUFLLENBQUM7U0FDaEI7UUFDRCxPQUFPLEdBQUcsQ0FBQyxjQUFjLENBQUMsS0FBSyxjQUFjLENBQUMsWUFBWSxDQUFDO0lBQy9ELENBQUM7SUErQkQ7Ozs7OztPQU1HO0lBQ0gsWUFBWSxJQUFZLEVBQUUsSUFBd0IsRUFBRSxJQUFtQztRQUNuRixJQUFJLGNBQWMsR0FBa0IsRUFBRSxDQUFDO1FBQ3ZDLElBQUksR0FBRyxJQUFJLElBQUksRUFBRSxDQUFDO1FBQ2xCLElBQUksQ0FBQyxJQUFJLENBQUMsRUFBRSxFQUFFO1lBQ1YsSUFBSSxDQUFDLENBQUMsSUFBSSxJQUFJLElBQUksQ0FBQyxpQkFBaUIsS0FBSyxTQUFTLENBQUMsSUFBSSxDQUFDLElBQUksQ0FBQyxHQUFHLEVBQUU7Z0JBQzlELE1BQU0sSUFBSSxLQUFLLENBQUMsK0NBQStDLENBQUMsQ0FBQzth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
|
package/package.json
CHANGED
|
@@ -30,7 +30,7 @@ export declare class AlertsSuppressionRule extends pulumi.CustomResource {
|
|
|
30
30
|
*/
|
|
31
31
|
readonly comment: pulumi.Output<string | undefined>;
|
|
32
32
|
/**
|
|
33
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
33
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
34
34
|
*/
|
|
35
35
|
readonly expirationDateUtc: pulumi.Output<string | undefined>;
|
|
36
36
|
/**
|
|
@@ -83,7 +83,7 @@ export interface AlertsSuppressionRuleArgs {
|
|
|
83
83
|
*/
|
|
84
84
|
comment?: pulumi.Input<string>;
|
|
85
85
|
/**
|
|
86
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
86
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
87
87
|
*/
|
|
88
88
|
expirationDateUtc?: pulumi.Input<string>;
|
|
89
89
|
/**
|
|
@@ -24,7 +24,7 @@ export interface GetAlertsSuppressionRuleResult {
|
|
|
24
24
|
*/
|
|
25
25
|
readonly comment?: string;
|
|
26
26
|
/**
|
|
27
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
27
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
28
28
|
*/
|
|
29
29
|
readonly expirationDateUtc?: string;
|
|
30
30
|
/**
|
|
@@ -29,7 +29,7 @@ export declare class AlertsSuppressionRule extends pulumi.CustomResource {
|
|
|
29
29
|
*/
|
|
30
30
|
readonly comment: pulumi.Output<string | undefined>;
|
|
31
31
|
/**
|
|
32
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
32
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
33
33
|
*/
|
|
34
34
|
readonly expirationDateUtc: pulumi.Output<string | undefined>;
|
|
35
35
|
/**
|
|
@@ -82,7 +82,7 @@ export interface AlertsSuppressionRuleArgs {
|
|
|
82
82
|
*/
|
|
83
83
|
comment?: pulumi.Input<string>;
|
|
84
84
|
/**
|
|
85
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
85
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
86
86
|
*/
|
|
87
87
|
expirationDateUtc?: pulumi.Input<string>;
|
|
88
88
|
/**
|
|
@@ -23,7 +23,7 @@ export interface GetAlertsSuppressionRuleResult {
|
|
|
23
23
|
*/
|
|
24
24
|
readonly comment?: string;
|
|
25
25
|
/**
|
|
26
|
-
* Expiration date of the rule, if value is not provided or provided as null
|
|
26
|
+
* Expiration date of the rule, if value is not provided or provided as null there will no expiration at all
|
|
27
27
|
*/
|
|
28
28
|
readonly expirationDateUtc?: string;
|
|
29
29
|
/**
|