pulumi-wavefront 3.2.0a1747896880__py3-none-any.whl → 3.2.0a1748901825__py3-none-any.whl
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.
- pulumi_wavefront/__init__.py +1 -1
- pulumi_wavefront/_inputs.py +1 -1
- pulumi_wavefront/_utilities.py +1 -1
- pulumi_wavefront/alert.py +1 -1
- pulumi_wavefront/alert_target.py +1 -1
- pulumi_wavefront/cloud_integration_app_dynamics.py +17 -18
- pulumi_wavefront/cloud_integration_aws_external_id.py +1 -1
- pulumi_wavefront/cloud_integration_azure.py +17 -18
- pulumi_wavefront/cloud_integration_azure_activity_log.py +17 -18
- pulumi_wavefront/cloud_integration_cloud_trail.py +17 -18
- pulumi_wavefront/cloud_integration_cloud_watch.py +17 -18
- pulumi_wavefront/cloud_integration_ec2.py +17 -18
- pulumi_wavefront/cloud_integration_gcp.py +17 -18
- pulumi_wavefront/cloud_integration_gcp_billing.py +17 -18
- pulumi_wavefront/cloud_integration_new_relic.py +17 -18
- pulumi_wavefront/config/__init__.py +1 -1
- pulumi_wavefront/config/__init__.pyi +1 -1
- pulumi_wavefront/config/vars.py +1 -1
- pulumi_wavefront/dashboard.py +1 -1
- pulumi_wavefront/dashboard_json.py +1 -1
- pulumi_wavefront/derived_metric.py +1 -1
- pulumi_wavefront/event.py +1 -1
- pulumi_wavefront/external_link.py +1 -1
- pulumi_wavefront/get_alert.py +1 -1
- pulumi_wavefront/get_alerts.py +1 -1
- pulumi_wavefront/get_dashboard.py +1 -1
- pulumi_wavefront/get_dashboards.py +1 -1
- pulumi_wavefront/get_default_user_group.py +1 -1
- pulumi_wavefront/get_derived_metric.py +1 -1
- pulumi_wavefront/get_derived_metrics.py +1 -1
- pulumi_wavefront/get_event.py +1 -1
- pulumi_wavefront/get_events.py +1 -1
- pulumi_wavefront/get_external_link.py +1 -1
- pulumi_wavefront/get_external_links.py +1 -1
- pulumi_wavefront/get_maintenance_window.py +1 -1
- pulumi_wavefront/get_maintenance_window_all.py +1 -1
- pulumi_wavefront/get_metrics_policy.py +1 -1
- pulumi_wavefront/get_role.py +1 -1
- pulumi_wavefront/get_roles.py +1 -1
- pulumi_wavefront/get_user.py +1 -1
- pulumi_wavefront/get_user_group.py +1 -1
- pulumi_wavefront/get_user_groups.py +1 -1
- pulumi_wavefront/get_users.py +1 -1
- pulumi_wavefront/ingestion_policy.py +1 -1
- pulumi_wavefront/maintenance_window.py +1 -1
- pulumi_wavefront/metrics_policy.py +1 -1
- pulumi_wavefront/outputs.py +1 -1
- pulumi_wavefront/provider.py +22 -24
- pulumi_wavefront/pulumi-plugin.json +1 -1
- pulumi_wavefront/role.py +1 -1
- pulumi_wavefront/service_account.py +1 -1
- pulumi_wavefront/user.py +1 -1
- pulumi_wavefront/user_group.py +1 -1
- {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/METADATA +1 -1
- pulumi_wavefront-3.2.0a1748901825.dist-info/RECORD +58 -0
- {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/WHEEL +1 -1
- pulumi_wavefront-3.2.0a1747896880.dist-info/RECORD +0 -58
- {pulumi_wavefront-3.2.0a1747896880.dist-info → pulumi_wavefront-3.2.0a1748901825.dist-info}/top_level.txt +0 -0
pulumi_wavefront/__init__.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_wavefront/_inputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_wavefront/_utilities.py
CHANGED
pulumi_wavefront/alert.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
pulumi_wavefront/alert_target.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -22,7 +22,6 @@ class CloudIntegrationAppDynamicsArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
controller_name: pulumi.Input[builtins.str],
|
24
24
|
encrypted_password: pulumi.Input[builtins.str],
|
25
|
-
service: pulumi.Input[builtins.str],
|
26
25
|
user_name: pulumi.Input[builtins.str],
|
27
26
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
28
27
|
app_filter_regexes: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
@@ -36,12 +35,12 @@ class CloudIntegrationAppDynamicsArgs:
|
|
36
35
|
enable_service_endpoint_metrics: Optional[pulumi.Input[builtins.bool]] = None,
|
37
36
|
force_save: Optional[pulumi.Input[builtins.bool]] = None,
|
38
37
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
38
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
39
39
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
|
40
40
|
"""
|
41
41
|
The set of arguments for constructing a CloudIntegrationAppDynamics resource.
|
42
42
|
:param pulumi.Input[builtins.str] controller_name: Name of the SaaS controller.
|
43
43
|
:param pulumi.Input[builtins.str] encrypted_password: Password for AppDynamics user.
|
44
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
45
44
|
:param pulumi.Input[builtins.str] user_name: Username is a combination of userName and the account name.
|
46
45
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
47
46
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] app_filter_regexes: List of regular expressions that an application name must match (case-insensitively)
|
@@ -57,11 +56,11 @@ class CloudIntegrationAppDynamicsArgs:
|
|
57
56
|
:param pulumi.Input[builtins.bool] enable_service_endpoint_metrics: Boolean flag to control Service End point metric ingestion.
|
58
57
|
:param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
|
59
58
|
:param pulumi.Input[builtins.str] name: The human-readable name of this integration.
|
59
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
60
60
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
61
61
|
"""
|
62
62
|
pulumi.set(__self__, "controller_name", controller_name)
|
63
63
|
pulumi.set(__self__, "encrypted_password", encrypted_password)
|
64
|
-
pulumi.set(__self__, "service", service)
|
65
64
|
pulumi.set(__self__, "user_name", user_name)
|
66
65
|
if additional_tags is not None:
|
67
66
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
@@ -87,6 +86,8 @@ class CloudIntegrationAppDynamicsArgs:
|
|
87
86
|
pulumi.set(__self__, "force_save", force_save)
|
88
87
|
if name is not None:
|
89
88
|
pulumi.set(__self__, "name", name)
|
89
|
+
if service is not None:
|
90
|
+
pulumi.set(__self__, "service", service)
|
90
91
|
if service_refresh_rate_in_minutes is not None:
|
91
92
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
92
93
|
|
@@ -114,18 +115,6 @@ class CloudIntegrationAppDynamicsArgs:
|
|
114
115
|
def encrypted_password(self, value: pulumi.Input[builtins.str]):
|
115
116
|
pulumi.set(self, "encrypted_password", value)
|
116
117
|
|
117
|
-
@property
|
118
|
-
@pulumi.getter
|
119
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
120
|
-
"""
|
121
|
-
A value denoting which cloud service this service integrates with.
|
122
|
-
"""
|
123
|
-
return pulumi.get(self, "service")
|
124
|
-
|
125
|
-
@service.setter
|
126
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
127
|
-
pulumi.set(self, "service", value)
|
128
|
-
|
129
118
|
@property
|
130
119
|
@pulumi.getter(name="userName")
|
131
120
|
def user_name(self) -> pulumi.Input[builtins.str]:
|
@@ -284,6 +273,18 @@ class CloudIntegrationAppDynamicsArgs:
|
|
284
273
|
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
285
274
|
pulumi.set(self, "name", value)
|
286
275
|
|
276
|
+
@property
|
277
|
+
@pulumi.getter
|
278
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
279
|
+
"""
|
280
|
+
A value denoting which cloud service this service integrates with.
|
281
|
+
"""
|
282
|
+
return pulumi.get(self, "service")
|
283
|
+
|
284
|
+
@service.setter
|
285
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
286
|
+
pulumi.set(self, "service", value)
|
287
|
+
|
287
288
|
@property
|
288
289
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
289
290
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -742,8 +743,6 @@ class CloudIntegrationAppDynamics(pulumi.CustomResource):
|
|
742
743
|
__props__.__dict__["encrypted_password"] = None if encrypted_password is None else pulumi.Output.secret(encrypted_password)
|
743
744
|
__props__.__dict__["force_save"] = force_save
|
744
745
|
__props__.__dict__["name"] = name
|
745
|
-
if service is None and not opts.urn:
|
746
|
-
raise TypeError("Missing required property 'service'")
|
747
746
|
__props__.__dict__["service"] = service
|
748
747
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
749
748
|
if user_name is None and not opts.urn:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -22,7 +22,6 @@ class CloudIntegrationAzureArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
client_id: pulumi.Input[builtins.str],
|
24
24
|
client_secret: pulumi.Input[builtins.str],
|
25
|
-
service: pulumi.Input[builtins.str],
|
26
25
|
tenant: pulumi.Input[builtins.str],
|
27
26
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
28
27
|
category_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
@@ -30,12 +29,12 @@ class CloudIntegrationAzureArgs:
|
|
30
29
|
metric_filter_regex: Optional[pulumi.Input[builtins.str]] = None,
|
31
30
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
32
31
|
resource_group_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
32
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
33
33
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
|
34
34
|
"""
|
35
35
|
The set of arguments for constructing a CloudIntegrationAzure resource.
|
36
36
|
:param pulumi.Input[builtins.str] client_id: Client ID for an Azure service account within your project.
|
37
37
|
:param pulumi.Input[builtins.str] client_secret: Client secret for an Azure service account within your project.
|
38
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
39
38
|
:param pulumi.Input[builtins.str] tenant: Tenant ID for an Azure service account within your project.
|
40
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
41
40
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] category_filters: A list of Azure Activity Log categories.
|
@@ -43,11 +42,11 @@ class CloudIntegrationAzureArgs:
|
|
43
42
|
:param pulumi.Input[builtins.str] metric_filter_regex: A regular expression that a metric name must match (case-insensitively) in order to be ingested.
|
44
43
|
:param pulumi.Input[builtins.str] name: The human-readable name of this integration.
|
45
44
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] resource_group_filters: A list of Azure resource groups from which to pull metrics.
|
45
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
46
46
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
47
47
|
"""
|
48
48
|
pulumi.set(__self__, "client_id", client_id)
|
49
49
|
pulumi.set(__self__, "client_secret", client_secret)
|
50
|
-
pulumi.set(__self__, "service", service)
|
51
50
|
pulumi.set(__self__, "tenant", tenant)
|
52
51
|
if additional_tags is not None:
|
53
52
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
@@ -61,6 +60,8 @@ class CloudIntegrationAzureArgs:
|
|
61
60
|
pulumi.set(__self__, "name", name)
|
62
61
|
if resource_group_filters is not None:
|
63
62
|
pulumi.set(__self__, "resource_group_filters", resource_group_filters)
|
63
|
+
if service is not None:
|
64
|
+
pulumi.set(__self__, "service", service)
|
64
65
|
if service_refresh_rate_in_minutes is not None:
|
65
66
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
66
67
|
|
@@ -88,18 +89,6 @@ class CloudIntegrationAzureArgs:
|
|
88
89
|
def client_secret(self, value: pulumi.Input[builtins.str]):
|
89
90
|
pulumi.set(self, "client_secret", value)
|
90
91
|
|
91
|
-
@property
|
92
|
-
@pulumi.getter
|
93
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
94
|
-
"""
|
95
|
-
A value denoting which cloud service this service integrates with.
|
96
|
-
"""
|
97
|
-
return pulumi.get(self, "service")
|
98
|
-
|
99
|
-
@service.setter
|
100
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
101
|
-
pulumi.set(self, "service", value)
|
102
|
-
|
103
92
|
@property
|
104
93
|
@pulumi.getter
|
105
94
|
def tenant(self) -> pulumi.Input[builtins.str]:
|
@@ -184,6 +173,18 @@ class CloudIntegrationAzureArgs:
|
|
184
173
|
def resource_group_filters(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
185
174
|
pulumi.set(self, "resource_group_filters", value)
|
186
175
|
|
176
|
+
@property
|
177
|
+
@pulumi.getter
|
178
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
179
|
+
"""
|
180
|
+
A value denoting which cloud service this service integrates with.
|
181
|
+
"""
|
182
|
+
return pulumi.get(self, "service")
|
183
|
+
|
184
|
+
@service.setter
|
185
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
186
|
+
pulumi.set(self, "service", value)
|
187
|
+
|
187
188
|
@property
|
188
189
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
189
190
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -516,8 +517,6 @@ class CloudIntegrationAzure(pulumi.CustomResource):
|
|
516
517
|
__props__.__dict__["metric_filter_regex"] = metric_filter_regex
|
517
518
|
__props__.__dict__["name"] = name
|
518
519
|
__props__.__dict__["resource_group_filters"] = resource_group_filters
|
519
|
-
if service is None and not opts.urn:
|
520
|
-
raise TypeError("Missing required property 'service'")
|
521
520
|
__props__.__dict__["service"] = service
|
522
521
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
523
522
|
if tenant is None and not opts.urn:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -22,28 +22,27 @@ class CloudIntegrationAzureActivityLogArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
client_id: pulumi.Input[builtins.str],
|
24
24
|
client_secret: pulumi.Input[builtins.str],
|
25
|
-
service: pulumi.Input[builtins.str],
|
26
25
|
tenant: pulumi.Input[builtins.str],
|
27
26
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
28
27
|
category_filters: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
29
28
|
force_save: Optional[pulumi.Input[builtins.bool]] = None,
|
30
29
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
30
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
31
31
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
|
32
32
|
"""
|
33
33
|
The set of arguments for constructing a CloudIntegrationAzureActivityLog resource.
|
34
34
|
:param pulumi.Input[builtins.str] client_id: Client ID for an Azure service account within your project.
|
35
35
|
:param pulumi.Input[builtins.str] client_secret: Client secret for an Azure service account within your project.
|
36
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
37
36
|
:param pulumi.Input[builtins.str] tenant: Tenant ID for an Azure service account within your project.
|
38
37
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
39
38
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] category_filters: A list of Azure services (such as Microsoft.Compute/virtualMachines) from which to pull metrics.
|
40
39
|
:param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
|
41
40
|
:param pulumi.Input[builtins.str] name: The human-readable name of this integration.
|
41
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
42
42
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
43
43
|
"""
|
44
44
|
pulumi.set(__self__, "client_id", client_id)
|
45
45
|
pulumi.set(__self__, "client_secret", client_secret)
|
46
|
-
pulumi.set(__self__, "service", service)
|
47
46
|
pulumi.set(__self__, "tenant", tenant)
|
48
47
|
if additional_tags is not None:
|
49
48
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
@@ -53,6 +52,8 @@ class CloudIntegrationAzureActivityLogArgs:
|
|
53
52
|
pulumi.set(__self__, "force_save", force_save)
|
54
53
|
if name is not None:
|
55
54
|
pulumi.set(__self__, "name", name)
|
55
|
+
if service is not None:
|
56
|
+
pulumi.set(__self__, "service", service)
|
56
57
|
if service_refresh_rate_in_minutes is not None:
|
57
58
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
58
59
|
|
@@ -80,18 +81,6 @@ class CloudIntegrationAzureActivityLogArgs:
|
|
80
81
|
def client_secret(self, value: pulumi.Input[builtins.str]):
|
81
82
|
pulumi.set(self, "client_secret", value)
|
82
83
|
|
83
|
-
@property
|
84
|
-
@pulumi.getter
|
85
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
86
|
-
"""
|
87
|
-
A value denoting which cloud service this service integrates with.
|
88
|
-
"""
|
89
|
-
return pulumi.get(self, "service")
|
90
|
-
|
91
|
-
@service.setter
|
92
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
93
|
-
pulumi.set(self, "service", value)
|
94
|
-
|
95
84
|
@property
|
96
85
|
@pulumi.getter
|
97
86
|
def tenant(self) -> pulumi.Input[builtins.str]:
|
@@ -152,6 +141,18 @@ class CloudIntegrationAzureActivityLogArgs:
|
|
152
141
|
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
153
142
|
pulumi.set(self, "name", value)
|
154
143
|
|
144
|
+
@property
|
145
|
+
@pulumi.getter
|
146
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
147
|
+
"""
|
148
|
+
A value denoting which cloud service this service integrates with.
|
149
|
+
"""
|
150
|
+
return pulumi.get(self, "service")
|
151
|
+
|
152
|
+
@service.setter
|
153
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
154
|
+
pulumi.set(self, "service", value)
|
155
|
+
|
155
156
|
@property
|
156
157
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
157
158
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -446,8 +447,6 @@ class CloudIntegrationAzureActivityLog(pulumi.CustomResource):
|
|
446
447
|
__props__.__dict__["client_secret"] = None if client_secret is None else pulumi.Output.secret(client_secret)
|
447
448
|
__props__.__dict__["force_save"] = force_save
|
448
449
|
__props__.__dict__["name"] = name
|
449
|
-
if service is None and not opts.urn:
|
450
|
-
raise TypeError("Missing required property 'service'")
|
451
450
|
__props__.__dict__["service"] = service
|
452
451
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
453
452
|
if tenant is None and not opts.urn:
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -24,12 +24,12 @@ class CloudIntegrationCloudTrailArgs:
|
|
24
24
|
external_id: pulumi.Input[builtins.str],
|
25
25
|
region: pulumi.Input[builtins.str],
|
26
26
|
role_arn: pulumi.Input[builtins.str],
|
27
|
-
service: pulumi.Input[builtins.str],
|
28
27
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
29
28
|
filter_rule: Optional[pulumi.Input[builtins.str]] = None,
|
30
29
|
force_save: Optional[pulumi.Input[builtins.bool]] = None,
|
31
30
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
32
31
|
prefix: Optional[pulumi.Input[builtins.str]] = None,
|
32
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
33
33
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
|
34
34
|
"""
|
35
35
|
The set of arguments for constructing a CloudIntegrationCloudTrail resource.
|
@@ -37,19 +37,18 @@ class CloudIntegrationCloudTrailArgs:
|
|
37
37
|
:param pulumi.Input[builtins.str] external_id: The Role ARN that the customer has created in AWS IAM to allow access to Wavefront.
|
38
38
|
:param pulumi.Input[builtins.str] region: The AWS region of the S3 bucket where CloudTrail logs are stored.
|
39
39
|
:param pulumi.Input[builtins.str] role_arn: The external ID corresponding to the Role ARN.
|
40
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
41
40
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
42
41
|
:param pulumi.Input[builtins.str] filter_rule: Rule to filter CloudTrail log event.
|
43
42
|
:param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
|
44
43
|
:param pulumi.Input[builtins.str] name: The human-readable name of this integration.
|
45
44
|
:param pulumi.Input[builtins.str] prefix: The common prefix, if any, appended to all CloudTrail log files.
|
45
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
46
46
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
47
47
|
"""
|
48
48
|
pulumi.set(__self__, "bucket_name", bucket_name)
|
49
49
|
pulumi.set(__self__, "external_id", external_id)
|
50
50
|
pulumi.set(__self__, "region", region)
|
51
51
|
pulumi.set(__self__, "role_arn", role_arn)
|
52
|
-
pulumi.set(__self__, "service", service)
|
53
52
|
if additional_tags is not None:
|
54
53
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
55
54
|
if filter_rule is not None:
|
@@ -60,6 +59,8 @@ class CloudIntegrationCloudTrailArgs:
|
|
60
59
|
pulumi.set(__self__, "name", name)
|
61
60
|
if prefix is not None:
|
62
61
|
pulumi.set(__self__, "prefix", prefix)
|
62
|
+
if service is not None:
|
63
|
+
pulumi.set(__self__, "service", service)
|
63
64
|
if service_refresh_rate_in_minutes is not None:
|
64
65
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
65
66
|
|
@@ -111,18 +112,6 @@ class CloudIntegrationCloudTrailArgs:
|
|
111
112
|
def role_arn(self, value: pulumi.Input[builtins.str]):
|
112
113
|
pulumi.set(self, "role_arn", value)
|
113
114
|
|
114
|
-
@property
|
115
|
-
@pulumi.getter
|
116
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
117
|
-
"""
|
118
|
-
A value denoting which cloud service this service integrates with.
|
119
|
-
"""
|
120
|
-
return pulumi.get(self, "service")
|
121
|
-
|
122
|
-
@service.setter
|
123
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
124
|
-
pulumi.set(self, "service", value)
|
125
|
-
|
126
115
|
@property
|
127
116
|
@pulumi.getter(name="additionalTags")
|
128
117
|
def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
@@ -183,6 +172,18 @@ class CloudIntegrationCloudTrailArgs:
|
|
183
172
|
def prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
184
173
|
pulumi.set(self, "prefix", value)
|
185
174
|
|
175
|
+
@property
|
176
|
+
@pulumi.getter
|
177
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
178
|
+
"""
|
179
|
+
A value denoting which cloud service this service integrates with.
|
180
|
+
"""
|
181
|
+
return pulumi.get(self, "service")
|
182
|
+
|
183
|
+
@service.setter
|
184
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
185
|
+
pulumi.set(self, "service", value)
|
186
|
+
|
186
187
|
@property
|
187
188
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
188
189
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -524,8 +525,6 @@ class CloudIntegrationCloudTrail(pulumi.CustomResource):
|
|
524
525
|
if role_arn is None and not opts.urn:
|
525
526
|
raise TypeError("Missing required property 'role_arn'")
|
526
527
|
__props__.__dict__["role_arn"] = role_arn
|
527
|
-
if service is None and not opts.urn:
|
528
|
-
raise TypeError("Missing required property 'service'")
|
529
528
|
__props__.__dict__["service"] = service
|
530
529
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
531
530
|
super(CloudIntegrationCloudTrail, __self__).__init__(
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -22,7 +22,6 @@ class CloudIntegrationCloudWatchArgs:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
external_id: pulumi.Input[builtins.str],
|
24
24
|
role_arn: pulumi.Input[builtins.str],
|
25
|
-
service: pulumi.Input[builtins.str],
|
26
25
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
27
26
|
force_save: Optional[pulumi.Input[builtins.bool]] = None,
|
28
27
|
instance_selection_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -30,13 +29,13 @@ class CloudIntegrationCloudWatchArgs:
|
|
30
29
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
31
30
|
namespaces: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
32
31
|
point_tag_filter_regex: Optional[pulumi.Input[builtins.str]] = None,
|
32
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
33
33
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None,
|
34
34
|
volume_selection_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None):
|
35
35
|
"""
|
36
36
|
The set of arguments for constructing a CloudIntegrationCloudWatch resource.
|
37
37
|
:param pulumi.Input[builtins.str] external_id: The Role ARN that the customer has created in AWS IAM to allow access to Wavefront.
|
38
38
|
:param pulumi.Input[builtins.str] role_arn: The external ID corresponding to the Role ARN.
|
39
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
40
39
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
41
40
|
:param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
|
42
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] instance_selection_tags: A string->string map allow list of instance tag-value pairs (in AWS).
|
@@ -47,6 +46,7 @@ class CloudIntegrationCloudWatchArgs:
|
|
47
46
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] namespaces: A list of namespaces that limit what we query from CloudWatch.
|
48
47
|
:param pulumi.Input[builtins.str] point_tag_filter_regex: A regular expression that AWS tag key name must match (case-insensitively)
|
49
48
|
in order to be ingested.
|
49
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
50
50
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
51
51
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] volume_selection_tags: A string->string map of allow list of volume tag-value pairs (in AWS).
|
52
52
|
If the volume's AWS tags match this allow list, CloudWatch data about this volume is ingested.
|
@@ -54,7 +54,6 @@ class CloudIntegrationCloudWatchArgs:
|
|
54
54
|
"""
|
55
55
|
pulumi.set(__self__, "external_id", external_id)
|
56
56
|
pulumi.set(__self__, "role_arn", role_arn)
|
57
|
-
pulumi.set(__self__, "service", service)
|
58
57
|
if additional_tags is not None:
|
59
58
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
60
59
|
if force_save is not None:
|
@@ -69,6 +68,8 @@ class CloudIntegrationCloudWatchArgs:
|
|
69
68
|
pulumi.set(__self__, "namespaces", namespaces)
|
70
69
|
if point_tag_filter_regex is not None:
|
71
70
|
pulumi.set(__self__, "point_tag_filter_regex", point_tag_filter_regex)
|
71
|
+
if service is not None:
|
72
|
+
pulumi.set(__self__, "service", service)
|
72
73
|
if service_refresh_rate_in_minutes is not None:
|
73
74
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
74
75
|
if volume_selection_tags is not None:
|
@@ -98,18 +99,6 @@ class CloudIntegrationCloudWatchArgs:
|
|
98
99
|
def role_arn(self, value: pulumi.Input[builtins.str]):
|
99
100
|
pulumi.set(self, "role_arn", value)
|
100
101
|
|
101
|
-
@property
|
102
|
-
@pulumi.getter
|
103
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
104
|
-
"""
|
105
|
-
A value denoting which cloud service this service integrates with.
|
106
|
-
"""
|
107
|
-
return pulumi.get(self, "service")
|
108
|
-
|
109
|
-
@service.setter
|
110
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
111
|
-
pulumi.set(self, "service", value)
|
112
|
-
|
113
102
|
@property
|
114
103
|
@pulumi.getter(name="additionalTags")
|
115
104
|
def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
@@ -197,6 +186,18 @@ class CloudIntegrationCloudWatchArgs:
|
|
197
186
|
def point_tag_filter_regex(self, value: Optional[pulumi.Input[builtins.str]]):
|
198
187
|
pulumi.set(self, "point_tag_filter_regex", value)
|
199
188
|
|
189
|
+
@property
|
190
|
+
@pulumi.getter
|
191
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
192
|
+
"""
|
193
|
+
A value denoting which cloud service this service integrates with.
|
194
|
+
"""
|
195
|
+
return pulumi.get(self, "service")
|
196
|
+
|
197
|
+
@service.setter
|
198
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
199
|
+
pulumi.set(self, "service", value)
|
200
|
+
|
200
201
|
@property
|
201
202
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
202
203
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -580,8 +581,6 @@ class CloudIntegrationCloudWatch(pulumi.CustomResource):
|
|
580
581
|
if role_arn is None and not opts.urn:
|
581
582
|
raise TypeError("Missing required property 'role_arn'")
|
582
583
|
__props__.__dict__["role_arn"] = role_arn
|
583
|
-
if service is None and not opts.urn:
|
584
|
-
raise TypeError("Missing required property 'service'")
|
585
584
|
__props__.__dict__["service"] = service
|
586
585
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
587
586
|
__props__.__dict__["volume_selection_tags"] = volume_selection_tags
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -22,28 +22,27 @@ class CloudIntegrationEc2Args:
|
|
22
22
|
def __init__(__self__, *,
|
23
23
|
external_id: pulumi.Input[builtins.str],
|
24
24
|
role_arn: pulumi.Input[builtins.str],
|
25
|
-
service: pulumi.Input[builtins.str],
|
26
25
|
additional_tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
27
26
|
force_save: Optional[pulumi.Input[builtins.bool]] = None,
|
28
27
|
hostname_tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
29
28
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
29
|
+
service: Optional[pulumi.Input[builtins.str]] = None,
|
30
30
|
service_refresh_rate_in_minutes: Optional[pulumi.Input[builtins.int]] = None):
|
31
31
|
"""
|
32
32
|
The set of arguments for constructing a CloudIntegrationEc2 resource.
|
33
33
|
:param pulumi.Input[builtins.str] external_id: The Role ARN that the customer has created in AWS IAM to allow access to Wavefront.
|
34
34
|
:param pulumi.Input[builtins.str] role_arn: The external ID corresponding to the Role ARN.
|
35
|
-
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
36
35
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] additional_tags: A list of point tag key-values to add to every point ingested using this integration.
|
37
36
|
:param pulumi.Input[builtins.bool] force_save: Forces this resource to save, even if errors are present.
|
38
37
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] hostname_tags: A list of AWS instance tags to use as the `source` name
|
39
38
|
in a series. Default is `["hostname", "host", "name"]`. If no tag in the list is found, the series source
|
40
39
|
is set to the instance id.
|
41
40
|
:param pulumi.Input[builtins.str] name: The human-readable name of this integration.
|
41
|
+
:param pulumi.Input[builtins.str] service: A value denoting which cloud service this service integrates with.
|
42
42
|
:param pulumi.Input[builtins.int] service_refresh_rate_in_minutes: How often, in minutes, to refresh the service.
|
43
43
|
"""
|
44
44
|
pulumi.set(__self__, "external_id", external_id)
|
45
45
|
pulumi.set(__self__, "role_arn", role_arn)
|
46
|
-
pulumi.set(__self__, "service", service)
|
47
46
|
if additional_tags is not None:
|
48
47
|
pulumi.set(__self__, "additional_tags", additional_tags)
|
49
48
|
if force_save is not None:
|
@@ -52,6 +51,8 @@ class CloudIntegrationEc2Args:
|
|
52
51
|
pulumi.set(__self__, "hostname_tags", hostname_tags)
|
53
52
|
if name is not None:
|
54
53
|
pulumi.set(__self__, "name", name)
|
54
|
+
if service is not None:
|
55
|
+
pulumi.set(__self__, "service", service)
|
55
56
|
if service_refresh_rate_in_minutes is not None:
|
56
57
|
pulumi.set(__self__, "service_refresh_rate_in_minutes", service_refresh_rate_in_minutes)
|
57
58
|
|
@@ -79,18 +80,6 @@ class CloudIntegrationEc2Args:
|
|
79
80
|
def role_arn(self, value: pulumi.Input[builtins.str]):
|
80
81
|
pulumi.set(self, "role_arn", value)
|
81
82
|
|
82
|
-
@property
|
83
|
-
@pulumi.getter
|
84
|
-
def service(self) -> pulumi.Input[builtins.str]:
|
85
|
-
"""
|
86
|
-
A value denoting which cloud service this service integrates with.
|
87
|
-
"""
|
88
|
-
return pulumi.get(self, "service")
|
89
|
-
|
90
|
-
@service.setter
|
91
|
-
def service(self, value: pulumi.Input[builtins.str]):
|
92
|
-
pulumi.set(self, "service", value)
|
93
|
-
|
94
83
|
@property
|
95
84
|
@pulumi.getter(name="additionalTags")
|
96
85
|
def additional_tags(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
@@ -141,6 +130,18 @@ class CloudIntegrationEc2Args:
|
|
141
130
|
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
142
131
|
pulumi.set(self, "name", value)
|
143
132
|
|
133
|
+
@property
|
134
|
+
@pulumi.getter
|
135
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
136
|
+
"""
|
137
|
+
A value denoting which cloud service this service integrates with.
|
138
|
+
"""
|
139
|
+
return pulumi.get(self, "service")
|
140
|
+
|
141
|
+
@service.setter
|
142
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
143
|
+
pulumi.set(self, "service", value)
|
144
|
+
|
144
145
|
@property
|
145
146
|
@pulumi.getter(name="serviceRefreshRateInMinutes")
|
146
147
|
def service_refresh_rate_in_minutes(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -420,8 +421,6 @@ class CloudIntegrationEc2(pulumi.CustomResource):
|
|
420
421
|
if role_arn is None and not opts.urn:
|
421
422
|
raise TypeError("Missing required property 'role_arn'")
|
422
423
|
__props__.__dict__["role_arn"] = role_arn
|
423
|
-
if service is None and not opts.urn:
|
424
|
-
raise TypeError("Missing required property 'service'")
|
425
424
|
__props__.__dict__["service"] = service
|
426
425
|
__props__.__dict__["service_refresh_rate_in_minutes"] = service_refresh_rate_in_minutes
|
427
426
|
super(CloudIntegrationEc2, __self__).__init__(
|