pulumi-spotinst 3.83.0a1720524486__py3-none-any.whl → 3.128.0a1767140134__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_spotinst/__init__.py +38 -1
- pulumi_spotinst/_inputs.py +4082 -846
- pulumi_spotinst/_utilities.py +15 -10
- pulumi_spotinst/account.py +171 -0
- pulumi_spotinst/aws/__init__.py +2 -1
- pulumi_spotinst/aws/_inputs.py +7292 -2871
- pulumi_spotinst/aws/account.py +25 -19
- pulumi_spotinst/aws/beanstalk.py +272 -190
- pulumi_spotinst/aws/credentials.py +42 -36
- pulumi_spotinst/aws/elastigroup.py +1321 -1176
- pulumi_spotinst/aws/managed_instance.py +633 -526
- pulumi_spotinst/aws/mr_scalar.py +827 -983
- pulumi_spotinst/aws/ocean.py +764 -570
- pulumi_spotinst/aws/ocean_extended_resource_definition.py +42 -36
- pulumi_spotinst/aws/ocean_launch_spec.py +580 -366
- pulumi_spotinst/aws/outputs.py +3421 -2205
- pulumi_spotinst/aws/suspension.py +51 -45
- pulumi_spotinst/azure/__init__.py +2 -1
- pulumi_spotinst/azure/_inputs.py +1492 -434
- pulumi_spotinst/azure/ocean_np.py +518 -464
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py +479 -408
- pulumi_spotinst/azure/outputs.py +840 -345
- pulumi_spotinst/config/__init__.py +2 -1
- pulumi_spotinst/config/__init__.pyi +7 -2
- pulumi_spotinst/config/vars.py +11 -6
- pulumi_spotinst/credentials_azure.py +423 -0
- pulumi_spotinst/credentials_gcp.py +632 -0
- pulumi_spotinst/data_integration.py +58 -52
- pulumi_spotinst/ecs/__init__.py +2 -1
- pulumi_spotinst/ecs/_inputs.py +1164 -469
- pulumi_spotinst/ecs/ocean.py +711 -446
- pulumi_spotinst/ecs/ocean_launch_spec.py +367 -341
- pulumi_spotinst/ecs/outputs.py +463 -374
- pulumi_spotinst/elastigroup_azure_v3.py +985 -197
- pulumi_spotinst/gcp/__init__.py +2 -1
- pulumi_spotinst/gcp/_inputs.py +1061 -381
- pulumi_spotinst/gcp/elastigroup.py +885 -567
- pulumi_spotinst/gcp/outputs.py +542 -301
- pulumi_spotinst/gke/__init__.py +2 -1
- pulumi_spotinst/gke/_inputs.py +2071 -715
- pulumi_spotinst/gke/elastigroup.py +558 -382
- pulumi_spotinst/gke/ocean_import.py +379 -255
- pulumi_spotinst/gke/ocean_launch_spec.py +501 -384
- pulumi_spotinst/gke/ocean_launch_spec_import.py +42 -36
- pulumi_spotinst/gke/outputs.py +1063 -528
- pulumi_spotinst/health_check.py +116 -70
- pulumi_spotinst/notification_center.py +344 -0
- pulumi_spotinst/ocean_right_sizing_rule.py +515 -95
- pulumi_spotinst/oceancd/__init__.py +2 -1
- pulumi_spotinst/oceancd/_inputs.py +1709 -651
- pulumi_spotinst/oceancd/outputs.py +537 -526
- pulumi_spotinst/oceancd/rollout_spec.py +65 -59
- pulumi_spotinst/oceancd/strategy.py +37 -31
- pulumi_spotinst/oceancd/verification_provider.py +128 -122
- pulumi_spotinst/oceancd/verification_template.py +265 -259
- pulumi_spotinst/organization/__init__.py +2 -1
- pulumi_spotinst/organization/_inputs.py +151 -57
- pulumi_spotinst/organization/outputs.py +51 -46
- pulumi_spotinst/organization/policy.py +76 -70
- pulumi_spotinst/organization/programmatic_user.py +83 -77
- pulumi_spotinst/organization/user.py +126 -120
- pulumi_spotinst/organization/user_group.py +75 -69
- pulumi_spotinst/outputs.py +3005 -832
- pulumi_spotinst/provider.py +66 -40
- pulumi_spotinst/pulumi-plugin.json +1 -1
- pulumi_spotinst/spark/__init__.py +2 -1
- pulumi_spotinst/spark/_inputs.py +290 -81
- pulumi_spotinst/spark/ocean.py +169 -115
- pulumi_spotinst/spark/ocean_virtual_node_group.py +34 -28
- pulumi_spotinst/spark/outputs.py +136 -66
- pulumi_spotinst/stateful_node_azure.py +820 -784
- pulumi_spotinst/subscription.py +93 -87
- {pulumi_spotinst-3.83.0a1720524486.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/METADATA +7 -6
- pulumi_spotinst-3.128.0a1767140134.dist-info/RECORD +77 -0
- {pulumi_spotinst-3.83.0a1720524486.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/WHEEL +1 -1
- pulumi_spotinst-3.83.0a1720524486.dist-info/RECORD +0 -73
- {pulumi_spotinst-3.83.0a1720524486.dist-info → pulumi_spotinst-3.128.0a1767140134.dist-info}/top_level.txt +0 -0
pulumi_spotinst/subscription.py
CHANGED
|
@@ -1,12 +1,17 @@
|
|
|
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
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
|
+
import sys
|
|
7
8
|
import pulumi
|
|
8
9
|
import pulumi.runtime
|
|
9
10
|
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
11
|
+
if sys.version_info >= (3, 11):
|
|
12
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
|
13
|
+
else:
|
|
14
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
10
15
|
from . import _utilities
|
|
11
16
|
|
|
12
17
|
__all__ = ['SubscriptionArgs', 'Subscription']
|
|
@@ -14,15 +19,15 @@ __all__ = ['SubscriptionArgs', 'Subscription']
|
|
|
14
19
|
@pulumi.input_type
|
|
15
20
|
class SubscriptionArgs:
|
|
16
21
|
def __init__(__self__, *,
|
|
17
|
-
endpoint: pulumi.Input[str],
|
|
18
|
-
event_type: pulumi.Input[str],
|
|
19
|
-
protocol: pulumi.Input[str],
|
|
20
|
-
resource_id: pulumi.Input[str],
|
|
21
|
-
format: Optional[pulumi.Input[Mapping[str,
|
|
22
|
+
endpoint: pulumi.Input[_builtins.str],
|
|
23
|
+
event_type: pulumi.Input[_builtins.str],
|
|
24
|
+
protocol: pulumi.Input[_builtins.str],
|
|
25
|
+
resource_id: pulumi.Input[_builtins.str],
|
|
26
|
+
format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None):
|
|
22
27
|
"""
|
|
23
28
|
The set of arguments for constructing a Subscription resource.
|
|
24
|
-
:param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
25
|
-
:param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
29
|
+
:param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
30
|
+
:param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
26
31
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
27
32
|
`"GROUP_UPDATED"`,
|
|
28
33
|
`"AWS_EMR_PROVISION_TIMEOUT"`,
|
|
@@ -34,12 +39,12 @@ class SubscriptionArgs:
|
|
|
34
39
|
`"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
|
|
35
40
|
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
|
|
36
41
|
`"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
|
|
37
|
-
:param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
42
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
38
43
|
The following values are deprecated: `"http"` , `"https"`
|
|
39
44
|
You can use the generic `"web"` protocol instead.
|
|
40
45
|
`"aws-sns"` is only supported with AWS provider
|
|
41
|
-
:param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
42
|
-
:param pulumi.Input[Mapping[str,
|
|
46
|
+
:param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
47
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
43
48
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
44
49
|
Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
|
|
45
50
|
"""
|
|
@@ -50,21 +55,21 @@ class SubscriptionArgs:
|
|
|
50
55
|
if format is not None:
|
|
51
56
|
pulumi.set(__self__, "format", format)
|
|
52
57
|
|
|
53
|
-
@property
|
|
58
|
+
@_builtins.property
|
|
54
59
|
@pulumi.getter
|
|
55
|
-
def endpoint(self) -> pulumi.Input[str]:
|
|
60
|
+
def endpoint(self) -> pulumi.Input[_builtins.str]:
|
|
56
61
|
"""
|
|
57
62
|
The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
58
63
|
"""
|
|
59
64
|
return pulumi.get(self, "endpoint")
|
|
60
65
|
|
|
61
66
|
@endpoint.setter
|
|
62
|
-
def endpoint(self, value: pulumi.Input[str]):
|
|
67
|
+
def endpoint(self, value: pulumi.Input[_builtins.str]):
|
|
63
68
|
pulumi.set(self, "endpoint", value)
|
|
64
69
|
|
|
65
|
-
@property
|
|
70
|
+
@_builtins.property
|
|
66
71
|
@pulumi.getter(name="eventType")
|
|
67
|
-
def event_type(self) -> pulumi.Input[str]:
|
|
72
|
+
def event_type(self) -> pulumi.Input[_builtins.str]:
|
|
68
73
|
"""
|
|
69
74
|
The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
70
75
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
@@ -82,12 +87,12 @@ class SubscriptionArgs:
|
|
|
82
87
|
return pulumi.get(self, "event_type")
|
|
83
88
|
|
|
84
89
|
@event_type.setter
|
|
85
|
-
def event_type(self, value: pulumi.Input[str]):
|
|
90
|
+
def event_type(self, value: pulumi.Input[_builtins.str]):
|
|
86
91
|
pulumi.set(self, "event_type", value)
|
|
87
92
|
|
|
88
|
-
@property
|
|
93
|
+
@_builtins.property
|
|
89
94
|
@pulumi.getter
|
|
90
|
-
def protocol(self) -> pulumi.Input[str]:
|
|
95
|
+
def protocol(self) -> pulumi.Input[_builtins.str]:
|
|
91
96
|
"""
|
|
92
97
|
The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
93
98
|
The following values are deprecated: `"http"` , `"https"`
|
|
@@ -97,24 +102,24 @@ class SubscriptionArgs:
|
|
|
97
102
|
return pulumi.get(self, "protocol")
|
|
98
103
|
|
|
99
104
|
@protocol.setter
|
|
100
|
-
def protocol(self, value: pulumi.Input[str]):
|
|
105
|
+
def protocol(self, value: pulumi.Input[_builtins.str]):
|
|
101
106
|
pulumi.set(self, "protocol", value)
|
|
102
107
|
|
|
103
|
-
@property
|
|
108
|
+
@_builtins.property
|
|
104
109
|
@pulumi.getter(name="resourceId")
|
|
105
|
-
def resource_id(self) -> pulumi.Input[str]:
|
|
110
|
+
def resource_id(self) -> pulumi.Input[_builtins.str]:
|
|
106
111
|
"""
|
|
107
112
|
Spotinst Resource id (Elastigroup or Ocean ID).
|
|
108
113
|
"""
|
|
109
114
|
return pulumi.get(self, "resource_id")
|
|
110
115
|
|
|
111
116
|
@resource_id.setter
|
|
112
|
-
def resource_id(self, value: pulumi.Input[str]):
|
|
117
|
+
def resource_id(self, value: pulumi.Input[_builtins.str]):
|
|
113
118
|
pulumi.set(self, "resource_id", value)
|
|
114
119
|
|
|
115
|
-
@property
|
|
120
|
+
@_builtins.property
|
|
116
121
|
@pulumi.getter
|
|
117
|
-
def format(self) -> Optional[pulumi.Input[Mapping[str,
|
|
122
|
+
def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
118
123
|
"""
|
|
119
124
|
The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
120
125
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
@@ -123,22 +128,22 @@ class SubscriptionArgs:
|
|
|
123
128
|
return pulumi.get(self, "format")
|
|
124
129
|
|
|
125
130
|
@format.setter
|
|
126
|
-
def format(self, value: Optional[pulumi.Input[Mapping[str,
|
|
131
|
+
def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
127
132
|
pulumi.set(self, "format", value)
|
|
128
133
|
|
|
129
134
|
|
|
130
135
|
@pulumi.input_type
|
|
131
136
|
class _SubscriptionState:
|
|
132
137
|
def __init__(__self__, *,
|
|
133
|
-
endpoint: Optional[pulumi.Input[str]] = None,
|
|
134
|
-
event_type: Optional[pulumi.Input[str]] = None,
|
|
135
|
-
format: Optional[pulumi.Input[Mapping[str,
|
|
136
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
|
137
|
-
resource_id: Optional[pulumi.Input[str]] = None):
|
|
138
|
+
endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
139
|
+
event_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
140
|
+
format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
141
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
142
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
138
143
|
"""
|
|
139
144
|
Input properties used for looking up and filtering Subscription resources.
|
|
140
|
-
:param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
141
|
-
:param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
145
|
+
:param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
146
|
+
:param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
142
147
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
143
148
|
`"GROUP_UPDATED"`,
|
|
144
149
|
`"AWS_EMR_PROVISION_TIMEOUT"`,
|
|
@@ -150,14 +155,14 @@ class _SubscriptionState:
|
|
|
150
155
|
`"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
|
|
151
156
|
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
|
|
152
157
|
`"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
|
|
153
|
-
:param pulumi.Input[Mapping[str,
|
|
158
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
154
159
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
155
160
|
Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
|
|
156
|
-
:param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
161
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
157
162
|
The following values are deprecated: `"http"` , `"https"`
|
|
158
163
|
You can use the generic `"web"` protocol instead.
|
|
159
164
|
`"aws-sns"` is only supported with AWS provider
|
|
160
|
-
:param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
165
|
+
:param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
161
166
|
"""
|
|
162
167
|
if endpoint is not None:
|
|
163
168
|
pulumi.set(__self__, "endpoint", endpoint)
|
|
@@ -170,21 +175,21 @@ class _SubscriptionState:
|
|
|
170
175
|
if resource_id is not None:
|
|
171
176
|
pulumi.set(__self__, "resource_id", resource_id)
|
|
172
177
|
|
|
173
|
-
@property
|
|
178
|
+
@_builtins.property
|
|
174
179
|
@pulumi.getter
|
|
175
|
-
def endpoint(self) -> Optional[pulumi.Input[str]]:
|
|
180
|
+
def endpoint(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
176
181
|
"""
|
|
177
182
|
The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
178
183
|
"""
|
|
179
184
|
return pulumi.get(self, "endpoint")
|
|
180
185
|
|
|
181
186
|
@endpoint.setter
|
|
182
|
-
def endpoint(self, value: Optional[pulumi.Input[str]]):
|
|
187
|
+
def endpoint(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
183
188
|
pulumi.set(self, "endpoint", value)
|
|
184
189
|
|
|
185
|
-
@property
|
|
190
|
+
@_builtins.property
|
|
186
191
|
@pulumi.getter(name="eventType")
|
|
187
|
-
def event_type(self) -> Optional[pulumi.Input[str]]:
|
|
192
|
+
def event_type(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
188
193
|
"""
|
|
189
194
|
The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
190
195
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
@@ -202,12 +207,12 @@ class _SubscriptionState:
|
|
|
202
207
|
return pulumi.get(self, "event_type")
|
|
203
208
|
|
|
204
209
|
@event_type.setter
|
|
205
|
-
def event_type(self, value: Optional[pulumi.Input[str]]):
|
|
210
|
+
def event_type(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
206
211
|
pulumi.set(self, "event_type", value)
|
|
207
212
|
|
|
208
|
-
@property
|
|
213
|
+
@_builtins.property
|
|
209
214
|
@pulumi.getter
|
|
210
|
-
def format(self) -> Optional[pulumi.Input[Mapping[str,
|
|
215
|
+
def format(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]:
|
|
211
216
|
"""
|
|
212
217
|
The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
213
218
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
@@ -216,12 +221,12 @@ class _SubscriptionState:
|
|
|
216
221
|
return pulumi.get(self, "format")
|
|
217
222
|
|
|
218
223
|
@format.setter
|
|
219
|
-
def format(self, value: Optional[pulumi.Input[Mapping[str,
|
|
224
|
+
def format(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]]):
|
|
220
225
|
pulumi.set(self, "format", value)
|
|
221
226
|
|
|
222
|
-
@property
|
|
227
|
+
@_builtins.property
|
|
223
228
|
@pulumi.getter
|
|
224
|
-
def protocol(self) -> Optional[pulumi.Input[str]]:
|
|
229
|
+
def protocol(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
225
230
|
"""
|
|
226
231
|
The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
227
232
|
The following values are deprecated: `"http"` , `"https"`
|
|
@@ -231,32 +236,33 @@ class _SubscriptionState:
|
|
|
231
236
|
return pulumi.get(self, "protocol")
|
|
232
237
|
|
|
233
238
|
@protocol.setter
|
|
234
|
-
def protocol(self, value: Optional[pulumi.Input[str]]):
|
|
239
|
+
def protocol(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
235
240
|
pulumi.set(self, "protocol", value)
|
|
236
241
|
|
|
237
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
238
243
|
@pulumi.getter(name="resourceId")
|
|
239
|
-
def resource_id(self) -> Optional[pulumi.Input[str]]:
|
|
244
|
+
def resource_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
240
245
|
"""
|
|
241
246
|
Spotinst Resource id (Elastigroup or Ocean ID).
|
|
242
247
|
"""
|
|
243
248
|
return pulumi.get(self, "resource_id")
|
|
244
249
|
|
|
245
250
|
@resource_id.setter
|
|
246
|
-
def resource_id(self, value: Optional[pulumi.Input[str]]):
|
|
251
|
+
def resource_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
247
252
|
pulumi.set(self, "resource_id", value)
|
|
248
253
|
|
|
249
254
|
|
|
255
|
+
@pulumi.type_token("spotinst:index/subscription:Subscription")
|
|
250
256
|
class Subscription(pulumi.CustomResource):
|
|
251
257
|
@overload
|
|
252
258
|
def __init__(__self__,
|
|
253
259
|
resource_name: str,
|
|
254
260
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
255
|
-
endpoint: Optional[pulumi.Input[str]] = None,
|
|
256
|
-
event_type: Optional[pulumi.Input[str]] = None,
|
|
257
|
-
format: Optional[pulumi.Input[Mapping[str,
|
|
258
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
|
259
|
-
resource_id: Optional[pulumi.Input[str]] = None,
|
|
261
|
+
endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
262
|
+
event_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
263
|
+
format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
264
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
265
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
260
266
|
__props__=None):
|
|
261
267
|
"""
|
|
262
268
|
Provides a Spotinst subscription resource.
|
|
@@ -284,8 +290,8 @@ class Subscription(pulumi.CustomResource):
|
|
|
284
290
|
|
|
285
291
|
:param str resource_name: The name of the resource.
|
|
286
292
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
287
|
-
:param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
288
|
-
:param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
293
|
+
:param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
294
|
+
:param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
289
295
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
290
296
|
`"GROUP_UPDATED"`,
|
|
291
297
|
`"AWS_EMR_PROVISION_TIMEOUT"`,
|
|
@@ -297,14 +303,14 @@ class Subscription(pulumi.CustomResource):
|
|
|
297
303
|
`"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
|
|
298
304
|
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
|
|
299
305
|
`"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
|
|
300
|
-
:param pulumi.Input[Mapping[str,
|
|
306
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
301
307
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
302
308
|
Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
|
|
303
|
-
:param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
309
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
304
310
|
The following values are deprecated: `"http"` , `"https"`
|
|
305
311
|
You can use the generic `"web"` protocol instead.
|
|
306
312
|
`"aws-sns"` is only supported with AWS provider
|
|
307
|
-
:param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
313
|
+
:param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
308
314
|
"""
|
|
309
315
|
...
|
|
310
316
|
@overload
|
|
@@ -351,11 +357,11 @@ class Subscription(pulumi.CustomResource):
|
|
|
351
357
|
def _internal_init(__self__,
|
|
352
358
|
resource_name: str,
|
|
353
359
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
354
|
-
endpoint: Optional[pulumi.Input[str]] = None,
|
|
355
|
-
event_type: Optional[pulumi.Input[str]] = None,
|
|
356
|
-
format: Optional[pulumi.Input[Mapping[str,
|
|
357
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
|
358
|
-
resource_id: Optional[pulumi.Input[str]] = None,
|
|
360
|
+
endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
361
|
+
event_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
362
|
+
format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
363
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
364
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
359
365
|
__props__=None):
|
|
360
366
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
361
367
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -388,11 +394,11 @@ class Subscription(pulumi.CustomResource):
|
|
|
388
394
|
def get(resource_name: str,
|
|
389
395
|
id: pulumi.Input[str],
|
|
390
396
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
391
|
-
endpoint: Optional[pulumi.Input[str]] = None,
|
|
392
|
-
event_type: Optional[pulumi.Input[str]] = None,
|
|
393
|
-
format: Optional[pulumi.Input[Mapping[str,
|
|
394
|
-
protocol: Optional[pulumi.Input[str]] = None,
|
|
395
|
-
resource_id: Optional[pulumi.Input[str]] = None) -> 'Subscription':
|
|
397
|
+
endpoint: Optional[pulumi.Input[_builtins.str]] = None,
|
|
398
|
+
event_type: Optional[pulumi.Input[_builtins.str]] = None,
|
|
399
|
+
format: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
400
|
+
protocol: Optional[pulumi.Input[_builtins.str]] = None,
|
|
401
|
+
resource_id: Optional[pulumi.Input[_builtins.str]] = None) -> 'Subscription':
|
|
396
402
|
"""
|
|
397
403
|
Get an existing Subscription resource's state with the given name, id, and optional extra
|
|
398
404
|
properties used to qualify the lookup.
|
|
@@ -400,8 +406,8 @@ class Subscription(pulumi.CustomResource):
|
|
|
400
406
|
:param str resource_name: The unique name of the resulting resource.
|
|
401
407
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
402
408
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
403
|
-
:param pulumi.Input[str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
404
|
-
:param pulumi.Input[str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
409
|
+
:param pulumi.Input[_builtins.str] endpoint: The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
410
|
+
:param pulumi.Input[_builtins.str] event_type: The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
405
411
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
406
412
|
`"GROUP_UPDATED"`,
|
|
407
413
|
`"AWS_EMR_PROVISION_TIMEOUT"`,
|
|
@@ -413,14 +419,14 @@ class Subscription(pulumi.CustomResource):
|
|
|
413
419
|
`"AWS_EC2_MANAGED_INSTANCE_RECYCLING"`,`"AWS_EC2_MANAGED_INSTANCE_DELETING"`.
|
|
414
420
|
Ocean Events:`"CLUSTER_ROLL_FINISHED"`,`"GROUP_ROLL_FAILED"`,`"OCEAN_CANT_SCALE_UP_MAX_RESOURCES"`
|
|
415
421
|
`"OCEAN_LAUNCH_SPEC_CANT_SCALE_UP_MAX_INSTANCES"`,`"OCEAN_K8S_NODE_REMOVED"`.
|
|
416
|
-
:param pulumi.Input[Mapping[str,
|
|
422
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]] format: The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
417
423
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
418
424
|
Default: {`"event"`: `"<event>"`, `"instanceId"`: `"<instance-id>"`, `"resourceId"`: `"<resource-id>"`, `"resourceName"`: `"<resource-name>"` }.
|
|
419
|
-
:param pulumi.Input[str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
425
|
+
:param pulumi.Input[_builtins.str] protocol: The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
420
426
|
The following values are deprecated: `"http"` , `"https"`
|
|
421
427
|
You can use the generic `"web"` protocol instead.
|
|
422
428
|
`"aws-sns"` is only supported with AWS provider
|
|
423
|
-
:param pulumi.Input[str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
429
|
+
:param pulumi.Input[_builtins.str] resource_id: Spotinst Resource id (Elastigroup or Ocean ID).
|
|
424
430
|
"""
|
|
425
431
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
426
432
|
|
|
@@ -433,17 +439,17 @@ class Subscription(pulumi.CustomResource):
|
|
|
433
439
|
__props__.__dict__["resource_id"] = resource_id
|
|
434
440
|
return Subscription(resource_name, opts=opts, __props__=__props__)
|
|
435
441
|
|
|
436
|
-
@property
|
|
442
|
+
@_builtins.property
|
|
437
443
|
@pulumi.getter
|
|
438
|
-
def endpoint(self) -> pulumi.Output[str]:
|
|
444
|
+
def endpoint(self) -> pulumi.Output[_builtins.str]:
|
|
439
445
|
"""
|
|
440
446
|
The endpoint the notification will be sent to. url in case of `"http"`/`"https"`/`"web"`, email address in case of `"email"`/`"email-json"` and sns-topic-arn in case of `"aws-sns"`.
|
|
441
447
|
"""
|
|
442
448
|
return pulumi.get(self, "endpoint")
|
|
443
449
|
|
|
444
|
-
@property
|
|
450
|
+
@_builtins.property
|
|
445
451
|
@pulumi.getter(name="eventType")
|
|
446
|
-
def event_type(self) -> pulumi.Output[str]:
|
|
452
|
+
def event_type(self) -> pulumi.Output[_builtins.str]:
|
|
447
453
|
"""
|
|
448
454
|
The event to send the notification when triggered. Valid values: `"AWS_EC2_INSTANCE_TERMINATE"`, `"AWS_EC2_INSTANCE_TERMINATED"`, `"AWS_EC2_INSTANCE_LAUNCH"`, `"AWS_EC2_INSTANCE_READY_SIGNAL_TIMEOUT"`, `"SIGNAL_TIMEOUT_SHUTDOWN_SCRIPT"`, `"AWS_EC2_CANT_SPIN_OD"`, `"AWS_EC2_INSTANCE_UNHEALTHY_IN_ELB"`, `"GROUP_ROLL_FAILED"`, `"GROUP_ROLL_FINISHED"`,
|
|
449
455
|
`"CANT_SCALE_UP_GROUP_MAX_CAPACITY"`,
|
|
@@ -460,9 +466,9 @@ class Subscription(pulumi.CustomResource):
|
|
|
460
466
|
"""
|
|
461
467
|
return pulumi.get(self, "event_type")
|
|
462
468
|
|
|
463
|
-
@property
|
|
469
|
+
@_builtins.property
|
|
464
470
|
@pulumi.getter
|
|
465
|
-
def format(self) -> pulumi.Output[Optional[Mapping[str,
|
|
471
|
+
def format(self) -> pulumi.Output[Optional[Mapping[str, _builtins.str]]]:
|
|
466
472
|
"""
|
|
467
473
|
The format of the notification content (JSON Format - Key+Value). Valid Values : `"instance-id"`, `"event"`, `"resource-id"`, `"resource-name"`, `"subnet-id"`, `"availability-zone"`, `"reason"`, `"private-ip"`, `"launchspec-id"`
|
|
468
474
|
Example: {"event": `"event"`, `"resourceId"`: `"resource-id"`, `"resourceName"`: `"resource-name"`", `"myCustomKey"`: `"My content is set here"` }
|
|
@@ -470,9 +476,9 @@ class Subscription(pulumi.CustomResource):
|
|
|
470
476
|
"""
|
|
471
477
|
return pulumi.get(self, "format")
|
|
472
478
|
|
|
473
|
-
@property
|
|
479
|
+
@_builtins.property
|
|
474
480
|
@pulumi.getter
|
|
475
|
-
def protocol(self) -> pulumi.Output[str]:
|
|
481
|
+
def protocol(self) -> pulumi.Output[_builtins.str]:
|
|
476
482
|
"""
|
|
477
483
|
The protocol to send the notification. Valid values: `"email"`, `"email-json"`, `"aws-sns"`, `"web"`.
|
|
478
484
|
The following values are deprecated: `"http"` , `"https"`
|
|
@@ -481,9 +487,9 @@ class Subscription(pulumi.CustomResource):
|
|
|
481
487
|
"""
|
|
482
488
|
return pulumi.get(self, "protocol")
|
|
483
489
|
|
|
484
|
-
@property
|
|
490
|
+
@_builtins.property
|
|
485
491
|
@pulumi.getter(name="resourceId")
|
|
486
|
-
def resource_id(self) -> pulumi.Output[str]:
|
|
492
|
+
def resource_id(self) -> pulumi.Output[_builtins.str]:
|
|
487
493
|
"""
|
|
488
494
|
Spotinst Resource id (Elastigroup or Ocean ID).
|
|
489
495
|
"""
|
|
@@ -1,16 +1,17 @@
|
|
|
1
|
-
Metadata-Version: 2.
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
2
|
Name: pulumi_spotinst
|
|
3
|
-
Version: 3.
|
|
3
|
+
Version: 3.128.0a1767140134
|
|
4
4
|
Summary: A Pulumi package for creating and managing spotinst cloud resources.
|
|
5
5
|
License: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
|
7
7
|
Project-URL: Repository, https://github.com/pulumi/pulumi-spotinst
|
|
8
8
|
Keywords: pulumi,spotinst
|
|
9
|
-
Requires-Python: >=3.
|
|
9
|
+
Requires-Python: >=3.9
|
|
10
10
|
Description-Content-Type: text/markdown
|
|
11
|
-
Requires-Dist: parver
|
|
12
|
-
Requires-Dist: pulumi
|
|
13
|
-
Requires-Dist: semver
|
|
11
|
+
Requires-Dist: parver>=0.2.1
|
|
12
|
+
Requires-Dist: pulumi<4.0.0,>=3.165.0
|
|
13
|
+
Requires-Dist: semver>=2.8.1
|
|
14
|
+
Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
|
|
14
15
|
|
|
15
16
|
[](https://github.com/pulumi/pulumi-spotinst/actions)
|
|
16
17
|
[](https://slack.pulumi.com)
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
pulumi_spotinst/__init__.py,sha256=7z-WTGhCLkMBARWv5HBwYPwJmmUlZxkFV4e2-44vcOE,8962
|
|
2
|
+
pulumi_spotinst/_inputs.py,sha256=6vZhGXSo13HyLKitDmvvU4VvI1EkhIxkpIy5ulUG4wQ,254055
|
|
3
|
+
pulumi_spotinst/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
|
+
pulumi_spotinst/account.py,sha256=xZtina6f9EsvjCBy-m7ONNNTmiSLH83RnRW-hgyg6Tg,6564
|
|
5
|
+
pulumi_spotinst/credentials_azure.py,sha256=Oj8M5GWA-6qcBrA1-gs1aHyopd6QEsfPh_UFaaZMF_g,17554
|
|
6
|
+
pulumi_spotinst/credentials_gcp.py,sha256=V5_aPOHe4xJu8kUlJVr5qpd1bknmVf3RITba0S2PYk8,27904
|
|
7
|
+
pulumi_spotinst/data_integration.py,sha256=ATUa3lTPX4C0RL9RZAdok8s-FBXzLhTm8aLaeC6H9aA,12332
|
|
8
|
+
pulumi_spotinst/elastigroup_azure_v3.py,sha256=g-qo7lvdIKFZvHnnJpBRTQvdtx_QtGj3-emvcwvGB4U,78617
|
|
9
|
+
pulumi_spotinst/health_check.py,sha256=qAORI0qYkOKceI5yyKZXFLoppI0PkKevlhW1rYEM25Q,14253
|
|
10
|
+
pulumi_spotinst/notification_center.py,sha256=iwsxYdQT1XlD0tiG07LkH2-v6YnSL9RCCxQyF9zXQpg,16731
|
|
11
|
+
pulumi_spotinst/ocean_right_sizing_rule.py,sha256=KopoNhRYNZzdHLNQT-GYFD1scM055vFNb0XoIPinIVU,53044
|
|
12
|
+
pulumi_spotinst/outputs.py,sha256=-r8OaT1vK-Oaq3rd3z1O5HxRocz22F2gtrNAFuyIAQ8,201497
|
|
13
|
+
pulumi_spotinst/provider.py,sha256=FEjU0etSWrJlMWHpU0GNv18xgOjcxUbHQKkqj1z6ov0,8816
|
|
14
|
+
pulumi_spotinst/pulumi-plugin.json,sha256=2Omkj7feh3aFv16PZsPCMFCzyRksFzCUmpEFIZSkGKE,86
|
|
15
|
+
pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
16
|
+
pulumi_spotinst/stateful_node_azure.py,sha256=5va42CW56xGKyALV4WpfV55BI1feYH9c4KTT5AUhNiU,142477
|
|
17
|
+
pulumi_spotinst/subscription.py,sha256=WQXMOJYjm4DrTfxZ2VhzDi5aeJdkjEul8MeEtVBi4Fg,28774
|
|
18
|
+
pulumi_spotinst/aws/__init__.py,sha256=SWKWiKvOcvQqdCkmszayFXbFeZD4sXaG2z05d2LhIyE,614
|
|
19
|
+
pulumi_spotinst/aws/_inputs.py,sha256=MxOrz_VeN68esNEBBgdLDwPR3HPWVMdcSLHkmyO2-AQ,653019
|
|
20
|
+
pulumi_spotinst/aws/account.py,sha256=WUfqiPur6NVF8p5bM2-BYZh_wNA8MDpx2JzHMoBlgZ0,6593
|
|
21
|
+
pulumi_spotinst/aws/beanstalk.py,sha256=L0-eR_Mf25zLjeExbOBsYum8KHEbBoklcQ_TRUVXTNI,38331
|
|
22
|
+
pulumi_spotinst/aws/credentials.py,sha256=ZVCezkIUAP4JguLFznZs7N2yRjxSxZNEBVWEeLsIUas,9584
|
|
23
|
+
pulumi_spotinst/aws/elastigroup.py,sha256=_5jIwyfoRy2dk3FfEoNCLzEe90KJNyIEmsr5vjlgXk0,237912
|
|
24
|
+
pulumi_spotinst/aws/managed_instance.py,sha256=ngHzlb1QNvbg6V43My4yvjn5YOmD8s3Tfs5efVtDLM4,89302
|
|
25
|
+
pulumi_spotinst/aws/mr_scalar.py,sha256=LKESBPU8WvgA_VIP7O5J-Zj_CDdDpmdnrLHuT370-R0,131071
|
|
26
|
+
pulumi_spotinst/aws/ocean.py,sha256=eW6WIBjydPPCA16-zdN6Znfod_DqM_FgE-OJiiQ1AVE,128237
|
|
27
|
+
pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=vY9Idmkqs1yFGIY4KaQl_zvmau0kVJlSSqp_YgCPZns,11119
|
|
28
|
+
pulumi_spotinst/aws/ocean_launch_spec.py,sha256=ePppNFVRLuCABv6T8Mk9c_Fp5GjsTie1z2rHUDXXu3U,110420
|
|
29
|
+
pulumi_spotinst/aws/outputs.py,sha256=gsnZUc_1RF_d4bbHkP4sgy5QAMNs8biEShm79ZCAgfI,483429
|
|
30
|
+
pulumi_spotinst/aws/suspension.py,sha256=ma9_lzRrcTHExXu2RHNPT35KigSmncnt7de12QU0SSQ,9836
|
|
31
|
+
pulumi_spotinst/azure/__init__.py,sha256=UxJDd-yQgzdApWYWSVyS8oelVf9Ta8E2L07Cdqz0itc,392
|
|
32
|
+
pulumi_spotinst/azure/_inputs.py,sha256=5mwJ8lJPXlXyH7cnoWPMIQc4GTqu47S44dpagBFKxLI,131270
|
|
33
|
+
pulumi_spotinst/azure/ocean_np.py,sha256=PhubaRJvsG-VNStf7AkDUYIp02Vo3X5N6tMByLHb6UI,87047
|
|
34
|
+
pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=stnc3Ng6fYiwSZVe2Scl1O2b83au3sze4bBV5cep9co,71021
|
|
35
|
+
pulumi_spotinst/azure/outputs.py,sha256=Fe_ry7-5iqaQgY0wpvTJ1z9y9KFhu7bHWlfPN27UhTI,99160
|
|
36
|
+
pulumi_spotinst/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
|
|
37
|
+
pulumi_spotinst/config/__init__.pyi,sha256=RiTrkI3RQXi_QRzK3PSfXwoUTaAL7s4NHOUYWwtthMA,772
|
|
38
|
+
pulumi_spotinst/config/vars.py,sha256=iuIkM-ATaOBmJn3vhq5ToOYxBI5g6qT7q_ulvl9VY0o,1303
|
|
39
|
+
pulumi_spotinst/ecs/__init__.py,sha256=CLysCVh9rxUT2ffyh_NnUNdybP26mIqf-brCVJqjvqo,379
|
|
40
|
+
pulumi_spotinst/ecs/_inputs.py,sha256=YUrKXAmQelUuj2ILHPoOXdk8IpYv2veDHmzQiKQzUEs,114766
|
|
41
|
+
pulumi_spotinst/ecs/ocean.py,sha256=ALLkazUtgajwg9S-1Ff4KgKRkDt_f7rd7EEpGKbVPzw,94675
|
|
42
|
+
pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=-eSFTr8fZst5A0FtI2CIMJ9vF6HejFMGpZq6K4uvOQA,63373
|
|
43
|
+
pulumi_spotinst/ecs/outputs.py,sha256=b1k0mU88oUhZFWCQd9aCpYqe2w2Ituz4ERPVa8N1UM8,86861
|
|
44
|
+
pulumi_spotinst/gcp/__init__.py,sha256=aumZUMhkw4EKoQn4eCtd7P32Km2N4DH5DQJjXSAGIiI,352
|
|
45
|
+
pulumi_spotinst/gcp/_inputs.py,sha256=QkxvxD25ZBK7clpn7ltLafmjmhaQJkDbdiBUdjqHlH0,86612
|
|
46
|
+
pulumi_spotinst/gcp/elastigroup.py,sha256=AS2pdjWeRfDuywLqkvarg18Ik5TWAN7wLMSqITzjC9g,124414
|
|
47
|
+
pulumi_spotinst/gcp/outputs.py,sha256=5zf1bgRclSAjkavtXQFos1eV23jGbFJ5vF0ZC_yAj3A,62653
|
|
48
|
+
pulumi_spotinst/gke/__init__.py,sha256=1N01YAyfVw7EkjfqgCu7F0BlOC8nJl4kuGrSUCSAEXY,453
|
|
49
|
+
pulumi_spotinst/gke/_inputs.py,sha256=gkS4EefF0alaptY80h4hBXDkl_0uhIbz0ey6AyuOigw,172841
|
|
50
|
+
pulumi_spotinst/gke/elastigroup.py,sha256=adjijR3HsE6wUnCmansKAWppKiUn2Rg_sSWfw8DxZWQ,75125
|
|
51
|
+
pulumi_spotinst/gke/ocean_import.py,sha256=duNECsSKjQKrNhywasou1mxy3Qgtl5wcQPLmQVexl50,55604
|
|
52
|
+
pulumi_spotinst/gke/ocean_launch_spec.py,sha256=YYiYoBoyjOgUnHmqwkt_bsrHp-CmgB6K-UgADR7Bs4E,75536
|
|
53
|
+
pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=V8zRzgH_yiBbBX4zpZ_KyGhewFIXUshshERBNcqB7cE,9180
|
|
54
|
+
pulumi_spotinst/gke/outputs.py,sha256=NIKagwuNwEtiOAM5BEEtdzzKUPuS0dZnq6JNCDNIZbk,132789
|
|
55
|
+
pulumi_spotinst/oceancd/__init__.py,sha256=L8V4GflT2iyGQ1SIpOVYgQdjRkgjo9_y2UmXtLaXb3M,451
|
|
56
|
+
pulumi_spotinst/oceancd/_inputs.py,sha256=IYIPwaz7Mw9UuxdB8mY68_IhFb9U3lCOZigFPB5dyrQ,179048
|
|
57
|
+
pulumi_spotinst/oceancd/outputs.py,sha256=_S1Jjxbo0mdAZMdl4cJlkZG7ZQZnjzhQyW4EHgJD0vI,140324
|
|
58
|
+
pulumi_spotinst/oceancd/rollout_spec.py,sha256=Omx8JjvtQDJdRFuDYK4MwlSW-Pkh-l6-No_DJDDHc9M,22921
|
|
59
|
+
pulumi_spotinst/oceancd/strategy.py,sha256=By9QWVbbyp9o4ugdAzaDlxKsoJnPQSQ-rdE7-hJPn9E,10497
|
|
60
|
+
pulumi_spotinst/oceancd/verification_provider.py,sha256=GoMTkPrve3yWyxxulGyloDn-2JWg_M5N7L-TslBNUnw,24866
|
|
61
|
+
pulumi_spotinst/oceancd/verification_template.py,sha256=LWfGTJeFdG89nhXErRwuw3DpWNqeRVDixqbrlKxQzMw,23290
|
|
62
|
+
pulumi_spotinst/organization/__init__.py,sha256=f_afigmQ9trXpYFEPAAMOg9GGJP6F9hAja_3pAdgWGQ,426
|
|
63
|
+
pulumi_spotinst/organization/_inputs.py,sha256=FMC0GV0CEJRj-Zh7ilRDa_wix895pzas7Jxf0QMyfcQ,13236
|
|
64
|
+
pulumi_spotinst/organization/outputs.py,sha256=zcMT17NO2PH4pSh8XDwBTfsTRYqOG8bWwUez09jL0sE,10135
|
|
65
|
+
pulumi_spotinst/organization/policy.py,sha256=Z0wQC6lO6mUkfbeQ-tg45AMgHNSGIhwT1QfnFghPZbc,12376
|
|
66
|
+
pulumi_spotinst/organization/programmatic_user.py,sha256=cycWIqycxy5vYM4SW7yZHVk_Hrf47gpoL_rx9mV34Xw,18187
|
|
67
|
+
pulumi_spotinst/organization/user.py,sha256=B_JhgdCsz8NdrmXWAOol4MGwtrhkTJeX0kVWA6y7m9c,19912
|
|
68
|
+
pulumi_spotinst/organization/user_group.py,sha256=M0vTvchXvbMGhbQzvZY4SyejnpwYOAsnBjNh9GPyaJ8,14178
|
|
69
|
+
pulumi_spotinst/spark/__init__.py,sha256=GdU90E-r19mNymwp786-ILcRCGs7nbrPBLRuGUgd0OA,386
|
|
70
|
+
pulumi_spotinst/spark/_inputs.py,sha256=XB8S6pZxnO4iNXdGVAAXb4JFZw-GuhuDl6O2yWWiliU,26665
|
|
71
|
+
pulumi_spotinst/spark/ocean.py,sha256=A1XL91RkzkOH6_0cE-roTPVLz88dLCyeuQtPzy3JfdE,19953
|
|
72
|
+
pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=dzaQUXFtAihajDSuFD395x7WQ8zitgvcJhB-e3AN-Vw,8717
|
|
73
|
+
pulumi_spotinst/spark/outputs.py,sha256=1QDMtJQ-VQ2lsbBibWnO8FbUdPOUDDR6MfOjt-Sep-4,20785
|
|
74
|
+
pulumi_spotinst-3.128.0a1767140134.dist-info/METADATA,sha256=5n8yN98pq7y5M0qQF3HjRUcqSjCwi_Sf6tdMIyK9ejQ,2724
|
|
75
|
+
pulumi_spotinst-3.128.0a1767140134.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
76
|
+
pulumi_spotinst-3.128.0a1767140134.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
|
|
77
|
+
pulumi_spotinst-3.128.0a1767140134.dist-info/RECORD,,
|