@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,205 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Single Namespace item in List or Get Operation
|
|
7
|
+
*/
|
|
8
|
+
export declare class Namespace extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing Namespace resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): Namespace;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of Namespace. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is Namespace;
|
|
23
|
+
/**
|
|
24
|
+
* Alternate name specified when alias and namespace names are same.
|
|
25
|
+
*/
|
|
26
|
+
readonly alternateName: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* Cluster ARM ID of the Namespace.
|
|
29
|
+
*/
|
|
30
|
+
readonly clusterArmId: pulumi.Output<string | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* The time the Namespace was created.
|
|
33
|
+
*/
|
|
34
|
+
readonly createdAt: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* This property disables SAS authentication for the Event Hubs namespace.
|
|
37
|
+
*/
|
|
38
|
+
readonly disableLocalAuth: pulumi.Output<boolean | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* Properties of BYOK Encryption description
|
|
41
|
+
*/
|
|
42
|
+
readonly encryption: pulumi.Output<outputs.eventhub.v20240101.EncryptionResponse | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* Properties of BYOK Identity description
|
|
45
|
+
*/
|
|
46
|
+
readonly identity: pulumi.Output<outputs.eventhub.v20240101.IdentityResponse | undefined>;
|
|
47
|
+
/**
|
|
48
|
+
* Value that indicates whether AutoInflate is enabled for eventhub namespace.
|
|
49
|
+
*/
|
|
50
|
+
readonly isAutoInflateEnabled: pulumi.Output<boolean | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* Value that indicates whether Kafka is enabled for eventhub namespace.
|
|
53
|
+
*/
|
|
54
|
+
readonly kafkaEnabled: pulumi.Output<boolean | undefined>;
|
|
55
|
+
/**
|
|
56
|
+
* Resource location.
|
|
57
|
+
*/
|
|
58
|
+
readonly location: pulumi.Output<string | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
|
|
61
|
+
*/
|
|
62
|
+
readonly maximumThroughputUnits: pulumi.Output<number | undefined>;
|
|
63
|
+
/**
|
|
64
|
+
* Identifier for Azure Insights metrics.
|
|
65
|
+
*/
|
|
66
|
+
readonly metricId: pulumi.Output<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
69
|
+
*/
|
|
70
|
+
readonly minimumTlsVersion: pulumi.Output<string | undefined>;
|
|
71
|
+
/**
|
|
72
|
+
* The name of the resource
|
|
73
|
+
*/
|
|
74
|
+
readonly name: pulumi.Output<string>;
|
|
75
|
+
/**
|
|
76
|
+
* List of private endpoint connections.
|
|
77
|
+
*/
|
|
78
|
+
readonly privateEndpointConnections: pulumi.Output<outputs.eventhub.v20240101.PrivateEndpointConnectionResponse[] | undefined>;
|
|
79
|
+
/**
|
|
80
|
+
* Provisioning state of the Namespace.
|
|
81
|
+
*/
|
|
82
|
+
readonly provisioningState: pulumi.Output<string>;
|
|
83
|
+
/**
|
|
84
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
85
|
+
*/
|
|
86
|
+
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
87
|
+
/**
|
|
88
|
+
* Endpoint you can use to perform Service Bus operations.
|
|
89
|
+
*/
|
|
90
|
+
readonly serviceBusEndpoint: pulumi.Output<string>;
|
|
91
|
+
/**
|
|
92
|
+
* Properties of sku resource
|
|
93
|
+
*/
|
|
94
|
+
readonly sku: pulumi.Output<outputs.eventhub.v20240101.SkuResponse | undefined>;
|
|
95
|
+
/**
|
|
96
|
+
* Status of the Namespace.
|
|
97
|
+
*/
|
|
98
|
+
readonly status: pulumi.Output<string>;
|
|
99
|
+
/**
|
|
100
|
+
* The system meta data relating to this resource.
|
|
101
|
+
*/
|
|
102
|
+
readonly systemData: pulumi.Output<outputs.eventhub.v20240101.SystemDataResponse>;
|
|
103
|
+
/**
|
|
104
|
+
* Resource tags.
|
|
105
|
+
*/
|
|
106
|
+
readonly tags: pulumi.Output<{
|
|
107
|
+
[key: string]: string;
|
|
108
|
+
} | undefined>;
|
|
109
|
+
/**
|
|
110
|
+
* The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
|
|
111
|
+
*/
|
|
112
|
+
readonly type: pulumi.Output<string>;
|
|
113
|
+
/**
|
|
114
|
+
* The time the Namespace was updated.
|
|
115
|
+
*/
|
|
116
|
+
readonly updatedAt: pulumi.Output<string>;
|
|
117
|
+
/**
|
|
118
|
+
* Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
|
|
119
|
+
*/
|
|
120
|
+
readonly zoneRedundant: pulumi.Output<boolean | undefined>;
|
|
121
|
+
/**
|
|
122
|
+
* Create a Namespace resource with the given unique name, arguments, and options.
|
|
123
|
+
*
|
|
124
|
+
* @param name The _unique_ name of the resource.
|
|
125
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
126
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
127
|
+
*/
|
|
128
|
+
constructor(name: string, args: NamespaceArgs, opts?: pulumi.CustomResourceOptions);
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* The set of arguments for constructing a Namespace resource.
|
|
132
|
+
*/
|
|
133
|
+
export interface NamespaceArgs {
|
|
134
|
+
/**
|
|
135
|
+
* Alternate name specified when alias and namespace names are same.
|
|
136
|
+
*/
|
|
137
|
+
alternateName?: pulumi.Input<string>;
|
|
138
|
+
/**
|
|
139
|
+
* Cluster ARM ID of the Namespace.
|
|
140
|
+
*/
|
|
141
|
+
clusterArmId?: pulumi.Input<string>;
|
|
142
|
+
/**
|
|
143
|
+
* This property disables SAS authentication for the Event Hubs namespace.
|
|
144
|
+
*/
|
|
145
|
+
disableLocalAuth?: pulumi.Input<boolean>;
|
|
146
|
+
/**
|
|
147
|
+
* Properties of BYOK Encryption description
|
|
148
|
+
*/
|
|
149
|
+
encryption?: pulumi.Input<inputs.eventhub.v20240101.EncryptionArgs>;
|
|
150
|
+
/**
|
|
151
|
+
* Properties of BYOK Identity description
|
|
152
|
+
*/
|
|
153
|
+
identity?: pulumi.Input<inputs.eventhub.v20240101.IdentityArgs>;
|
|
154
|
+
/**
|
|
155
|
+
* Value that indicates whether AutoInflate is enabled for eventhub namespace.
|
|
156
|
+
*/
|
|
157
|
+
isAutoInflateEnabled?: pulumi.Input<boolean>;
|
|
158
|
+
/**
|
|
159
|
+
* Value that indicates whether Kafka is enabled for eventhub namespace.
|
|
160
|
+
*/
|
|
161
|
+
kafkaEnabled?: pulumi.Input<boolean>;
|
|
162
|
+
/**
|
|
163
|
+
* Resource location.
|
|
164
|
+
*/
|
|
165
|
+
location?: pulumi.Input<string>;
|
|
166
|
+
/**
|
|
167
|
+
* Upper limit of throughput units when AutoInflate is enabled, value should be within 0 to 20 throughput units. ( '0' if AutoInflateEnabled = true)
|
|
168
|
+
*/
|
|
169
|
+
maximumThroughputUnits?: pulumi.Input<number>;
|
|
170
|
+
/**
|
|
171
|
+
* The minimum TLS version for the cluster to support, e.g. '1.2'
|
|
172
|
+
*/
|
|
173
|
+
minimumTlsVersion?: pulumi.Input<string | enums.eventhub.v20240101.TlsVersion>;
|
|
174
|
+
/**
|
|
175
|
+
* The Namespace name
|
|
176
|
+
*/
|
|
177
|
+
namespaceName?: pulumi.Input<string>;
|
|
178
|
+
/**
|
|
179
|
+
* List of private endpoint connections.
|
|
180
|
+
* These are also available as standalone resources. Do not mix inline and standalone resource as they will conflict with each other, leading to resources deletion.
|
|
181
|
+
*/
|
|
182
|
+
privateEndpointConnections?: pulumi.Input<pulumi.Input<inputs.eventhub.v20240101.PrivateEndpointConnectionArgs>[]>;
|
|
183
|
+
/**
|
|
184
|
+
* This determines if traffic is allowed over public network. By default it is enabled.
|
|
185
|
+
*/
|
|
186
|
+
publicNetworkAccess?: pulumi.Input<string | enums.eventhub.v20240101.PublicNetworkAccess>;
|
|
187
|
+
/**
|
|
188
|
+
* Name of the resource group within the azure subscription.
|
|
189
|
+
*/
|
|
190
|
+
resourceGroupName: pulumi.Input<string>;
|
|
191
|
+
/**
|
|
192
|
+
* Properties of sku resource
|
|
193
|
+
*/
|
|
194
|
+
sku?: pulumi.Input<inputs.eventhub.v20240101.SkuArgs>;
|
|
195
|
+
/**
|
|
196
|
+
* Resource tags.
|
|
197
|
+
*/
|
|
198
|
+
tags?: pulumi.Input<{
|
|
199
|
+
[key: string]: pulumi.Input<string>;
|
|
200
|
+
}>;
|
|
201
|
+
/**
|
|
202
|
+
* Enabling this property creates a Standard Event Hubs Namespace in regions supported availability zones.
|
|
203
|
+
*/
|
|
204
|
+
zoneRedundant?: pulumi.Input<boolean>;
|
|
205
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
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.Namespace = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const inputs = require("../../types/input");
|
|
8
|
+
const utilities = require("../../utilities");
|
|
9
|
+
/**
|
|
10
|
+
* Single Namespace item in List or Get Operation
|
|
11
|
+
*/
|
|
12
|
+
class Namespace extends pulumi.CustomResource {
|
|
13
|
+
/**
|
|
14
|
+
* Get an existing Namespace resource's state with the given name, ID, and optional extra
|
|
15
|
+
* properties used to qualify the lookup.
|
|
16
|
+
*
|
|
17
|
+
* @param name The _unique_ name of the resulting resource.
|
|
18
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
19
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
20
|
+
*/
|
|
21
|
+
static get(name, id, opts) {
|
|
22
|
+
return new Namespace(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* Returns true if the given object is an instance of Namespace. This is designed to work even
|
|
26
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
27
|
+
*/
|
|
28
|
+
static isInstance(obj) {
|
|
29
|
+
if (obj === undefined || obj === null) {
|
|
30
|
+
return false;
|
|
31
|
+
}
|
|
32
|
+
return obj['__pulumiType'] === Namespace.__pulumiType;
|
|
33
|
+
}
|
|
34
|
+
/**
|
|
35
|
+
* Create a Namespace resource with the given unique name, arguments, and options.
|
|
36
|
+
*
|
|
37
|
+
* @param name The _unique_ name of the resource.
|
|
38
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
39
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
40
|
+
*/
|
|
41
|
+
constructor(name, args, opts) {
|
|
42
|
+
var _a;
|
|
43
|
+
let resourceInputs = {};
|
|
44
|
+
opts = opts || {};
|
|
45
|
+
if (!opts.id) {
|
|
46
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
47
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
48
|
+
}
|
|
49
|
+
resourceInputs["alternateName"] = args ? args.alternateName : undefined;
|
|
50
|
+
resourceInputs["clusterArmId"] = args ? args.clusterArmId : undefined;
|
|
51
|
+
resourceInputs["disableLocalAuth"] = args ? args.disableLocalAuth : undefined;
|
|
52
|
+
resourceInputs["encryption"] = args ? (args.encryption ? pulumi.output(args.encryption).apply(inputs.eventhub.v20240101.encryptionArgsProvideDefaults) : undefined) : undefined;
|
|
53
|
+
resourceInputs["identity"] = args ? args.identity : undefined;
|
|
54
|
+
resourceInputs["isAutoInflateEnabled"] = args ? args.isAutoInflateEnabled : undefined;
|
|
55
|
+
resourceInputs["kafkaEnabled"] = args ? args.kafkaEnabled : undefined;
|
|
56
|
+
resourceInputs["location"] = args ? args.location : undefined;
|
|
57
|
+
resourceInputs["maximumThroughputUnits"] = args ? args.maximumThroughputUnits : undefined;
|
|
58
|
+
resourceInputs["minimumTlsVersion"] = args ? args.minimumTlsVersion : undefined;
|
|
59
|
+
resourceInputs["namespaceName"] = args ? args.namespaceName : undefined;
|
|
60
|
+
resourceInputs["privateEndpointConnections"] = args ? args.privateEndpointConnections : undefined;
|
|
61
|
+
resourceInputs["publicNetworkAccess"] = (_a = (args ? args.publicNetworkAccess : undefined)) !== null && _a !== void 0 ? _a : "Enabled";
|
|
62
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
63
|
+
resourceInputs["sku"] = args ? args.sku : undefined;
|
|
64
|
+
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
65
|
+
resourceInputs["zoneRedundant"] = args ? args.zoneRedundant : undefined;
|
|
66
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["metricId"] = undefined /*out*/;
|
|
68
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
69
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["serviceBusEndpoint"] = undefined /*out*/;
|
|
71
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
72
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
73
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
74
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
75
|
+
}
|
|
76
|
+
else {
|
|
77
|
+
resourceInputs["alternateName"] = undefined /*out*/;
|
|
78
|
+
resourceInputs["clusterArmId"] = undefined /*out*/;
|
|
79
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
80
|
+
resourceInputs["disableLocalAuth"] = undefined /*out*/;
|
|
81
|
+
resourceInputs["encryption"] = undefined /*out*/;
|
|
82
|
+
resourceInputs["identity"] = undefined /*out*/;
|
|
83
|
+
resourceInputs["isAutoInflateEnabled"] = undefined /*out*/;
|
|
84
|
+
resourceInputs["kafkaEnabled"] = undefined /*out*/;
|
|
85
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
86
|
+
resourceInputs["maximumThroughputUnits"] = undefined /*out*/;
|
|
87
|
+
resourceInputs["metricId"] = undefined /*out*/;
|
|
88
|
+
resourceInputs["minimumTlsVersion"] = undefined /*out*/;
|
|
89
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
90
|
+
resourceInputs["privateEndpointConnections"] = undefined /*out*/;
|
|
91
|
+
resourceInputs["provisioningState"] = undefined /*out*/;
|
|
92
|
+
resourceInputs["publicNetworkAccess"] = undefined /*out*/;
|
|
93
|
+
resourceInputs["serviceBusEndpoint"] = undefined /*out*/;
|
|
94
|
+
resourceInputs["sku"] = undefined /*out*/;
|
|
95
|
+
resourceInputs["status"] = undefined /*out*/;
|
|
96
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
97
|
+
resourceInputs["tags"] = undefined /*out*/;
|
|
98
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
99
|
+
resourceInputs["updatedAt"] = undefined /*out*/;
|
|
100
|
+
resourceInputs["zoneRedundant"] = undefined /*out*/;
|
|
101
|
+
}
|
|
102
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
103
|
+
const aliasOpts = { aliases: [{ type: "azure-native:eventhub:Namespace" }, { type: "azure-native:eventhub/v20140901:Namespace" }, { type: "azure-native:eventhub/v20150801:Namespace" }, { type: "azure-native:eventhub/v20170401:Namespace" }, { type: "azure-native:eventhub/v20180101preview:Namespace" }, { type: "azure-native:eventhub/v20210101preview:Namespace" }, { type: "azure-native:eventhub/v20210601preview:Namespace" }, { type: "azure-native:eventhub/v20211101:Namespace" }, { type: "azure-native:eventhub/v20220101preview:Namespace" }, { type: "azure-native:eventhub/v20221001preview:Namespace" }, { type: "azure-native:eventhub/v20230101preview:Namespace" }] };
|
|
104
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
105
|
+
super(Namespace.__pulumiType, name, resourceInputs, opts);
|
|
106
|
+
}
|
|
107
|
+
}
|
|
108
|
+
exports.Namespace = Namespace;
|
|
109
|
+
/** @internal */
|
|
110
|
+
Namespace.__pulumiType = 'azure-native:eventhub/v20240101:Namespace';
|
|
111
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmFtZXNwYWNlLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vZXZlbnRodWIvdjIwMjQwMTAxL25hbWVzcGFjZS50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiO0FBQUEsc0VBQXNFO0FBQ3RFLGlGQUFpRjs7O0FBRWpGLHlDQUF5QztBQUN6Qyw0Q0FBNEM7QUFHNUMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSxTQUFVLFNBQVEsTUFBTSxDQUFDLGNBQWM7SUFDaEQ7Ozs7Ozs7T0FPRztJQUNJLE1BQU0sQ0FBQyxHQUFHLENBQUMsSUFBWSxFQUFFLEVBQTJCLEVBQUUsSUFBbUM7UUFDNUYsT0FBTyxJQUFJLFNBQVMsQ0FBQyxJQUFJLEVBQUUsU0FBZ0Isa0NBQU8sSUFBSSxLQUFFLEVBQUUsRUFBRSxFQUFFLElBQUcsQ0FBQztJQUN0RSxDQUFDO0lBS0Q7OztPQUdHO0lBQ0ksTUFBTSxDQUFDLFVBQVUsQ0FBQyxHQUFRO1FBQzdCLElBQUksR0FBRyxLQUFLLFNBQVMsSUFBSSxHQUFHLEtBQUssSUFBSSxFQUFFO1lBQ25DLE9BQU8sS0FBSyxDQUFDO1NBQ2hCO1FBQ0QsT0FBTyxHQUFHLENBQUMsY0FBYyxDQUFDLEtBQUssU0FBUyxDQUFDLFlBQVksQ0FBQztJQUMxRCxDQUFDO0lBbUdEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW1CLEVBQUUsSUFBbUM7O1FBQzlFLElBQUksY0FBYyxHQUFrQixFQUFFLENBQUM7UUFDdkMsSUFBSSxHQUFHLElBQUksSUFBSSxFQUFFLENBQUM7UUFDbEIsSUFBSSxDQUFDLElBQUksQ0FBQyxFQUFFLEVBQUU7WUFDVixJQUFJLENBQUMsQ0FBQyxJQUFJLElBQUksSUFBSSxDQUFDLGlCQUFpQixLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDOUQsTUFBTSxJQUFJLEtBQUssQ0FBQywrQ0FBK0MsQ0FBQyxDQUFDO2FBQ3BFO1lBQ0QsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hFLGNBQWMsQ0FBQyxjQUFjLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxZQUFZLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN0RSxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxnQkFBZ0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlFLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFVBQVUsQ0FBQyxDQUFDLENBQUMsTUFBTSxDQUFDLE1BQU0sQ0FBQyxJQUFJLENBQUMsVUFBVSxDQUFDLENBQUMsS0FBSyxDQUFDLE1BQU0sQ0FBQyxRQUFRLENBQUMsU0FBUyxDQUFDLDZCQUE2QixDQUFDLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQyxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEwsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFFBQVEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzlELGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG9CQUFvQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDdEYsY0FBYyxDQUFDLGNBQWMsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLFlBQVksQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3RFLGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxRQUFRLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUM5RCxjQUFjLENBQUMsd0JBQXdCLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxzQkFBc0IsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQzFGLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGFBQWEsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3hFLGNBQWMsQ0FBQyw0QkFBNEIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLDBCQUEwQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDbEcsY0FBYyxDQUFDLHFCQUFxQixDQUFDLEdBQUcsTUFBQSxDQUFDLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLG1CQUFtQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUMsbUNBQUksU0FBUyxDQUFDO1lBQ25HLGNBQWMsQ0FBQyxtQkFBbUIsQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLGlCQUFpQixDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDaEYsY0FBYyxDQUFDLEtBQUssQ0FBQyxHQUFHLElBQUksQ0FBQyxDQUFDLENBQUMsSUFBSSxDQUFDLEdBQUcsQ0FBQyxDQUFDLENBQUMsU0FBUyxDQUFDO1lBQ3BELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxJQUFJLENBQUMsQ0FBQyxDQUFDLElBQUksQ0FBQyxJQUFJLENBQUMsQ0FBQyxDQUFDLFNBQVMsQ0FBQztZQUN0RCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsSUFBSSxDQUFDLENBQUMsQ0FBQyxJQUFJLENBQUMsYUFBYSxDQUFDLENBQUMsQ0FBQyxTQUFTLENBQUM7WUFDeEUsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN4RCxjQUFjLENBQUMsb0JBQW9CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3pELGNBQWMsQ0FBQyxRQUFRLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzdDLGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyxXQUFXLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1NBQ25EO2FBQU07WUFDSCxjQUFjLENBQUMsZUFBZSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNwRCxjQUFjLENBQUMsY0FBYyxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNuRCxjQUFjLENBQUMsV0FBVyxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUNoRCxjQUFjLENBQUMsa0JBQWtCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3ZELGNBQWMsQ0FBQyxZQUFZLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ2pELGNBQWMsQ0FBQyxVQUFVLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQy9DLGNBQWMsQ0FBQyxzQkFBc0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0QsY0FBYyxDQUFDLGNBQWMsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDbkQsY0FBYyxDQUFDLFVBQVUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDL0MsY0FBYyxDQUFDLHdCQUF3QixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUM3RCxjQUFjLENBQUMsVUFBVSxDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUMvQyxjQUFjLENBQUMsbUJBQW1CLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQ3hELGNBQWMsQ0FBQyxNQUFNLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzNDLGNBQWMsQ0FBQyw0QkFBNEIsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakUsY0FBYyxDQUFDLG1CQUFtQixDQUFDLEdBQUcsU0FBUyxDQUFDLE9BQU8sQ0FBQztZQUN4RCxjQUFjLENBQUMscUJBQXFCLENBQUMsR0FBRyxTQUFTLENBQUMsT0FBTyxDQUFDO1lBQzFELGNBQWMsQ0FBQyxvQkFBb0IsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDekQsY0FBYyxDQUFDLEtBQUssQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDMUMsY0FBYyxDQUFDLFFBQVEsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDN0MsY0FBYyxDQUFDLFlBQVksQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDakQsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLE1BQU0sQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDM0MsY0FBYyxDQUFDLFdBQVcsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7WUFDaEQsY0FBYyxDQUFDLGVBQWUsQ0FBQyxHQUFHLFNBQVMsQ0FBQyxPQUFPLENBQUM7U0FDdkQ7UUFDRCxJQUFJLEdBQUcsTUFBTSxDQUFDLFlBQVksQ0FBQyxTQUFTLENBQUMsb0JBQW9CLEVBQUUsRUFBRSxJQUFJLENBQUMsQ0FBQztRQUNuRSxNQUFNLFNBQVMsR0FBRyxFQUFFLE9BQU8sRUFBRSxDQUFDLEVBQUUsSUFBSSxFQUFFLGlDQUFpQyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMkNBQTJDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSwyQ0FBMkMsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLDJDQUEyQyxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsa0RBQWtELEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxrREFBa0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGtEQUFrRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsMkNBQTJDLEVBQUUsRUFBRSxFQUFFLElBQUksRUFBRSxrREFBa0QsRUFBRSxFQUFFLEVBQUUsSUFBSSxFQUFFLGtEQUFrRCxFQUFFLEVBQUUsRUFBRSxJQUFJLEVBQUUsa0RBQWtELEVBQUUsQ0FBQyxFQUFFLENBQUM7UUFDN3BCLElBQUksR0FBRyxNQUFNLENBQUMsWUFBWSxDQUFDLElBQUksRUFBRSxTQUFTLENBQUMsQ0FBQztRQUM1QyxLQUFLLENBQUMsU0FBUyxDQUFDLFlBQVksRUFBRSxJQUFJLEVBQUUsY0FBYyxFQUFFLElBQUksQ0FBQyxDQUFDO0lBQzlELENBQUM7O0FBbE1MLDhCQW1NQztBQXRMRyxnQkFBZ0I7QUFDTyxzQkFBWSxHQUFHLDJDQUEyQyxDQUFDIn0=
|
|
@@ -0,0 +1,71 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as outputs from "../../types/output";
|
|
3
|
+
import * as enums from "../../types/enums";
|
|
4
|
+
/**
|
|
5
|
+
* Single item in a List or Get AuthorizationRule operation
|
|
6
|
+
*/
|
|
7
|
+
export declare class NamespaceAuthorizationRule extends pulumi.CustomResource {
|
|
8
|
+
/**
|
|
9
|
+
* Get an existing NamespaceAuthorizationRule 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): NamespaceAuthorizationRule;
|
|
17
|
+
/**
|
|
18
|
+
* Returns true if the given object is an instance of NamespaceAuthorizationRule. 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 NamespaceAuthorizationRule;
|
|
22
|
+
/**
|
|
23
|
+
* The geo-location where the resource lives
|
|
24
|
+
*/
|
|
25
|
+
readonly location: pulumi.Output<string>;
|
|
26
|
+
/**
|
|
27
|
+
* The name of the resource
|
|
28
|
+
*/
|
|
29
|
+
readonly name: pulumi.Output<string>;
|
|
30
|
+
/**
|
|
31
|
+
* The rights associated with the rule.
|
|
32
|
+
*/
|
|
33
|
+
readonly rights: pulumi.Output<string[]>;
|
|
34
|
+
/**
|
|
35
|
+
* The system meta data relating to this resource.
|
|
36
|
+
*/
|
|
37
|
+
readonly systemData: pulumi.Output<outputs.eventhub.v20240101.SystemDataResponse>;
|
|
38
|
+
/**
|
|
39
|
+
* The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
40
|
+
*/
|
|
41
|
+
readonly type: pulumi.Output<string>;
|
|
42
|
+
/**
|
|
43
|
+
* Create a NamespaceAuthorizationRule resource with the given unique name, arguments, and options.
|
|
44
|
+
*
|
|
45
|
+
* @param name The _unique_ name of the resource.
|
|
46
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
47
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
48
|
+
*/
|
|
49
|
+
constructor(name: string, args: NamespaceAuthorizationRuleArgs, opts?: pulumi.CustomResourceOptions);
|
|
50
|
+
}
|
|
51
|
+
/**
|
|
52
|
+
* The set of arguments for constructing a NamespaceAuthorizationRule resource.
|
|
53
|
+
*/
|
|
54
|
+
export interface NamespaceAuthorizationRuleArgs {
|
|
55
|
+
/**
|
|
56
|
+
* The authorization rule name.
|
|
57
|
+
*/
|
|
58
|
+
authorizationRuleName?: pulumi.Input<string>;
|
|
59
|
+
/**
|
|
60
|
+
* The Namespace name
|
|
61
|
+
*/
|
|
62
|
+
namespaceName: pulumi.Input<string>;
|
|
63
|
+
/**
|
|
64
|
+
* Name of the resource group within the azure subscription.
|
|
65
|
+
*/
|
|
66
|
+
resourceGroupName: pulumi.Input<string>;
|
|
67
|
+
/**
|
|
68
|
+
* The rights associated with the rule.
|
|
69
|
+
*/
|
|
70
|
+
rights: pulumi.Input<pulumi.Input<string | enums.eventhub.v20240101.AccessRights>[]>;
|
|
71
|
+
}
|
|
@@ -0,0 +1,78 @@
|
|
|
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.NamespaceAuthorizationRule = void 0;
|
|
6
|
+
const pulumi = require("@pulumi/pulumi");
|
|
7
|
+
const utilities = require("../../utilities");
|
|
8
|
+
/**
|
|
9
|
+
* Single item in a List or Get AuthorizationRule operation
|
|
10
|
+
*/
|
|
11
|
+
class NamespaceAuthorizationRule extends pulumi.CustomResource {
|
|
12
|
+
/**
|
|
13
|
+
* Get an existing NamespaceAuthorizationRule 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 NamespaceAuthorizationRule(name, undefined, Object.assign(Object.assign({}, opts), { id: id }));
|
|
22
|
+
}
|
|
23
|
+
/**
|
|
24
|
+
* Returns true if the given object is an instance of NamespaceAuthorizationRule. 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'] === NamespaceAuthorizationRule.__pulumiType;
|
|
32
|
+
}
|
|
33
|
+
/**
|
|
34
|
+
* Create a NamespaceAuthorizationRule 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.namespaceName === undefined) && !opts.urn) {
|
|
45
|
+
throw new Error("Missing required property 'namespaceName'");
|
|
46
|
+
}
|
|
47
|
+
if ((!args || args.resourceGroupName === undefined) && !opts.urn) {
|
|
48
|
+
throw new Error("Missing required property 'resourceGroupName'");
|
|
49
|
+
}
|
|
50
|
+
if ((!args || args.rights === undefined) && !opts.urn) {
|
|
51
|
+
throw new Error("Missing required property 'rights'");
|
|
52
|
+
}
|
|
53
|
+
resourceInputs["authorizationRuleName"] = args ? args.authorizationRuleName : undefined;
|
|
54
|
+
resourceInputs["namespaceName"] = args ? args.namespaceName : undefined;
|
|
55
|
+
resourceInputs["resourceGroupName"] = args ? args.resourceGroupName : undefined;
|
|
56
|
+
resourceInputs["rights"] = args ? args.rights : undefined;
|
|
57
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
58
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
59
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
60
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
61
|
+
}
|
|
62
|
+
else {
|
|
63
|
+
resourceInputs["location"] = undefined /*out*/;
|
|
64
|
+
resourceInputs["name"] = undefined /*out*/;
|
|
65
|
+
resourceInputs["rights"] = undefined /*out*/;
|
|
66
|
+
resourceInputs["systemData"] = undefined /*out*/;
|
|
67
|
+
resourceInputs["type"] = undefined /*out*/;
|
|
68
|
+
}
|
|
69
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
70
|
+
const aliasOpts = { aliases: [{ type: "azure-native:eventhub:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20140901:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20150801:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20170401:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20180101preview:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20210101preview:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20210601preview:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20211101:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20220101preview:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20221001preview:NamespaceAuthorizationRule" }, { type: "azure-native:eventhub/v20230101preview:NamespaceAuthorizationRule" }] };
|
|
71
|
+
opts = pulumi.mergeOptions(opts, aliasOpts);
|
|
72
|
+
super(NamespaceAuthorizationRule.__pulumiType, name, resourceInputs, opts);
|
|
73
|
+
}
|
|
74
|
+
}
|
|
75
|
+
exports.NamespaceAuthorizationRule = NamespaceAuthorizationRule;
|
|
76
|
+
/** @internal */
|
|
77
|
+
NamespaceAuthorizationRule.__pulumiType = 'azure-native:eventhub/v20240101:NamespaceAuthorizationRule';
|
|
78
|
+
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoibmFtZXNwYWNlQXV0aG9yaXphdGlvblJ1bGUuanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi9ldmVudGh1Yi92MjAyNDAxMDEvbmFtZXNwYWNlQXV0aG9yaXphdGlvblJ1bGUudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IjtBQUFBLHNFQUFzRTtBQUN0RSxpRkFBaUY7OztBQUVqRix5Q0FBeUM7QUFJekMsNkNBQTZDO0FBRTdDOztHQUVHO0FBQ0gsTUFBYSwwQkFBMkIsU0FBUSxNQUFNLENBQUMsY0FBYztJQUNqRTs7Ozs7OztPQU9HO0lBQ0ksTUFBTSxDQUFDLEdBQUcsQ0FBQyxJQUFZLEVBQUUsRUFBMkIsRUFBRSxJQUFtQztRQUM1RixPQUFPLElBQUksMEJBQTBCLENBQUMsSUFBSSxFQUFFLFNBQWdCLGtDQUFPLElBQUksS0FBRSxFQUFFLEVBQUUsRUFBRSxJQUFHLENBQUM7SUFDdkYsQ0FBQztJQUtEOzs7T0FHRztJQUNJLE1BQU0sQ0FBQyxVQUFVLENBQUMsR0FBUTtRQUM3QixJQUFJLEdBQUcsS0FBSyxTQUFTLElBQUksR0FBRyxLQUFLLElBQUksRUFBRTtZQUNuQyxPQUFPLEtBQUssQ0FBQztTQUNoQjtRQUNELE9BQU8sR0FBRyxDQUFDLGNBQWMsQ0FBQyxLQUFLLDBCQUEwQixDQUFDLFlBQVksQ0FBQztJQUMzRSxDQUFDO0lBdUJEOzs7Ozs7T0FNRztJQUNILFlBQVksSUFBWSxFQUFFLElBQW9DLEVBQUUsSUFBbUM7UUFDL0YsSUFBSSxjQUFjLEdBQWtCLEVBQUUsQ0FBQztRQUN2QyxJQUFJLEdBQUcsSUFBSSxJQUFJLEVBQUUsQ0FBQztRQUNsQixJQUFJLENBQUMsSUFBSSxDQUFDLEVBQUUsRUFBRTtZQUNWLElBQUksQ0FBQyxDQUFDLElBQUksSUFBSSxJQUFJLENBQUMsYUFBYSxLQUFLLFNBQVMsQ0FBQyxJQUFJLENBQUMsSUFBSSxDQUFDLEdBQUcsRUFBRTtnQkFDMUQsTUFBTSxJQUFJLEtBQUssQ0FBQywyQ0FBMkMs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
|
|
@@ -0,0 +1,100 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
import * as inputs from "../../types/input";
|
|
3
|
+
import * as outputs from "../../types/output";
|
|
4
|
+
import * as enums from "../../types/enums";
|
|
5
|
+
/**
|
|
6
|
+
* Description of topic resource.
|
|
7
|
+
*/
|
|
8
|
+
export declare class NamespaceNetworkRuleSet extends pulumi.CustomResource {
|
|
9
|
+
/**
|
|
10
|
+
* Get an existing NamespaceNetworkRuleSet resource's state with the given name, ID, and optional extra
|
|
11
|
+
* properties used to qualify the lookup.
|
|
12
|
+
*
|
|
13
|
+
* @param name The _unique_ name of the resulting resource.
|
|
14
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
15
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
16
|
+
*/
|
|
17
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, opts?: pulumi.CustomResourceOptions): NamespaceNetworkRuleSet;
|
|
18
|
+
/**
|
|
19
|
+
* Returns true if the given object is an instance of NamespaceNetworkRuleSet. This is designed to work even
|
|
20
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
21
|
+
*/
|
|
22
|
+
static isInstance(obj: any): obj is NamespaceNetworkRuleSet;
|
|
23
|
+
/**
|
|
24
|
+
* Default Action for Network Rule Set
|
|
25
|
+
*/
|
|
26
|
+
readonly defaultAction: pulumi.Output<string | undefined>;
|
|
27
|
+
/**
|
|
28
|
+
* List of IpRules
|
|
29
|
+
*/
|
|
30
|
+
readonly ipRules: pulumi.Output<outputs.eventhub.v20240101.NWRuleSetIpRulesResponse[] | undefined>;
|
|
31
|
+
/**
|
|
32
|
+
* The geo-location where the resource lives
|
|
33
|
+
*/
|
|
34
|
+
readonly location: pulumi.Output<string>;
|
|
35
|
+
/**
|
|
36
|
+
* The name of the resource
|
|
37
|
+
*/
|
|
38
|
+
readonly name: pulumi.Output<string>;
|
|
39
|
+
/**
|
|
40
|
+
* This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.
|
|
41
|
+
*/
|
|
42
|
+
readonly publicNetworkAccess: pulumi.Output<string | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The system meta data relating to this resource.
|
|
45
|
+
*/
|
|
46
|
+
readonly systemData: pulumi.Output<outputs.eventhub.v20240101.SystemDataResponse>;
|
|
47
|
+
/**
|
|
48
|
+
* Value that indicates whether Trusted Service Access is Enabled or not.
|
|
49
|
+
*/
|
|
50
|
+
readonly trustedServiceAccessEnabled: pulumi.Output<boolean | undefined>;
|
|
51
|
+
/**
|
|
52
|
+
* The type of the resource. E.g. "Microsoft.EventHub/Namespaces" or "Microsoft.EventHub/Namespaces/EventHubs"
|
|
53
|
+
*/
|
|
54
|
+
readonly type: pulumi.Output<string>;
|
|
55
|
+
/**
|
|
56
|
+
* List VirtualNetwork Rules
|
|
57
|
+
*/
|
|
58
|
+
readonly virtualNetworkRules: pulumi.Output<outputs.eventhub.v20240101.NWRuleSetVirtualNetworkRulesResponse[] | undefined>;
|
|
59
|
+
/**
|
|
60
|
+
* Create a NamespaceNetworkRuleSet resource with the given unique name, arguments, and options.
|
|
61
|
+
*
|
|
62
|
+
* @param name The _unique_ name of the resource.
|
|
63
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
64
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
65
|
+
*/
|
|
66
|
+
constructor(name: string, args: NamespaceNetworkRuleSetArgs, opts?: pulumi.CustomResourceOptions);
|
|
67
|
+
}
|
|
68
|
+
/**
|
|
69
|
+
* The set of arguments for constructing a NamespaceNetworkRuleSet resource.
|
|
70
|
+
*/
|
|
71
|
+
export interface NamespaceNetworkRuleSetArgs {
|
|
72
|
+
/**
|
|
73
|
+
* Default Action for Network Rule Set
|
|
74
|
+
*/
|
|
75
|
+
defaultAction?: pulumi.Input<string | enums.eventhub.v20240101.DefaultAction>;
|
|
76
|
+
/**
|
|
77
|
+
* List of IpRules
|
|
78
|
+
*/
|
|
79
|
+
ipRules?: pulumi.Input<pulumi.Input<inputs.eventhub.v20240101.NWRuleSetIpRulesArgs>[]>;
|
|
80
|
+
/**
|
|
81
|
+
* The Namespace name
|
|
82
|
+
*/
|
|
83
|
+
namespaceName: pulumi.Input<string>;
|
|
84
|
+
/**
|
|
85
|
+
* This determines if traffic is allowed over public network. By default it is enabled. If value is SecuredByPerimeter then Inbound and Outbound communication is controlled by the network security perimeter and profile's access rules.
|
|
86
|
+
*/
|
|
87
|
+
publicNetworkAccess?: pulumi.Input<string | enums.eventhub.v20240101.PublicNetworkAccessFlag>;
|
|
88
|
+
/**
|
|
89
|
+
* Name of the resource group within the azure subscription.
|
|
90
|
+
*/
|
|
91
|
+
resourceGroupName: pulumi.Input<string>;
|
|
92
|
+
/**
|
|
93
|
+
* Value that indicates whether Trusted Service Access is Enabled or not.
|
|
94
|
+
*/
|
|
95
|
+
trustedServiceAccessEnabled?: pulumi.Input<boolean>;
|
|
96
|
+
/**
|
|
97
|
+
* List VirtualNetwork Rules
|
|
98
|
+
*/
|
|
99
|
+
virtualNetworkRules?: pulumi.Input<pulumi.Input<inputs.eventhub.v20240101.NWRuleSetVirtualNetworkRulesArgs>[]>;
|
|
100
|
+
}
|