pulumi-spotinst 3.117.0a1743489626__py3-none-any.whl → 3.117.0a1744183551__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.
Potentially problematic release.
This version of pulumi-spotinst might be problematic. Click here for more details.
- pulumi_spotinst/__init__.py +1 -0
- pulumi_spotinst/_inputs.py +1181 -1180
- pulumi_spotinst/account.py +15 -14
- pulumi_spotinst/aws/__init__.py +1 -0
- pulumi_spotinst/aws/_inputs.py +2919 -2918
- pulumi_spotinst/aws/account.py +15 -14
- pulumi_spotinst/aws/beanstalk.py +137 -136
- pulumi_spotinst/aws/credentials.py +29 -28
- pulumi_spotinst/aws/elastigroup.py +681 -680
- pulumi_spotinst/aws/managed_instance.py +361 -360
- pulumi_spotinst/aws/mr_scalar.py +470 -469
- pulumi_spotinst/aws/ocean.py +399 -398
- pulumi_spotinst/aws/ocean_extended_resource_definition.py +29 -28
- pulumi_spotinst/aws/ocean_launch_spec.py +197 -196
- pulumi_spotinst/aws/outputs.py +1673 -1672
- pulumi_spotinst/aws/suspension.py +15 -14
- pulumi_spotinst/azure/__init__.py +1 -0
- pulumi_spotinst/azure/_inputs.py +489 -488
- pulumi_spotinst/azure/ocean_np.py +289 -288
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py +249 -248
- pulumi_spotinst/azure/outputs.py +293 -292
- pulumi_spotinst/config/__init__.py +1 -0
- pulumi_spotinst/config/__init__.pyi +1 -0
- pulumi_spotinst/config/vars.py +1 -0
- pulumi_spotinst/credentials_azure.py +71 -70
- pulumi_spotinst/credentials_gcp.py +155 -154
- pulumi_spotinst/data_integration.py +29 -28
- pulumi_spotinst/ecs/__init__.py +1 -0
- pulumi_spotinst/ecs/_inputs.py +475 -474
- pulumi_spotinst/ecs/ocean.py +315 -314
- pulumi_spotinst/ecs/ocean_launch_spec.py +141 -140
- pulumi_spotinst/ecs/outputs.py +285 -284
- pulumi_spotinst/elastigroup_azure_v3.py +201 -200
- pulumi_spotinst/gcp/__init__.py +1 -0
- pulumi_spotinst/gcp/_inputs.py +400 -399
- pulumi_spotinst/gcp/elastigroup.py +355 -354
- pulumi_spotinst/gcp/outputs.py +234 -233
- pulumi_spotinst/gke/__init__.py +1 -0
- pulumi_spotinst/gke/_inputs.py +726 -725
- pulumi_spotinst/gke/elastigroup.py +231 -230
- pulumi_spotinst/gke/ocean_import.py +146 -145
- pulumi_spotinst/gke/ocean_launch_spec.py +141 -140
- pulumi_spotinst/gke/ocean_launch_spec_import.py +29 -28
- pulumi_spotinst/gke/outputs.py +410 -409
- pulumi_spotinst/health_check.py +89 -48
- pulumi_spotinst/ocean_right_sizing_rule.py +41 -40
- pulumi_spotinst/oceancd/__init__.py +1 -0
- pulumi_spotinst/oceancd/_inputs.py +594 -593
- pulumi_spotinst/oceancd/outputs.py +356 -355
- pulumi_spotinst/oceancd/rollout_spec.py +15 -14
- pulumi_spotinst/oceancd/strategy.py +11 -10
- pulumi_spotinst/oceancd/verification_provider.py +29 -28
- pulumi_spotinst/oceancd/verification_template.py +15 -14
- pulumi_spotinst/organization/__init__.py +1 -0
- pulumi_spotinst/organization/_inputs.py +55 -54
- pulumi_spotinst/organization/outputs.py +33 -32
- pulumi_spotinst/organization/policy.py +29 -28
- pulumi_spotinst/organization/programmatic_user.py +43 -42
- pulumi_spotinst/organization/user.py +85 -84
- pulumi_spotinst/organization/user_group.py +43 -42
- pulumi_spotinst/outputs.py +595 -594
- pulumi_spotinst/provider.py +32 -31
- pulumi_spotinst/pulumi-plugin.json +1 -1
- pulumi_spotinst/spark/__init__.py +1 -0
- pulumi_spotinst/spark/_inputs.py +81 -80
- pulumi_spotinst/spark/ocean.py +15 -14
- pulumi_spotinst/spark/ocean_virtual_node_group.py +21 -20
- pulumi_spotinst/spark/outputs.py +49 -48
- pulumi_spotinst/stateful_node_azure.py +191 -190
- pulumi_spotinst/subscription.py +71 -70
- {pulumi_spotinst-3.117.0a1743489626.dist-info → pulumi_spotinst-3.117.0a1744183551.dist-info}/METADATA +1 -1
- pulumi_spotinst-3.117.0a1744183551.dist-info/RECORD +76 -0
- pulumi_spotinst-3.117.0a1743489626.dist-info/RECORD +0 -76
- {pulumi_spotinst-3.117.0a1743489626.dist-info → pulumi_spotinst-3.117.0a1744183551.dist-info}/WHEEL +0 -0
- {pulumi_spotinst-3.117.0a1743489626.dist-info → pulumi_spotinst-3.117.0a1744183551.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -21,7 +22,7 @@ __all__ = ['RolloutSpecArgs', 'RolloutSpec']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class RolloutSpecArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
rollout_spec_name: pulumi.Input[str],
|
|
25
|
+
rollout_spec_name: pulumi.Input[builtins.str],
|
|
25
26
|
strategy: pulumi.Input['RolloutSpecStrategyArgs'],
|
|
26
27
|
failure_policy: Optional[pulumi.Input['RolloutSpecFailurePolicyArgs']] = None,
|
|
27
28
|
spot_deployment: Optional[pulumi.Input['RolloutSpecSpotDeploymentArgs']] = None,
|
|
@@ -29,7 +30,7 @@ class RolloutSpecArgs:
|
|
|
29
30
|
traffic: Optional[pulumi.Input['RolloutSpecTrafficArgs']] = None):
|
|
30
31
|
"""
|
|
31
32
|
The set of arguments for constructing a RolloutSpec resource.
|
|
32
|
-
:param pulumi.Input[str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
33
|
+
:param pulumi.Input[builtins.str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
33
34
|
:param pulumi.Input['RolloutSpecStrategyArgs'] strategy: Determines the Ocean CD strategy
|
|
34
35
|
:param pulumi.Input['RolloutSpecFailurePolicyArgs'] failure_policy: Holds information on how to react when failure happens.
|
|
35
36
|
:param pulumi.Input['RolloutSpecSpotDeploymentArgs'] spot_deployment: Represents the SpotDeployment selector.
|
|
@@ -49,14 +50,14 @@ class RolloutSpecArgs:
|
|
|
49
50
|
|
|
50
51
|
@property
|
|
51
52
|
@pulumi.getter(name="rolloutSpecName")
|
|
52
|
-
def rollout_spec_name(self) -> pulumi.Input[str]:
|
|
53
|
+
def rollout_spec_name(self) -> pulumi.Input[builtins.str]:
|
|
53
54
|
"""
|
|
54
55
|
Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
55
56
|
"""
|
|
56
57
|
return pulumi.get(self, "rollout_spec_name")
|
|
57
58
|
|
|
58
59
|
@rollout_spec_name.setter
|
|
59
|
-
def rollout_spec_name(self, value: pulumi.Input[str]):
|
|
60
|
+
def rollout_spec_name(self, value: pulumi.Input[builtins.str]):
|
|
60
61
|
pulumi.set(self, "rollout_spec_name", value)
|
|
61
62
|
|
|
62
63
|
@property
|
|
@@ -124,7 +125,7 @@ class RolloutSpecArgs:
|
|
|
124
125
|
class _RolloutSpecState:
|
|
125
126
|
def __init__(__self__, *,
|
|
126
127
|
failure_policy: Optional[pulumi.Input['RolloutSpecFailurePolicyArgs']] = None,
|
|
127
|
-
rollout_spec_name: Optional[pulumi.Input[str]] = None,
|
|
128
|
+
rollout_spec_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
128
129
|
spot_deployment: Optional[pulumi.Input['RolloutSpecSpotDeploymentArgs']] = None,
|
|
129
130
|
spot_deployments: Optional[pulumi.Input[Sequence[pulumi.Input['RolloutSpecSpotDeploymentArgs']]]] = None,
|
|
130
131
|
strategy: Optional[pulumi.Input['RolloutSpecStrategyArgs']] = None,
|
|
@@ -132,7 +133,7 @@ class _RolloutSpecState:
|
|
|
132
133
|
"""
|
|
133
134
|
Input properties used for looking up and filtering RolloutSpec resources.
|
|
134
135
|
:param pulumi.Input['RolloutSpecFailurePolicyArgs'] failure_policy: Holds information on how to react when failure happens.
|
|
135
|
-
:param pulumi.Input[str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
136
|
+
:param pulumi.Input[builtins.str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
136
137
|
:param pulumi.Input['RolloutSpecSpotDeploymentArgs'] spot_deployment: Represents the SpotDeployment selector.
|
|
137
138
|
:param pulumi.Input[Sequence[pulumi.Input['RolloutSpecSpotDeploymentArgs']]] spot_deployments: You must specify either `spotDeployment` OR `spotDeployments` but not both. Every SpotDeployment has to be unique. If more than one `SpotDeployment` has been configured, no `traffic` managers can be set as part of the RolloutSpec.For such case ensure that each of the chosen SpotDeployments are being exposed with different Kubernetes services.
|
|
138
139
|
:param pulumi.Input['RolloutSpecStrategyArgs'] strategy: Determines the Ocean CD strategy
|
|
@@ -165,14 +166,14 @@ class _RolloutSpecState:
|
|
|
165
166
|
|
|
166
167
|
@property
|
|
167
168
|
@pulumi.getter(name="rolloutSpecName")
|
|
168
|
-
def rollout_spec_name(self) -> Optional[pulumi.Input[str]]:
|
|
169
|
+
def rollout_spec_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
169
170
|
"""
|
|
170
171
|
Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
171
172
|
"""
|
|
172
173
|
return pulumi.get(self, "rollout_spec_name")
|
|
173
174
|
|
|
174
175
|
@rollout_spec_name.setter
|
|
175
|
-
def rollout_spec_name(self, value: Optional[pulumi.Input[str]]):
|
|
176
|
+
def rollout_spec_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
176
177
|
pulumi.set(self, "rollout_spec_name", value)
|
|
177
178
|
|
|
178
179
|
@property
|
|
@@ -230,7 +231,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
230
231
|
resource_name: str,
|
|
231
232
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
232
233
|
failure_policy: Optional[pulumi.Input[Union['RolloutSpecFailurePolicyArgs', 'RolloutSpecFailurePolicyArgsDict']]] = None,
|
|
233
|
-
rollout_spec_name: Optional[pulumi.Input[str]] = None,
|
|
234
|
+
rollout_spec_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
234
235
|
spot_deployment: Optional[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]] = None,
|
|
235
236
|
spot_deployments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]]]] = None,
|
|
236
237
|
strategy: Optional[pulumi.Input[Union['RolloutSpecStrategyArgs', 'RolloutSpecStrategyArgsDict']]] = None,
|
|
@@ -242,7 +243,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
242
243
|
:param str resource_name: The name of the resource.
|
|
243
244
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
244
245
|
:param pulumi.Input[Union['RolloutSpecFailurePolicyArgs', 'RolloutSpecFailurePolicyArgsDict']] failure_policy: Holds information on how to react when failure happens.
|
|
245
|
-
:param pulumi.Input[str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
246
|
+
:param pulumi.Input[builtins.str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
246
247
|
:param pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']] spot_deployment: Represents the SpotDeployment selector.
|
|
247
248
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]]] spot_deployments: You must specify either `spotDeployment` OR `spotDeployments` but not both. Every SpotDeployment has to be unique. If more than one `SpotDeployment` has been configured, no `traffic` managers can be set as part of the RolloutSpec.For such case ensure that each of the chosen SpotDeployments are being exposed with different Kubernetes services.
|
|
248
249
|
:param pulumi.Input[Union['RolloutSpecStrategyArgs', 'RolloutSpecStrategyArgsDict']] strategy: Determines the Ocean CD strategy
|
|
@@ -273,7 +274,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
273
274
|
resource_name: str,
|
|
274
275
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
275
276
|
failure_policy: Optional[pulumi.Input[Union['RolloutSpecFailurePolicyArgs', 'RolloutSpecFailurePolicyArgsDict']]] = None,
|
|
276
|
-
rollout_spec_name: Optional[pulumi.Input[str]] = None,
|
|
277
|
+
rollout_spec_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
277
278
|
spot_deployment: Optional[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]] = None,
|
|
278
279
|
spot_deployments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]]]] = None,
|
|
279
280
|
strategy: Optional[pulumi.Input[Union['RolloutSpecStrategyArgs', 'RolloutSpecStrategyArgsDict']]] = None,
|
|
@@ -308,7 +309,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
308
309
|
id: pulumi.Input[str],
|
|
309
310
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
310
311
|
failure_policy: Optional[pulumi.Input[Union['RolloutSpecFailurePolicyArgs', 'RolloutSpecFailurePolicyArgsDict']]] = None,
|
|
311
|
-
rollout_spec_name: Optional[pulumi.Input[str]] = None,
|
|
312
|
+
rollout_spec_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
312
313
|
spot_deployment: Optional[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]] = None,
|
|
313
314
|
spot_deployments: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]]]] = None,
|
|
314
315
|
strategy: Optional[pulumi.Input[Union['RolloutSpecStrategyArgs', 'RolloutSpecStrategyArgsDict']]] = None,
|
|
@@ -321,7 +322,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
321
322
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
322
323
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
323
324
|
:param pulumi.Input[Union['RolloutSpecFailurePolicyArgs', 'RolloutSpecFailurePolicyArgsDict']] failure_policy: Holds information on how to react when failure happens.
|
|
324
|
-
:param pulumi.Input[str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
325
|
+
:param pulumi.Input[builtins.str] rollout_spec_name: Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
325
326
|
:param pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']] spot_deployment: Represents the SpotDeployment selector.
|
|
326
327
|
:param pulumi.Input[Sequence[pulumi.Input[Union['RolloutSpecSpotDeploymentArgs', 'RolloutSpecSpotDeploymentArgsDict']]]] spot_deployments: You must specify either `spotDeployment` OR `spotDeployments` but not both. Every SpotDeployment has to be unique. If more than one `SpotDeployment` has been configured, no `traffic` managers can be set as part of the RolloutSpec.For such case ensure that each of the chosen SpotDeployments are being exposed with different Kubernetes services.
|
|
327
328
|
:param pulumi.Input[Union['RolloutSpecStrategyArgs', 'RolloutSpecStrategyArgsDict']] strategy: Determines the Ocean CD strategy
|
|
@@ -349,7 +350,7 @@ class RolloutSpec(pulumi.CustomResource):
|
|
|
349
350
|
|
|
350
351
|
@property
|
|
351
352
|
@pulumi.getter(name="rolloutSpecName")
|
|
352
|
-
def rollout_spec_name(self) -> pulumi.Output[str]:
|
|
353
|
+
def rollout_spec_name(self) -> pulumi.Output[builtins.str]:
|
|
353
354
|
"""
|
|
354
355
|
Identifier name for Ocean CD Rollout Spec. Must be unique
|
|
355
356
|
"""
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -21,7 +22,7 @@ __all__ = ['StrategyArgs', 'Strategy']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class StrategyArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
strategy_name: pulumi.Input[str],
|
|
25
|
+
strategy_name: pulumi.Input[builtins.str],
|
|
25
26
|
canary: Optional[pulumi.Input['StrategyCanaryArgs']] = None,
|
|
26
27
|
rolling: Optional[pulumi.Input['StrategyRollingArgs']] = None):
|
|
27
28
|
"""
|
|
@@ -37,11 +38,11 @@ class StrategyArgs:
|
|
|
37
38
|
|
|
38
39
|
@property
|
|
39
40
|
@pulumi.getter(name="strategyName")
|
|
40
|
-
def strategy_name(self) -> pulumi.Input[str]:
|
|
41
|
+
def strategy_name(self) -> pulumi.Input[builtins.str]:
|
|
41
42
|
return pulumi.get(self, "strategy_name")
|
|
42
43
|
|
|
43
44
|
@strategy_name.setter
|
|
44
|
-
def strategy_name(self, value: pulumi.Input[str]):
|
|
45
|
+
def strategy_name(self, value: pulumi.Input[builtins.str]):
|
|
45
46
|
pulumi.set(self, "strategy_name", value)
|
|
46
47
|
|
|
47
48
|
@property
|
|
@@ -74,7 +75,7 @@ class _StrategyState:
|
|
|
74
75
|
def __init__(__self__, *,
|
|
75
76
|
canary: Optional[pulumi.Input['StrategyCanaryArgs']] = None,
|
|
76
77
|
rolling: Optional[pulumi.Input['StrategyRollingArgs']] = None,
|
|
77
|
-
strategy_name: Optional[pulumi.Input[str]] = None):
|
|
78
|
+
strategy_name: Optional[pulumi.Input[builtins.str]] = None):
|
|
78
79
|
"""
|
|
79
80
|
Input properties used for looking up and filtering Strategy resources.
|
|
80
81
|
:param pulumi.Input['StrategyCanaryArgs'] canary: Represents Canary strategy. Cannot be defined when Rolling object is defined.
|
|
@@ -113,11 +114,11 @@ class _StrategyState:
|
|
|
113
114
|
|
|
114
115
|
@property
|
|
115
116
|
@pulumi.getter(name="strategyName")
|
|
116
|
-
def strategy_name(self) -> Optional[pulumi.Input[str]]:
|
|
117
|
+
def strategy_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
117
118
|
return pulumi.get(self, "strategy_name")
|
|
118
119
|
|
|
119
120
|
@strategy_name.setter
|
|
120
|
-
def strategy_name(self, value: Optional[pulumi.Input[str]]):
|
|
121
|
+
def strategy_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
121
122
|
pulumi.set(self, "strategy_name", value)
|
|
122
123
|
|
|
123
124
|
|
|
@@ -128,7 +129,7 @@ class Strategy(pulumi.CustomResource):
|
|
|
128
129
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
129
130
|
canary: Optional[pulumi.Input[Union['StrategyCanaryArgs', 'StrategyCanaryArgsDict']]] = None,
|
|
130
131
|
rolling: Optional[pulumi.Input[Union['StrategyRollingArgs', 'StrategyRollingArgsDict']]] = None,
|
|
131
|
-
strategy_name: Optional[pulumi.Input[str]] = None,
|
|
132
|
+
strategy_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
132
133
|
__props__=None):
|
|
133
134
|
"""
|
|
134
135
|
Manages a Spotinst OceanCD Strategy resource.
|
|
@@ -164,7 +165,7 @@ class Strategy(pulumi.CustomResource):
|
|
|
164
165
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
165
166
|
canary: Optional[pulumi.Input[Union['StrategyCanaryArgs', 'StrategyCanaryArgsDict']]] = None,
|
|
166
167
|
rolling: Optional[pulumi.Input[Union['StrategyRollingArgs', 'StrategyRollingArgsDict']]] = None,
|
|
167
|
-
strategy_name: Optional[pulumi.Input[str]] = None,
|
|
168
|
+
strategy_name: Optional[pulumi.Input[builtins.str]] = None,
|
|
168
169
|
__props__=None):
|
|
169
170
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
170
171
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -191,7 +192,7 @@ class Strategy(pulumi.CustomResource):
|
|
|
191
192
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
192
193
|
canary: Optional[pulumi.Input[Union['StrategyCanaryArgs', 'StrategyCanaryArgsDict']]] = None,
|
|
193
194
|
rolling: Optional[pulumi.Input[Union['StrategyRollingArgs', 'StrategyRollingArgsDict']]] = None,
|
|
194
|
-
strategy_name: Optional[pulumi.Input[str]] = None) -> 'Strategy':
|
|
195
|
+
strategy_name: Optional[pulumi.Input[builtins.str]] = None) -> 'Strategy':
|
|
195
196
|
"""
|
|
196
197
|
Get an existing Strategy resource's state with the given name, id, and optional extra
|
|
197
198
|
properties used to qualify the lookup.
|
|
@@ -229,6 +230,6 @@ class Strategy(pulumi.CustomResource):
|
|
|
229
230
|
|
|
230
231
|
@property
|
|
231
232
|
@pulumi.getter(name="strategyName")
|
|
232
|
-
def strategy_name(self) -> pulumi.Output[str]:
|
|
233
|
+
def strategy_name(self) -> pulumi.Output[builtins.str]:
|
|
233
234
|
return pulumi.get(self, "strategy_name")
|
|
234
235
|
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -21,20 +22,20 @@ __all__ = ['VerificationProviderArgs', 'VerificationProvider']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class VerificationProviderArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
cluster_ids: pulumi.Input[Sequence[pulumi.Input[str]]],
|
|
25
|
+
cluster_ids: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
|
25
26
|
cloud_watch: Optional[pulumi.Input['VerificationProviderCloudWatchArgs']] = None,
|
|
26
27
|
datadog: Optional[pulumi.Input['VerificationProviderDatadogArgs']] = None,
|
|
27
28
|
jenkins: Optional[pulumi.Input['VerificationProviderJenkinsArgs']] = None,
|
|
28
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
29
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
29
30
|
new_relic: Optional[pulumi.Input['VerificationProviderNewRelicArgs']] = None,
|
|
30
31
|
prometheus: Optional[pulumi.Input['VerificationProviderPrometheusArgs']] = None):
|
|
31
32
|
"""
|
|
32
33
|
The set of arguments for constructing a VerificationProvider resource.
|
|
33
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
34
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
34
35
|
:param pulumi.Input['VerificationProviderCloudWatchArgs'] cloud_watch: Specify the credentials for CloudWatch verification provider.
|
|
35
36
|
:param pulumi.Input['VerificationProviderDatadogArgs'] datadog: Specify the credentials for datadog verification provider.
|
|
36
37
|
:param pulumi.Input['VerificationProviderJenkinsArgs'] jenkins: Specify the credentials for Jenkins verification provider.
|
|
37
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
38
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
38
39
|
:param pulumi.Input['VerificationProviderNewRelicArgs'] new_relic: Specify the credentials for New Relic verification provider.
|
|
39
40
|
:param pulumi.Input['VerificationProviderPrometheusArgs'] prometheus: Specify the credentials for prometheus verification provider.
|
|
40
41
|
"""
|
|
@@ -54,14 +55,14 @@ class VerificationProviderArgs:
|
|
|
54
55
|
|
|
55
56
|
@property
|
|
56
57
|
@pulumi.getter(name="clusterIds")
|
|
57
|
-
def cluster_ids(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
|
|
58
|
+
def cluster_ids(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
|
58
59
|
"""
|
|
59
60
|
List of cluster IDs that this Verification Provider will be applied to.
|
|
60
61
|
"""
|
|
61
62
|
return pulumi.get(self, "cluster_ids")
|
|
62
63
|
|
|
63
64
|
@cluster_ids.setter
|
|
64
|
-
def cluster_ids(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
|
|
65
|
+
def cluster_ids(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
|
65
66
|
pulumi.set(self, "cluster_ids", value)
|
|
66
67
|
|
|
67
68
|
@property
|
|
@@ -102,14 +103,14 @@ class VerificationProviderArgs:
|
|
|
102
103
|
|
|
103
104
|
@property
|
|
104
105
|
@pulumi.getter
|
|
105
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
106
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
106
107
|
"""
|
|
107
108
|
Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
108
109
|
"""
|
|
109
110
|
return pulumi.get(self, "name")
|
|
110
111
|
|
|
111
112
|
@name.setter
|
|
112
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
113
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
113
114
|
pulumi.set(self, "name", value)
|
|
114
115
|
|
|
115
116
|
@property
|
|
@@ -141,19 +142,19 @@ class VerificationProviderArgs:
|
|
|
141
142
|
class _VerificationProviderState:
|
|
142
143
|
def __init__(__self__, *,
|
|
143
144
|
cloud_watch: Optional[pulumi.Input['VerificationProviderCloudWatchArgs']] = None,
|
|
144
|
-
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
145
|
+
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
145
146
|
datadog: Optional[pulumi.Input['VerificationProviderDatadogArgs']] = None,
|
|
146
147
|
jenkins: Optional[pulumi.Input['VerificationProviderJenkinsArgs']] = None,
|
|
147
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
148
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
148
149
|
new_relic: Optional[pulumi.Input['VerificationProviderNewRelicArgs']] = None,
|
|
149
150
|
prometheus: Optional[pulumi.Input['VerificationProviderPrometheusArgs']] = None):
|
|
150
151
|
"""
|
|
151
152
|
Input properties used for looking up and filtering VerificationProvider resources.
|
|
152
153
|
:param pulumi.Input['VerificationProviderCloudWatchArgs'] cloud_watch: Specify the credentials for CloudWatch verification provider.
|
|
153
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
154
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
154
155
|
:param pulumi.Input['VerificationProviderDatadogArgs'] datadog: Specify the credentials for datadog verification provider.
|
|
155
156
|
:param pulumi.Input['VerificationProviderJenkinsArgs'] jenkins: Specify the credentials for Jenkins verification provider.
|
|
156
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
157
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
157
158
|
:param pulumi.Input['VerificationProviderNewRelicArgs'] new_relic: Specify the credentials for New Relic verification provider.
|
|
158
159
|
:param pulumi.Input['VerificationProviderPrometheusArgs'] prometheus: Specify the credentials for prometheus verification provider.
|
|
159
160
|
"""
|
|
@@ -186,14 +187,14 @@ class _VerificationProviderState:
|
|
|
186
187
|
|
|
187
188
|
@property
|
|
188
189
|
@pulumi.getter(name="clusterIds")
|
|
189
|
-
def cluster_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
190
|
+
def cluster_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
|
190
191
|
"""
|
|
191
192
|
List of cluster IDs that this Verification Provider will be applied to.
|
|
192
193
|
"""
|
|
193
194
|
return pulumi.get(self, "cluster_ids")
|
|
194
195
|
|
|
195
196
|
@cluster_ids.setter
|
|
196
|
-
def cluster_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
197
|
+
def cluster_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
|
197
198
|
pulumi.set(self, "cluster_ids", value)
|
|
198
199
|
|
|
199
200
|
@property
|
|
@@ -222,14 +223,14 @@ class _VerificationProviderState:
|
|
|
222
223
|
|
|
223
224
|
@property
|
|
224
225
|
@pulumi.getter
|
|
225
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
226
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
226
227
|
"""
|
|
227
228
|
Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
228
229
|
"""
|
|
229
230
|
return pulumi.get(self, "name")
|
|
230
231
|
|
|
231
232
|
@name.setter
|
|
232
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
233
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
233
234
|
pulumi.set(self, "name", value)
|
|
234
235
|
|
|
235
236
|
@property
|
|
@@ -263,10 +264,10 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
263
264
|
resource_name: str,
|
|
264
265
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
265
266
|
cloud_watch: Optional[pulumi.Input[Union['VerificationProviderCloudWatchArgs', 'VerificationProviderCloudWatchArgsDict']]] = None,
|
|
266
|
-
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
267
|
+
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
267
268
|
datadog: Optional[pulumi.Input[Union['VerificationProviderDatadogArgs', 'VerificationProviderDatadogArgsDict']]] = None,
|
|
268
269
|
jenkins: Optional[pulumi.Input[Union['VerificationProviderJenkinsArgs', 'VerificationProviderJenkinsArgsDict']]] = None,
|
|
269
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
270
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
270
271
|
new_relic: Optional[pulumi.Input[Union['VerificationProviderNewRelicArgs', 'VerificationProviderNewRelicArgsDict']]] = None,
|
|
271
272
|
prometheus: Optional[pulumi.Input[Union['VerificationProviderPrometheusArgs', 'VerificationProviderPrometheusArgsDict']]] = None,
|
|
272
273
|
__props__=None):
|
|
@@ -314,10 +315,10 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
314
315
|
:param str resource_name: The name of the resource.
|
|
315
316
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
316
317
|
:param pulumi.Input[Union['VerificationProviderCloudWatchArgs', 'VerificationProviderCloudWatchArgsDict']] cloud_watch: Specify the credentials for CloudWatch verification provider.
|
|
317
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
318
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
318
319
|
:param pulumi.Input[Union['VerificationProviderDatadogArgs', 'VerificationProviderDatadogArgsDict']] datadog: Specify the credentials for datadog verification provider.
|
|
319
320
|
:param pulumi.Input[Union['VerificationProviderJenkinsArgs', 'VerificationProviderJenkinsArgsDict']] jenkins: Specify the credentials for Jenkins verification provider.
|
|
320
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
321
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
321
322
|
:param pulumi.Input[Union['VerificationProviderNewRelicArgs', 'VerificationProviderNewRelicArgsDict']] new_relic: Specify the credentials for New Relic verification provider.
|
|
322
323
|
:param pulumi.Input[Union['VerificationProviderPrometheusArgs', 'VerificationProviderPrometheusArgsDict']] prometheus: Specify the credentials for prometheus verification provider.
|
|
323
324
|
"""
|
|
@@ -384,10 +385,10 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
384
385
|
resource_name: str,
|
|
385
386
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
386
387
|
cloud_watch: Optional[pulumi.Input[Union['VerificationProviderCloudWatchArgs', 'VerificationProviderCloudWatchArgsDict']]] = None,
|
|
387
|
-
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
388
|
+
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
388
389
|
datadog: Optional[pulumi.Input[Union['VerificationProviderDatadogArgs', 'VerificationProviderDatadogArgsDict']]] = None,
|
|
389
390
|
jenkins: Optional[pulumi.Input[Union['VerificationProviderJenkinsArgs', 'VerificationProviderJenkinsArgsDict']]] = None,
|
|
390
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
391
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
391
392
|
new_relic: Optional[pulumi.Input[Union['VerificationProviderNewRelicArgs', 'VerificationProviderNewRelicArgsDict']]] = None,
|
|
392
393
|
prometheus: Optional[pulumi.Input[Union['VerificationProviderPrometheusArgs', 'VerificationProviderPrometheusArgsDict']]] = None,
|
|
393
394
|
__props__=None):
|
|
@@ -419,10 +420,10 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
419
420
|
id: pulumi.Input[str],
|
|
420
421
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
421
422
|
cloud_watch: Optional[pulumi.Input[Union['VerificationProviderCloudWatchArgs', 'VerificationProviderCloudWatchArgsDict']]] = None,
|
|
422
|
-
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
423
|
+
cluster_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
423
424
|
datadog: Optional[pulumi.Input[Union['VerificationProviderDatadogArgs', 'VerificationProviderDatadogArgsDict']]] = None,
|
|
424
425
|
jenkins: Optional[pulumi.Input[Union['VerificationProviderJenkinsArgs', 'VerificationProviderJenkinsArgsDict']]] = None,
|
|
425
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
426
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
426
427
|
new_relic: Optional[pulumi.Input[Union['VerificationProviderNewRelicArgs', 'VerificationProviderNewRelicArgsDict']]] = None,
|
|
427
428
|
prometheus: Optional[pulumi.Input[Union['VerificationProviderPrometheusArgs', 'VerificationProviderPrometheusArgsDict']]] = None) -> 'VerificationProvider':
|
|
428
429
|
"""
|
|
@@ -433,10 +434,10 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
433
434
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
434
435
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
435
436
|
:param pulumi.Input[Union['VerificationProviderCloudWatchArgs', 'VerificationProviderCloudWatchArgsDict']] cloud_watch: Specify the credentials for CloudWatch verification provider.
|
|
436
|
-
:param pulumi.Input[Sequence[pulumi.Input[str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
437
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] cluster_ids: List of cluster IDs that this Verification Provider will be applied to.
|
|
437
438
|
:param pulumi.Input[Union['VerificationProviderDatadogArgs', 'VerificationProviderDatadogArgsDict']] datadog: Specify the credentials for datadog verification provider.
|
|
438
439
|
:param pulumi.Input[Union['VerificationProviderJenkinsArgs', 'VerificationProviderJenkinsArgsDict']] jenkins: Specify the credentials for Jenkins verification provider.
|
|
439
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
440
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
440
441
|
:param pulumi.Input[Union['VerificationProviderNewRelicArgs', 'VerificationProviderNewRelicArgsDict']] new_relic: Specify the credentials for New Relic verification provider.
|
|
441
442
|
:param pulumi.Input[Union['VerificationProviderPrometheusArgs', 'VerificationProviderPrometheusArgsDict']] prometheus: Specify the credentials for prometheus verification provider.
|
|
442
443
|
"""
|
|
@@ -463,7 +464,7 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
463
464
|
|
|
464
465
|
@property
|
|
465
466
|
@pulumi.getter(name="clusterIds")
|
|
466
|
-
def cluster_ids(self) -> pulumi.Output[Sequence[str]]:
|
|
467
|
+
def cluster_ids(self) -> pulumi.Output[Sequence[builtins.str]]:
|
|
467
468
|
"""
|
|
468
469
|
List of cluster IDs that this Verification Provider will be applied to.
|
|
469
470
|
"""
|
|
@@ -487,7 +488,7 @@ class VerificationProvider(pulumi.CustomResource):
|
|
|
487
488
|
|
|
488
489
|
@property
|
|
489
490
|
@pulumi.getter
|
|
490
|
-
def name(self) -> pulumi.Output[str]:
|
|
491
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
491
492
|
"""
|
|
492
493
|
Identifier name for Ocean CD Verification Provider. Must be unique.
|
|
493
494
|
"""
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -23,12 +24,12 @@ class VerificationTemplateArgs:
|
|
|
23
24
|
def __init__(__self__, *,
|
|
24
25
|
args: Optional[pulumi.Input[Sequence[pulumi.Input['VerificationTemplateArgArgs']]]] = None,
|
|
25
26
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['VerificationTemplateMetricArgs']]]] = None,
|
|
26
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
27
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
27
28
|
"""
|
|
28
29
|
The set of arguments for constructing a VerificationTemplate resource.
|
|
29
30
|
:param pulumi.Input[Sequence[pulumi.Input['VerificationTemplateArgArgs']]] args: List of verification arguments. You may specify either `value` OR `valueFrom` but not both.In case `args`:`value` is already defined in the RolloutSpec entity, there is no need to also specify it in the VerificationTemplate entity.
|
|
30
31
|
:param pulumi.Input[Sequence[pulumi.Input['VerificationTemplateMetricArgs']]] metrics: List of verification metrics.
|
|
31
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
32
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
32
33
|
"""
|
|
33
34
|
if args is not None:
|
|
34
35
|
pulumi.set(__self__, "args", args)
|
|
@@ -63,14 +64,14 @@ class VerificationTemplateArgs:
|
|
|
63
64
|
|
|
64
65
|
@property
|
|
65
66
|
@pulumi.getter
|
|
66
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
67
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
67
68
|
"""
|
|
68
69
|
Identifier name for Ocean CD Verification Template. Must be unique.
|
|
69
70
|
"""
|
|
70
71
|
return pulumi.get(self, "name")
|
|
71
72
|
|
|
72
73
|
@name.setter
|
|
73
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
74
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
74
75
|
pulumi.set(self, "name", value)
|
|
75
76
|
|
|
76
77
|
|
|
@@ -79,12 +80,12 @@ class _VerificationTemplateState:
|
|
|
79
80
|
def __init__(__self__, *,
|
|
80
81
|
args: Optional[pulumi.Input[Sequence[pulumi.Input['VerificationTemplateArgArgs']]]] = None,
|
|
81
82
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input['VerificationTemplateMetricArgs']]]] = None,
|
|
82
|
-
name: Optional[pulumi.Input[str]] = None):
|
|
83
|
+
name: Optional[pulumi.Input[builtins.str]] = None):
|
|
83
84
|
"""
|
|
84
85
|
Input properties used for looking up and filtering VerificationTemplate resources.
|
|
85
86
|
:param pulumi.Input[Sequence[pulumi.Input['VerificationTemplateArgArgs']]] args: List of verification arguments. You may specify either `value` OR `valueFrom` but not both.In case `args`:`value` is already defined in the RolloutSpec entity, there is no need to also specify it in the VerificationTemplate entity.
|
|
86
87
|
:param pulumi.Input[Sequence[pulumi.Input['VerificationTemplateMetricArgs']]] metrics: List of verification metrics.
|
|
87
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
88
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
88
89
|
"""
|
|
89
90
|
if args is not None:
|
|
90
91
|
pulumi.set(__self__, "args", args)
|
|
@@ -119,14 +120,14 @@ class _VerificationTemplateState:
|
|
|
119
120
|
|
|
120
121
|
@property
|
|
121
122
|
@pulumi.getter
|
|
122
|
-
def name(self) -> Optional[pulumi.Input[str]]:
|
|
123
|
+
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
123
124
|
"""
|
|
124
125
|
Identifier name for Ocean CD Verification Template. Must be unique.
|
|
125
126
|
"""
|
|
126
127
|
return pulumi.get(self, "name")
|
|
127
128
|
|
|
128
129
|
@name.setter
|
|
129
|
-
def name(self, value: Optional[pulumi.Input[str]]):
|
|
130
|
+
def name(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
130
131
|
pulumi.set(self, "name", value)
|
|
131
132
|
|
|
132
133
|
|
|
@@ -137,7 +138,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
137
138
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
138
139
|
args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateArgArgs', 'VerificationTemplateArgArgsDict']]]]] = None,
|
|
139
140
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateMetricArgs', 'VerificationTemplateMetricArgsDict']]]]] = None,
|
|
140
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
141
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
141
142
|
__props__=None):
|
|
142
143
|
"""
|
|
143
144
|
Manages a Spotinst OceanCD Verfification Template resource.
|
|
@@ -271,7 +272,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
271
272
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
272
273
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateArgArgs', 'VerificationTemplateArgArgsDict']]]] args: List of verification arguments. You may specify either `value` OR `valueFrom` but not both.In case `args`:`value` is already defined in the RolloutSpec entity, there is no need to also specify it in the VerificationTemplate entity.
|
|
273
274
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateMetricArgs', 'VerificationTemplateMetricArgsDict']]]] metrics: List of verification metrics.
|
|
274
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
275
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
275
276
|
"""
|
|
276
277
|
...
|
|
277
278
|
@overload
|
|
@@ -424,7 +425,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
424
425
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
425
426
|
args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateArgArgs', 'VerificationTemplateArgArgsDict']]]]] = None,
|
|
426
427
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateMetricArgs', 'VerificationTemplateMetricArgsDict']]]]] = None,
|
|
427
|
-
name: Optional[pulumi.Input[str]] = None,
|
|
428
|
+
name: Optional[pulumi.Input[builtins.str]] = None,
|
|
428
429
|
__props__=None):
|
|
429
430
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
430
431
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -449,7 +450,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
449
450
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
450
451
|
args: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateArgArgs', 'VerificationTemplateArgArgsDict']]]]] = None,
|
|
451
452
|
metrics: Optional[pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateMetricArgs', 'VerificationTemplateMetricArgsDict']]]]] = None,
|
|
452
|
-
name: Optional[pulumi.Input[str]] = None) -> 'VerificationTemplate':
|
|
453
|
+
name: Optional[pulumi.Input[builtins.str]] = None) -> 'VerificationTemplate':
|
|
453
454
|
"""
|
|
454
455
|
Get an existing VerificationTemplate resource's state with the given name, id, and optional extra
|
|
455
456
|
properties used to qualify the lookup.
|
|
@@ -459,7 +460,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
459
460
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
460
461
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateArgArgs', 'VerificationTemplateArgArgsDict']]]] args: List of verification arguments. You may specify either `value` OR `valueFrom` but not both.In case `args`:`value` is already defined in the RolloutSpec entity, there is no need to also specify it in the VerificationTemplate entity.
|
|
461
462
|
:param pulumi.Input[Sequence[pulumi.Input[Union['VerificationTemplateMetricArgs', 'VerificationTemplateMetricArgsDict']]]] metrics: List of verification metrics.
|
|
462
|
-
:param pulumi.Input[str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
463
|
+
:param pulumi.Input[builtins.str] name: Identifier name for Ocean CD Verification Template. Must be unique.
|
|
463
464
|
"""
|
|
464
465
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
465
466
|
|
|
@@ -488,7 +489,7 @@ class VerificationTemplate(pulumi.CustomResource):
|
|
|
488
489
|
|
|
489
490
|
@property
|
|
490
491
|
@pulumi.getter
|
|
491
|
-
def name(self) -> pulumi.Output[str]:
|
|
492
|
+
def name(self) -> pulumi.Output[builtins.str]:
|
|
492
493
|
"""
|
|
493
494
|
Identifier name for Ocean CD Verification Template. Must be unique.
|
|
494
495
|
"""
|
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
from .. import _utilities
|
|
6
7
|
import typing
|
|
7
8
|
# Export this package's modules as members:
|