pulumi-signalfx 7.17.0a1756363016__py3-none-any.whl → 7.17.0a1756506814__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_signalfx/aws/integration.py +4 -8
- pulumi_signalfx/config/__init__.pyi +3 -6
- pulumi_signalfx/config/vars.py +3 -6
- pulumi_signalfx/provider.py +11 -22
- pulumi_signalfx/pulumi-plugin.json +1 -1
- {pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/METADATA +1 -1
- {pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/RECORD +9 -9
- {pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/WHEEL +0 -0
- {pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/top_level.txt +0 -0
@@ -404,8 +404,7 @@ class _IntegrationState:
|
|
404
404
|
use_metric_streams_sync: Optional[pulumi.Input[_builtins.bool]] = None):
|
405
405
|
"""
|
406
406
|
Input properties used for looking up and filtering Integration resources.
|
407
|
-
:param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
|
408
|
-
this
|
407
|
+
:param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
|
409
408
|
:param pulumi.Input[_builtins.bool] collect_only_recommended_stats: The integration will only ingest the recommended statistics published by AWS
|
410
409
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] custom_cloudwatch_namespaces: List of custom AWS CloudWatch namespaces to monitor. Custom namespaces contain custom metrics that you define in AWS; Splunk Observability Cloud imports the metrics so you can monitor them.
|
411
410
|
:param pulumi.Input[Sequence[pulumi.Input['IntegrationCustomNamespaceSyncRuleArgs']]] custom_namespace_sync_rules: Each element controls the data collected by Splunk Observability Cloud for the specified namespace. Conflicts with the `custom_cloudwatch_namespaces` property.
|
@@ -483,8 +482,7 @@ class _IntegrationState:
|
|
483
482
|
@pulumi.getter(name="authMethod")
|
484
483
|
def auth_method(self) -> Optional[pulumi.Input[_builtins.str]]:
|
485
484
|
"""
|
486
|
-
The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
|
487
|
-
this
|
485
|
+
The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
|
488
486
|
"""
|
489
487
|
return pulumi.get(self, "auth_method")
|
490
488
|
|
@@ -1040,8 +1038,7 @@ class Integration(pulumi.CustomResource):
|
|
1040
1038
|
:param str resource_name: The unique name of the resulting resource.
|
1041
1039
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
1042
1040
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
1043
|
-
:param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
|
1044
|
-
this
|
1041
|
+
:param pulumi.Input[_builtins.str] auth_method: The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
|
1045
1042
|
:param pulumi.Input[_builtins.bool] collect_only_recommended_stats: The integration will only ingest the recommended statistics published by AWS
|
1046
1043
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] custom_cloudwatch_namespaces: List of custom AWS CloudWatch namespaces to monitor. Custom namespaces contain custom metrics that you define in AWS; Splunk Observability Cloud imports the metrics so you can monitor them.
|
1047
1044
|
:param pulumi.Input[Sequence[pulumi.Input[Union['IntegrationCustomNamespaceSyncRuleArgs', 'IntegrationCustomNamespaceSyncRuleArgsDict']]]] custom_namespace_sync_rules: Each element controls the data collected by Splunk Observability Cloud for the specified namespace. Conflicts with the `custom_cloudwatch_namespaces` property.
|
@@ -1100,8 +1097,7 @@ class Integration(pulumi.CustomResource):
|
|
1100
1097
|
@pulumi.getter(name="authMethod")
|
1101
1098
|
def auth_method(self) -> pulumi.Output[_builtins.str]:
|
1102
1099
|
"""
|
1103
|
-
The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define
|
1104
|
-
this
|
1100
|
+
The mechanism used to authenticate with AWS. Use one of `aws.ExternalIntegration` or `aws.TokenIntegration` to define this
|
1105
1101
|
"""
|
1106
1102
|
return pulumi.get(self, "auth_method")
|
1107
1103
|
|
@@ -31,8 +31,7 @@ Application URL for your Splunk Observability Cloud org, often customized for or
|
|
31
31
|
|
32
32
|
email: Optional[str]
|
33
33
|
"""
|
34
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
35
|
-
Password
|
34
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
36
35
|
"""
|
37
36
|
|
38
37
|
featurePreview: Optional[str]
|
@@ -47,8 +46,7 @@ Required if the user is configured to be part of multiple organizations
|
|
47
46
|
|
48
47
|
password: Optional[str]
|
49
48
|
"""
|
50
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
51
|
-
Password
|
49
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
52
50
|
"""
|
53
51
|
|
54
52
|
retryMaxAttempts: Optional[int]
|
@@ -68,8 +66,7 @@ Minimum retry wait for a single HTTP call in seconds. Defaults to 1
|
|
68
66
|
|
69
67
|
tags: Optional[str]
|
70
68
|
"""
|
71
|
-
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
|
72
|
-
configured, the global tags are added in prefix.
|
69
|
+
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
|
73
70
|
"""
|
74
71
|
|
75
72
|
teams: Optional[str]
|
pulumi_signalfx/config/vars.py
CHANGED
@@ -44,8 +44,7 @@ class _ExportableConfig(types.ModuleType):
|
|
44
44
|
@_builtins.property
|
45
45
|
def email(self) -> Optional[str]:
|
46
46
|
"""
|
47
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
48
|
-
Password
|
47
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
49
48
|
"""
|
50
49
|
return __config__.get('email')
|
51
50
|
|
@@ -66,8 +65,7 @@ class _ExportableConfig(types.ModuleType):
|
|
66
65
|
@_builtins.property
|
67
66
|
def password(self) -> Optional[str]:
|
68
67
|
"""
|
69
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
70
|
-
Password
|
68
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
71
69
|
"""
|
72
70
|
return __config__.get('password')
|
73
71
|
|
@@ -95,8 +93,7 @@ class _ExportableConfig(types.ModuleType):
|
|
95
93
|
@_builtins.property
|
96
94
|
def tags(self) -> Optional[str]:
|
97
95
|
"""
|
98
|
-
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
|
99
|
-
configured, the global tags are added in prefix.
|
96
|
+
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
|
100
97
|
"""
|
101
98
|
return __config__.get('tags')
|
102
99
|
|
pulumi_signalfx/provider.py
CHANGED
@@ -37,17 +37,14 @@ class ProviderArgs:
|
|
37
37
|
:param pulumi.Input[_builtins.str] api_url: API URL for your Splunk Observability Cloud org, may include a realm
|
38
38
|
:param pulumi.Input[_builtins.str] auth_token: Splunk Observability Cloud auth token
|
39
39
|
:param pulumi.Input[_builtins.str] custom_app_url: Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
|
40
|
-
:param pulumi.Input[_builtins.str] email: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
41
|
-
Password
|
40
|
+
:param pulumi.Input[_builtins.str] email: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
42
41
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.bool]]] feature_preview: Allows for users to opt-in to new features that are considered experimental or not ready for general availability yet.
|
43
42
|
:param pulumi.Input[_builtins.str] organization_id: Required if the user is configured to be part of multiple organizations
|
44
|
-
:param pulumi.Input[_builtins.str] password: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
45
|
-
Password
|
43
|
+
:param pulumi.Input[_builtins.str] password: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
46
44
|
:param pulumi.Input[_builtins.int] retry_max_attempts: Max retries for a single HTTP call. Defaults to 4
|
47
45
|
:param pulumi.Input[_builtins.int] retry_wait_max_seconds: Maximum retry wait for a single HTTP call in seconds. Defaults to 30
|
48
46
|
:param pulumi.Input[_builtins.int] retry_wait_min_seconds: Minimum retry wait for a single HTTP call in seconds. Defaults to 1
|
49
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
|
50
|
-
configured, the global tags are added in prefix.
|
47
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
|
51
48
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] teams: Allows for teams to be defined at a provider level, and apply to all applicable resources created.
|
52
49
|
:param pulumi.Input[_builtins.int] timeout_seconds: Timeout duration for a single HTTP call in seconds. Defaults to 120
|
53
50
|
"""
|
@@ -122,8 +119,7 @@ class ProviderArgs:
|
|
122
119
|
@pulumi.getter
|
123
120
|
def email(self) -> Optional[pulumi.Input[_builtins.str]]:
|
124
121
|
"""
|
125
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
126
|
-
Password
|
122
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
127
123
|
"""
|
128
124
|
return pulumi.get(self, "email")
|
129
125
|
|
@@ -159,8 +155,7 @@ class ProviderArgs:
|
|
159
155
|
@pulumi.getter
|
160
156
|
def password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
161
157
|
"""
|
162
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
163
|
-
Password
|
158
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
164
159
|
"""
|
165
160
|
return pulumi.get(self, "password")
|
166
161
|
|
@@ -208,8 +203,7 @@ class ProviderArgs:
|
|
208
203
|
@pulumi.getter
|
209
204
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
|
210
205
|
"""
|
211
|
-
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
|
212
|
-
configured, the global tags are added in prefix.
|
206
|
+
Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
|
213
207
|
"""
|
214
208
|
return pulumi.get(self, "tags")
|
215
209
|
|
@@ -273,17 +267,14 @@ class Provider(pulumi.ProviderResource):
|
|
273
267
|
:param pulumi.Input[_builtins.str] api_url: API URL for your Splunk Observability Cloud org, may include a realm
|
274
268
|
:param pulumi.Input[_builtins.str] auth_token: Splunk Observability Cloud auth token
|
275
269
|
:param pulumi.Input[_builtins.str] custom_app_url: Application URL for your Splunk Observability Cloud org, often customized for organizations using SSO
|
276
|
-
:param pulumi.Input[_builtins.str] email: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
277
|
-
Password
|
270
|
+
:param pulumi.Input[_builtins.str] email: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
278
271
|
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.bool]]] feature_preview: Allows for users to opt-in to new features that are considered experimental or not ready for general availability yet.
|
279
272
|
:param pulumi.Input[_builtins.str] organization_id: Required if the user is configured to be part of multiple organizations
|
280
|
-
:param pulumi.Input[_builtins.str] password: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
281
|
-
Password
|
273
|
+
:param pulumi.Input[_builtins.str] password: Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
282
274
|
:param pulumi.Input[_builtins.int] retry_max_attempts: Max retries for a single HTTP call. Defaults to 4
|
283
275
|
:param pulumi.Input[_builtins.int] retry_wait_max_seconds: Maximum retry wait for a single HTTP call in seconds. Defaults to 30
|
284
276
|
:param pulumi.Input[_builtins.int] retry_wait_min_seconds: Minimum retry wait for a single HTTP call in seconds. Defaults to 1
|
285
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags
|
286
|
-
configured, the global tags are added in prefix.
|
277
|
+
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] tags: Allows for Tags to be added by default to resources that allow for tags to be included. If there is already tags configured, the global tags are added in prefix.
|
287
278
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] teams: Allows for teams to be defined at a provider level, and apply to all applicable resources created.
|
288
279
|
:param pulumi.Input[_builtins.int] timeout_seconds: Timeout duration for a single HTTP call in seconds. Defaults to 120
|
289
280
|
"""
|
@@ -386,8 +377,7 @@ class Provider(pulumi.ProviderResource):
|
|
386
377
|
@pulumi.getter
|
387
378
|
def email(self) -> pulumi.Output[Optional[_builtins.str]]:
|
388
379
|
"""
|
389
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
390
|
-
Password
|
380
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
391
381
|
"""
|
392
382
|
return pulumi.get(self, "email")
|
393
383
|
|
@@ -403,8 +393,7 @@ class Provider(pulumi.ProviderResource):
|
|
403
393
|
@pulumi.getter
|
404
394
|
def password(self) -> pulumi.Output[Optional[_builtins.str]]:
|
405
395
|
"""
|
406
|
-
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and
|
407
|
-
Password
|
396
|
+
Used to create a session token instead of an API token, it requires the account to be configured to login with Email and Password
|
408
397
|
"""
|
409
398
|
return pulumi.get(self, "password")
|
410
399
|
|
{pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/RECORD
RENAMED
@@ -14,8 +14,8 @@ pulumi_signalfx/metric_ruleset.py,sha256=j_PQRDKJ8lt4p7WtCRiGH3HlOiX2ZQpTr--JJmn
|
|
14
14
|
pulumi_signalfx/org_token.py,sha256=oYsLck67gbosUWDRKLw88tSdpOtCWoMns6_ucsjf_58,24508
|
15
15
|
pulumi_signalfx/organization_members.py,sha256=UJ38vcL3PyfIcMjW40T1fKlwVa1K4yhlnjfF5WyWYt4,3834
|
16
16
|
pulumi_signalfx/outputs.py,sha256=-j8KS6N-KQNZgEAUZA1-IcbC0kvUQzTnboFuX21349s,179892
|
17
|
-
pulumi_signalfx/provider.py,sha256=
|
18
|
-
pulumi_signalfx/pulumi-plugin.json,sha256
|
17
|
+
pulumi_signalfx/provider.py,sha256=JcczR5Oygj69zaAd-TJf_AyJFuzknLLRQUzhrNAOZYc,23101
|
18
|
+
pulumi_signalfx/pulumi-plugin.json,sha256=MK0dadLech24V_CKcGX8H0ZMtUUsZj45e7KkYc8jVBs,85
|
19
19
|
pulumi_signalfx/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
20
20
|
pulumi_signalfx/single_value_chart.py,sha256=ALNXhAGiNTzCBV8_n9Amq5K93Nek1Bh9mR2ZN_OBhHI,45017
|
21
21
|
pulumi_signalfx/slo.py,sha256=hAwZZ025BiWFxQzk22EuDqpPPiJOeM2v1Nj3QTBgWxk,19804
|
@@ -33,7 +33,7 @@ pulumi_signalfx/automatedarchival/settings.py,sha256=EzarmpJEWKO_e7lOKvhsydgP7Sf
|
|
33
33
|
pulumi_signalfx/aws/__init__.py,sha256=itTgt0Sj52DvpUrXtc84TXJjOidSWNliHLEAkw9FXkk,421
|
34
34
|
pulumi_signalfx/aws/_inputs.py,sha256=1ZXOBBCwACf4lFiugPFvCO2K1_4RWiCjQmZVpQ1YlvI,15081
|
35
35
|
pulumi_signalfx/aws/external_integration.py,sha256=-aZeBngF2vjgGNvQQnUvZ2bhsIH6TzS3Fq83JN4NwyI,8991
|
36
|
-
pulumi_signalfx/aws/integration.py,sha256=
|
36
|
+
pulumi_signalfx/aws/integration.py,sha256=QJyFLkbb7MhBxAnRBJVl8J09sP-jmPdNmnIrLZhgBNA,92775
|
37
37
|
pulumi_signalfx/aws/outputs.py,sha256=SLhxRlSGaaGlWjYpOrzjQfvCk-HnfZNPLAI94qifxNY,10789
|
38
38
|
pulumi_signalfx/aws/token_integration.py,sha256=5szYUvi7MknO8eSWeigIWS9H3XwULrsEyKYJXFtDozU,12429
|
39
39
|
pulumi_signalfx/azure/__init__.py,sha256=pB-1Ow5Zx3xAXBrtzCIvKGcjevGZ5e5xCTuDgGWO208,352
|
@@ -41,8 +41,8 @@ pulumi_signalfx/azure/_inputs.py,sha256=TMoSTQdn4Mdb53mpCCQPAnClD2XLMuU4KsVo_shb
|
|
41
41
|
pulumi_signalfx/azure/integration.py,sha256=7IZN19C0Jp-Igr_JrtdJoU6gU8HR38uSKVc6F92UXh0,62010
|
42
42
|
pulumi_signalfx/azure/outputs.py,sha256=isFIFkH6bLOeGsvWrExDIYqN2eY-ejX3PI5YeNVZF1k,3406
|
43
43
|
pulumi_signalfx/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
44
|
-
pulumi_signalfx/config/__init__.pyi,sha256=
|
45
|
-
pulumi_signalfx/config/vars.py,sha256=
|
44
|
+
pulumi_signalfx/config/__init__.pyi,sha256=PsR3IOioqOjJgyU-rbh7jRi4fMzmCgG-tyM-mFFnoXo,2164
|
45
|
+
pulumi_signalfx/config/vars.py,sha256=GxyY_PJc07hMPxVdrUF6enbOygWKIiuHpAQ5g99pzMg,3725
|
46
46
|
pulumi_signalfx/gcp/__init__.py,sha256=pB-1Ow5Zx3xAXBrtzCIvKGcjevGZ5e5xCTuDgGWO208,352
|
47
47
|
pulumi_signalfx/gcp/_inputs.py,sha256=66xhOuJUqdTPMSIWmb6dbZ3DtMq4tC0GfpyBsBUtIAQ,3050
|
48
48
|
pulumi_signalfx/gcp/integration.py,sha256=ZpOPstWbTUXtk8CbRYw43AXuT1GruROyW4J9JSPaInk,45132
|
@@ -65,7 +65,7 @@ pulumi_signalfx/slack/__init__.py,sha256=yt8kZT9XbvEEi7wXcoghXeZFVg5mOa9Fvs2vDC1
|
|
65
65
|
pulumi_signalfx/slack/integration.py,sha256=7v4tTKYpXlLQlmGaO5DUK8nDPouuK5I7yf0COAmxNJc,11175
|
66
66
|
pulumi_signalfx/victorops/__init__.py,sha256=yt8kZT9XbvEEi7wXcoghXeZFVg5mOa9Fvs2vDC19b7k,307
|
67
67
|
pulumi_signalfx/victorops/integration.py,sha256=geKWFhfkzZOh0cyN4-p5n46xJHyxoT8HTAnT903yY5A,11024
|
68
|
-
pulumi_signalfx-7.17.
|
69
|
-
pulumi_signalfx-7.17.
|
70
|
-
pulumi_signalfx-7.17.
|
71
|
-
pulumi_signalfx-7.17.
|
68
|
+
pulumi_signalfx-7.17.0a1756506814.dist-info/METADATA,sha256=laIDjuLzwIQsoB-hRFowQ8rR4HmFt1z959aHL_yDNKw,3094
|
69
|
+
pulumi_signalfx-7.17.0a1756506814.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
70
|
+
pulumi_signalfx-7.17.0a1756506814.dist-info/top_level.txt,sha256=96zW1Lm-bEkyaNlSwcR6g0cPvusFulK_kulBOfoN6DI,16
|
71
|
+
pulumi_signalfx-7.17.0a1756506814.dist-info/RECORD,,
|
{pulumi_signalfx-7.17.0a1756363016.dist-info → pulumi_signalfx-7.17.0a1756506814.dist-info}/WHEEL
RENAMED
File without changes
|
File without changes
|