pulumi-aws-native 1.38.0a1761716526__py3-none-any.whl → 1.38.0a1761739268__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-aws-native might be problematic. Click here for more details.
- pulumi_aws_native/__init__.py +2 -0
- pulumi_aws_native/amazonmq/_enums.py +4 -12
- pulumi_aws_native/amazonmq/_inputs.py +21 -91
- pulumi_aws_native/amazonmq/broker.py +56 -67
- pulumi_aws_native/amazonmq/get_broker.py +6 -13
- pulumi_aws_native/amazonmq/outputs.py +14 -54
- pulumi_aws_native/batch/_inputs.py +25 -0
- pulumi_aws_native/batch/job_definition.py +21 -0
- pulumi_aws_native/batch/outputs.py +31 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +54 -26
- pulumi_aws_native/datazone/outputs.py +84 -0
- pulumi_aws_native/ec2/__init__.py +2 -0
- pulumi_aws_native/ec2/_enums.py +19 -0
- pulumi_aws_native/ec2/_inputs.py +15 -12
- pulumi_aws_native/ec2/capacity_manager_data_export.py +259 -0
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ecs/_enums.py +14 -0
- pulumi_aws_native/ecs/_inputs.py +134 -8
- pulumi_aws_native/ecs/outputs.py +135 -5
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +12 -12
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +8 -8
- pulumi_aws_native/imagebuilder/_inputs.py +37 -0
- pulumi_aws_native/imagebuilder/image.py +29 -0
- pulumi_aws_native/imagebuilder/outputs.py +40 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +7 -0
- pulumi_aws_native/mediapackagev2/outputs.py +4 -0
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +13 -0
- pulumi_aws_native/networkfirewall/firewall.py +7 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +12 -1
- pulumi_aws_native/networkfirewall/outputs.py +10 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/rtbfabric/__init__.py +2 -0
- pulumi_aws_native/rtbfabric/_enums.py +41 -0
- pulumi_aws_native/rtbfabric/_inputs.py +260 -0
- pulumi_aws_native/rtbfabric/get_link.py +181 -0
- pulumi_aws_native/rtbfabric/link.py +293 -0
- pulumi_aws_native/rtbfabric/outputs.py +260 -0
- pulumi_aws_native/sagemaker/_enums.py +2 -171
- pulumi_aws_native/sagemaker/_inputs.py +17 -5
- pulumi_aws_native/sagemaker/outputs.py +11 -3
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +77 -0
- pulumi_aws_native/transfer/connector.py +83 -19
- pulumi_aws_native/transfer/get_connector.py +40 -1
- pulumi_aws_native/transfer/outputs.py +80 -0
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/RECORD +54 -50
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761716526.dist-info → pulumi_aws_native-1.38.0a1761739268.dist-info}/top_level.txt +0 -0
|
@@ -31,6 +31,7 @@ class JobDefinitionArgs:
|
|
|
31
31
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
32
32
|
platform_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
33
33
|
propagate_tags: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
34
|
+
resource_retention_policy: Optional[pulumi.Input['JobDefinitionResourceRetentionPolicyArgs']] = None,
|
|
34
35
|
retry_strategy: Optional[pulumi.Input['JobDefinitionRetryStrategyArgs']] = None,
|
|
35
36
|
scheduling_priority: Optional[pulumi.Input[_builtins.int]] = None,
|
|
36
37
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -78,6 +79,8 @@ class JobDefinitionArgs:
|
|
|
78
79
|
pulumi.set(__self__, "platform_capabilities", platform_capabilities)
|
|
79
80
|
if propagate_tags is not None:
|
|
80
81
|
pulumi.set(__self__, "propagate_tags", propagate_tags)
|
|
82
|
+
if resource_retention_policy is not None:
|
|
83
|
+
pulumi.set(__self__, "resource_retention_policy", resource_retention_policy)
|
|
81
84
|
if retry_strategy is not None:
|
|
82
85
|
pulumi.set(__self__, "retry_strategy", retry_strategy)
|
|
83
86
|
if scheduling_priority is not None:
|
|
@@ -214,6 +217,15 @@ class JobDefinitionArgs:
|
|
|
214
217
|
def propagate_tags(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
215
218
|
pulumi.set(self, "propagate_tags", value)
|
|
216
219
|
|
|
220
|
+
@_builtins.property
|
|
221
|
+
@pulumi.getter(name="resourceRetentionPolicy")
|
|
222
|
+
def resource_retention_policy(self) -> Optional[pulumi.Input['JobDefinitionResourceRetentionPolicyArgs']]:
|
|
223
|
+
return pulumi.get(self, "resource_retention_policy")
|
|
224
|
+
|
|
225
|
+
@resource_retention_policy.setter
|
|
226
|
+
def resource_retention_policy(self, value: Optional[pulumi.Input['JobDefinitionResourceRetentionPolicyArgs']]):
|
|
227
|
+
pulumi.set(self, "resource_retention_policy", value)
|
|
228
|
+
|
|
217
229
|
@_builtins.property
|
|
218
230
|
@pulumi.getter(name="retryStrategy")
|
|
219
231
|
def retry_strategy(self) -> Optional[pulumi.Input['JobDefinitionRetryStrategyArgs']]:
|
|
@@ -278,6 +290,7 @@ class JobDefinition(pulumi.CustomResource):
|
|
|
278
290
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
279
291
|
platform_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
280
292
|
propagate_tags: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
293
|
+
resource_retention_policy: Optional[pulumi.Input[Union['JobDefinitionResourceRetentionPolicyArgs', 'JobDefinitionResourceRetentionPolicyArgsDict']]] = None,
|
|
281
294
|
retry_strategy: Optional[pulumi.Input[Union['JobDefinitionRetryStrategyArgs', 'JobDefinitionRetryStrategyArgsDict']]] = None,
|
|
282
295
|
scheduling_priority: Optional[pulumi.Input[_builtins.int]] = None,
|
|
283
296
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -344,6 +357,7 @@ class JobDefinition(pulumi.CustomResource):
|
|
|
344
357
|
parameters: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
345
358
|
platform_capabilities: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
346
359
|
propagate_tags: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
360
|
+
resource_retention_policy: Optional[pulumi.Input[Union['JobDefinitionResourceRetentionPolicyArgs', 'JobDefinitionResourceRetentionPolicyArgsDict']]] = None,
|
|
347
361
|
retry_strategy: Optional[pulumi.Input[Union['JobDefinitionRetryStrategyArgs', 'JobDefinitionRetryStrategyArgsDict']]] = None,
|
|
348
362
|
scheduling_priority: Optional[pulumi.Input[_builtins.int]] = None,
|
|
349
363
|
tags: Optional[pulumi.Input[Mapping[str, pulumi.Input[_builtins.str]]]] = None,
|
|
@@ -367,6 +381,7 @@ class JobDefinition(pulumi.CustomResource):
|
|
|
367
381
|
__props__.__dict__["parameters"] = parameters
|
|
368
382
|
__props__.__dict__["platform_capabilities"] = platform_capabilities
|
|
369
383
|
__props__.__dict__["propagate_tags"] = propagate_tags
|
|
384
|
+
__props__.__dict__["resource_retention_policy"] = resource_retention_policy
|
|
370
385
|
__props__.__dict__["retry_strategy"] = retry_strategy
|
|
371
386
|
__props__.__dict__["scheduling_priority"] = scheduling_priority
|
|
372
387
|
__props__.__dict__["tags"] = tags
|
|
@@ -409,6 +424,7 @@ class JobDefinition(pulumi.CustomResource):
|
|
|
409
424
|
__props__.__dict__["parameters"] = None
|
|
410
425
|
__props__.__dict__["platform_capabilities"] = None
|
|
411
426
|
__props__.__dict__["propagate_tags"] = None
|
|
427
|
+
__props__.__dict__["resource_retention_policy"] = None
|
|
412
428
|
__props__.__dict__["retry_strategy"] = None
|
|
413
429
|
__props__.__dict__["scheduling_priority"] = None
|
|
414
430
|
__props__.__dict__["tags"] = None
|
|
@@ -498,6 +514,11 @@ class JobDefinition(pulumi.CustomResource):
|
|
|
498
514
|
"""
|
|
499
515
|
return pulumi.get(self, "propagate_tags")
|
|
500
516
|
|
|
517
|
+
@_builtins.property
|
|
518
|
+
@pulumi.getter(name="resourceRetentionPolicy")
|
|
519
|
+
def resource_retention_policy(self) -> pulumi.Output[Optional['outputs.JobDefinitionResourceRetentionPolicy']]:
|
|
520
|
+
return pulumi.get(self, "resource_retention_policy")
|
|
521
|
+
|
|
501
522
|
@_builtins.property
|
|
502
523
|
@pulumi.getter(name="retryStrategy")
|
|
503
524
|
def retry_strategy(self) -> pulumi.Output[Optional['outputs.JobDefinitionRetryStrategy']]:
|
|
@@ -62,6 +62,7 @@ __all__ = [
|
|
|
62
62
|
'JobDefinitionNodeRangeProperty',
|
|
63
63
|
'JobDefinitionRepositoryCredentials',
|
|
64
64
|
'JobDefinitionResourceRequirement',
|
|
65
|
+
'JobDefinitionResourceRetentionPolicy',
|
|
65
66
|
'JobDefinitionRetryStrategy',
|
|
66
67
|
'JobDefinitionRuntimePlatform',
|
|
67
68
|
'JobDefinitionSecret',
|
|
@@ -4289,6 +4290,36 @@ class JobDefinitionResourceRequirement(dict):
|
|
|
4289
4290
|
return pulumi.get(self, "value")
|
|
4290
4291
|
|
|
4291
4292
|
|
|
4293
|
+
@pulumi.output_type
|
|
4294
|
+
class JobDefinitionResourceRetentionPolicy(dict):
|
|
4295
|
+
@staticmethod
|
|
4296
|
+
def __key_warning(key: str):
|
|
4297
|
+
suggest = None
|
|
4298
|
+
if key == "skipDeregisterOnUpdate":
|
|
4299
|
+
suggest = "skip_deregister_on_update"
|
|
4300
|
+
|
|
4301
|
+
if suggest:
|
|
4302
|
+
pulumi.log.warn(f"Key '{key}' not found in JobDefinitionResourceRetentionPolicy. Access the value via the '{suggest}' property getter instead.")
|
|
4303
|
+
|
|
4304
|
+
def __getitem__(self, key: str) -> Any:
|
|
4305
|
+
JobDefinitionResourceRetentionPolicy.__key_warning(key)
|
|
4306
|
+
return super().__getitem__(key)
|
|
4307
|
+
|
|
4308
|
+
def get(self, key: str, default = None) -> Any:
|
|
4309
|
+
JobDefinitionResourceRetentionPolicy.__key_warning(key)
|
|
4310
|
+
return super().get(key, default)
|
|
4311
|
+
|
|
4312
|
+
def __init__(__self__, *,
|
|
4313
|
+
skip_deregister_on_update: Optional[_builtins.bool] = None):
|
|
4314
|
+
if skip_deregister_on_update is not None:
|
|
4315
|
+
pulumi.set(__self__, "skip_deregister_on_update", skip_deregister_on_update)
|
|
4316
|
+
|
|
4317
|
+
@_builtins.property
|
|
4318
|
+
@pulumi.getter(name="skipDeregisterOnUpdate")
|
|
4319
|
+
def skip_deregister_on_update(self) -> Optional[_builtins.bool]:
|
|
4320
|
+
return pulumi.get(self, "skip_deregister_on_update")
|
|
4321
|
+
|
|
4322
|
+
|
|
4292
4323
|
@pulumi.output_type
|
|
4293
4324
|
class JobDefinitionRetryStrategy(dict):
|
|
4294
4325
|
@staticmethod
|
|
@@ -58,6 +58,8 @@ __all__ = [
|
|
|
58
58
|
'ConnectionPropertiesInput5PropertiesArgsDict',
|
|
59
59
|
'ConnectionPropertiesInput6PropertiesArgs',
|
|
60
60
|
'ConnectionPropertiesInput6PropertiesArgsDict',
|
|
61
|
+
'ConnectionPropertiesInput7PropertiesArgs',
|
|
62
|
+
'ConnectionPropertiesInput7PropertiesArgsDict',
|
|
61
63
|
'ConnectionRedshiftCredentials0PropertiesArgs',
|
|
62
64
|
'ConnectionRedshiftCredentials0PropertiesArgsDict',
|
|
63
65
|
'ConnectionRedshiftCredentials1PropertiesArgs',
|
|
@@ -70,6 +72,8 @@ __all__ = [
|
|
|
70
72
|
'ConnectionRedshiftStorageProperties0PropertiesArgsDict',
|
|
71
73
|
'ConnectionRedshiftStorageProperties1PropertiesArgs',
|
|
72
74
|
'ConnectionRedshiftStorageProperties1PropertiesArgsDict',
|
|
75
|
+
'ConnectionS3PropertiesInputArgs',
|
|
76
|
+
'ConnectionS3PropertiesInputArgsDict',
|
|
73
77
|
'ConnectionSparkEmrPropertiesInputArgs',
|
|
74
78
|
'ConnectionSparkEmrPropertiesInputArgsDict',
|
|
75
79
|
'ConnectionSparkGlueArgsArgs',
|
|
@@ -1243,6 +1247,28 @@ class ConnectionPropertiesInput6PropertiesArgs:
|
|
|
1243
1247
|
pulumi.set(self, "spark_glue_properties", value)
|
|
1244
1248
|
|
|
1245
1249
|
|
|
1250
|
+
if not MYPY:
|
|
1251
|
+
class ConnectionPropertiesInput7PropertiesArgsDict(TypedDict):
|
|
1252
|
+
s3_properties: pulumi.Input['ConnectionS3PropertiesInputArgsDict']
|
|
1253
|
+
elif False:
|
|
1254
|
+
ConnectionPropertiesInput7PropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
|
1255
|
+
|
|
1256
|
+
@pulumi.input_type
|
|
1257
|
+
class ConnectionPropertiesInput7PropertiesArgs:
|
|
1258
|
+
def __init__(__self__, *,
|
|
1259
|
+
s3_properties: pulumi.Input['ConnectionS3PropertiesInputArgs']):
|
|
1260
|
+
pulumi.set(__self__, "s3_properties", s3_properties)
|
|
1261
|
+
|
|
1262
|
+
@_builtins.property
|
|
1263
|
+
@pulumi.getter(name="s3Properties")
|
|
1264
|
+
def s3_properties(self) -> pulumi.Input['ConnectionS3PropertiesInputArgs']:
|
|
1265
|
+
return pulumi.get(self, "s3_properties")
|
|
1266
|
+
|
|
1267
|
+
@s3_properties.setter
|
|
1268
|
+
def s3_properties(self, value: pulumi.Input['ConnectionS3PropertiesInputArgs']):
|
|
1269
|
+
pulumi.set(self, "s3_properties", value)
|
|
1270
|
+
|
|
1271
|
+
|
|
1246
1272
|
if not MYPY:
|
|
1247
1273
|
class ConnectionRedshiftCredentials0PropertiesArgsDict(TypedDict):
|
|
1248
1274
|
secret_arn: pulumi.Input[_builtins.str]
|
|
@@ -1467,6 +1493,61 @@ class ConnectionRedshiftStorageProperties1PropertiesArgs:
|
|
|
1467
1493
|
pulumi.set(self, "workgroup_name", value)
|
|
1468
1494
|
|
|
1469
1495
|
|
|
1496
|
+
if not MYPY:
|
|
1497
|
+
class ConnectionS3PropertiesInputArgsDict(TypedDict):
|
|
1498
|
+
"""
|
|
1499
|
+
S3 Properties Input
|
|
1500
|
+
"""
|
|
1501
|
+
s3_uri: pulumi.Input[_builtins.str]
|
|
1502
|
+
"""
|
|
1503
|
+
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1504
|
+
"""
|
|
1505
|
+
s3_access_grant_location_id: NotRequired[pulumi.Input[_builtins.str]]
|
|
1506
|
+
"""
|
|
1507
|
+
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1508
|
+
"""
|
|
1509
|
+
elif False:
|
|
1510
|
+
ConnectionS3PropertiesInputArgsDict: TypeAlias = Mapping[str, Any]
|
|
1511
|
+
|
|
1512
|
+
@pulumi.input_type
|
|
1513
|
+
class ConnectionS3PropertiesInputArgs:
|
|
1514
|
+
def __init__(__self__, *,
|
|
1515
|
+
s3_uri: pulumi.Input[_builtins.str],
|
|
1516
|
+
s3_access_grant_location_id: Optional[pulumi.Input[_builtins.str]] = None):
|
|
1517
|
+
"""
|
|
1518
|
+
S3 Properties Input
|
|
1519
|
+
:param pulumi.Input[_builtins.str] s3_uri: The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1520
|
+
:param pulumi.Input[_builtins.str] s3_access_grant_location_id: The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1521
|
+
"""
|
|
1522
|
+
pulumi.set(__self__, "s3_uri", s3_uri)
|
|
1523
|
+
if s3_access_grant_location_id is not None:
|
|
1524
|
+
pulumi.set(__self__, "s3_access_grant_location_id", s3_access_grant_location_id)
|
|
1525
|
+
|
|
1526
|
+
@_builtins.property
|
|
1527
|
+
@pulumi.getter(name="s3Uri")
|
|
1528
|
+
def s3_uri(self) -> pulumi.Input[_builtins.str]:
|
|
1529
|
+
"""
|
|
1530
|
+
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1531
|
+
"""
|
|
1532
|
+
return pulumi.get(self, "s3_uri")
|
|
1533
|
+
|
|
1534
|
+
@s3_uri.setter
|
|
1535
|
+
def s3_uri(self, value: pulumi.Input[_builtins.str]):
|
|
1536
|
+
pulumi.set(self, "s3_uri", value)
|
|
1537
|
+
|
|
1538
|
+
@_builtins.property
|
|
1539
|
+
@pulumi.getter(name="s3AccessGrantLocationId")
|
|
1540
|
+
def s3_access_grant_location_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
1541
|
+
"""
|
|
1542
|
+
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1543
|
+
"""
|
|
1544
|
+
return pulumi.get(self, "s3_access_grant_location_id")
|
|
1545
|
+
|
|
1546
|
+
@s3_access_grant_location_id.setter
|
|
1547
|
+
def s3_access_grant_location_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
1548
|
+
pulumi.set(self, "s3_access_grant_location_id", value)
|
|
1549
|
+
|
|
1550
|
+
|
|
1470
1551
|
if not MYPY:
|
|
1471
1552
|
class ConnectionSparkEmrPropertiesInputArgsDict(TypedDict):
|
|
1472
1553
|
"""
|
|
@@ -23,28 +23,33 @@ __all__ = ['ConnectionArgs', 'Connection']
|
|
|
23
23
|
class ConnectionArgs:
|
|
24
24
|
def __init__(__self__, *,
|
|
25
25
|
domain_identifier: pulumi.Input[_builtins.str],
|
|
26
|
-
environment_identifier: pulumi.Input[_builtins.str],
|
|
27
26
|
aws_location: Optional[pulumi.Input['ConnectionAwsLocationArgs']] = None,
|
|
28
27
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
28
|
+
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
29
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
-
|
|
30
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
31
|
+
props: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]] = None):
|
|
31
32
|
"""
|
|
32
33
|
The set of arguments for constructing a Connection resource.
|
|
33
34
|
:param pulumi.Input[_builtins.str] domain_identifier: The identifier of the domain in which the connection is created.
|
|
34
|
-
:param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
|
|
35
35
|
:param pulumi.Input['ConnectionAwsLocationArgs'] aws_location: The location where the connection is created.
|
|
36
36
|
:param pulumi.Input[_builtins.str] description: The description of the connection.
|
|
37
|
+
:param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
|
|
37
38
|
:param pulumi.Input[_builtins.str] name: The name of the connection.
|
|
38
|
-
:param pulumi.Input[
|
|
39
|
+
:param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
|
|
40
|
+
:param pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']] props: Connection props.
|
|
39
41
|
"""
|
|
40
42
|
pulumi.set(__self__, "domain_identifier", domain_identifier)
|
|
41
|
-
pulumi.set(__self__, "environment_identifier", environment_identifier)
|
|
42
43
|
if aws_location is not None:
|
|
43
44
|
pulumi.set(__self__, "aws_location", aws_location)
|
|
44
45
|
if description is not None:
|
|
45
46
|
pulumi.set(__self__, "description", description)
|
|
47
|
+
if environment_identifier is not None:
|
|
48
|
+
pulumi.set(__self__, "environment_identifier", environment_identifier)
|
|
46
49
|
if name is not None:
|
|
47
50
|
pulumi.set(__self__, "name", name)
|
|
51
|
+
if project_identifier is not None:
|
|
52
|
+
pulumi.set(__self__, "project_identifier", project_identifier)
|
|
48
53
|
if props is not None:
|
|
49
54
|
pulumi.set(__self__, "props", props)
|
|
50
55
|
|
|
@@ -60,18 +65,6 @@ class ConnectionArgs:
|
|
|
60
65
|
def domain_identifier(self, value: pulumi.Input[_builtins.str]):
|
|
61
66
|
pulumi.set(self, "domain_identifier", value)
|
|
62
67
|
|
|
63
|
-
@_builtins.property
|
|
64
|
-
@pulumi.getter(name="environmentIdentifier")
|
|
65
|
-
def environment_identifier(self) -> pulumi.Input[_builtins.str]:
|
|
66
|
-
"""
|
|
67
|
-
The identifier of the environment in which the connection is created.
|
|
68
|
-
"""
|
|
69
|
-
return pulumi.get(self, "environment_identifier")
|
|
70
|
-
|
|
71
|
-
@environment_identifier.setter
|
|
72
|
-
def environment_identifier(self, value: pulumi.Input[_builtins.str]):
|
|
73
|
-
pulumi.set(self, "environment_identifier", value)
|
|
74
|
-
|
|
75
68
|
@_builtins.property
|
|
76
69
|
@pulumi.getter(name="awsLocation")
|
|
77
70
|
def aws_location(self) -> Optional[pulumi.Input['ConnectionAwsLocationArgs']]:
|
|
@@ -96,6 +89,18 @@ class ConnectionArgs:
|
|
|
96
89
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
97
90
|
pulumi.set(self, "description", value)
|
|
98
91
|
|
|
92
|
+
@_builtins.property
|
|
93
|
+
@pulumi.getter(name="environmentIdentifier")
|
|
94
|
+
def environment_identifier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
95
|
+
"""
|
|
96
|
+
The identifier of the environment in which the connection is created.
|
|
97
|
+
"""
|
|
98
|
+
return pulumi.get(self, "environment_identifier")
|
|
99
|
+
|
|
100
|
+
@environment_identifier.setter
|
|
101
|
+
def environment_identifier(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
102
|
+
pulumi.set(self, "environment_identifier", value)
|
|
103
|
+
|
|
99
104
|
@_builtins.property
|
|
100
105
|
@pulumi.getter
|
|
101
106
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -108,16 +113,28 @@ class ConnectionArgs:
|
|
|
108
113
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
109
114
|
pulumi.set(self, "name", value)
|
|
110
115
|
|
|
116
|
+
@_builtins.property
|
|
117
|
+
@pulumi.getter(name="projectIdentifier")
|
|
118
|
+
def project_identifier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
119
|
+
"""
|
|
120
|
+
The identifier of the project in which the connection should be created. If
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "project_identifier")
|
|
123
|
+
|
|
124
|
+
@project_identifier.setter
|
|
125
|
+
def project_identifier(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
126
|
+
pulumi.set(self, "project_identifier", value)
|
|
127
|
+
|
|
111
128
|
@_builtins.property
|
|
112
129
|
@pulumi.getter
|
|
113
|
-
def props(self) -> Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs']]]:
|
|
130
|
+
def props(self) -> Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]]:
|
|
114
131
|
"""
|
|
115
132
|
Connection props.
|
|
116
133
|
"""
|
|
117
134
|
return pulumi.get(self, "props")
|
|
118
135
|
|
|
119
136
|
@props.setter
|
|
120
|
-
def props(self, value: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs']]]):
|
|
137
|
+
def props(self, value: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]]):
|
|
121
138
|
pulumi.set(self, "props", value)
|
|
122
139
|
|
|
123
140
|
|
|
@@ -132,7 +149,8 @@ class Connection(pulumi.CustomResource):
|
|
|
132
149
|
domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
133
150
|
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
134
151
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
135
|
-
|
|
152
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
153
|
+
props: Optional[pulumi.Input[Union[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput0PropertiesArgsDict'], Union['ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgsDict'], Union['ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgsDict'], Union['ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgsDict'], Union['ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgsDict'], Union['ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgsDict'], Union['ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgsDict'], Union['ConnectionPropertiesInput7PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgsDict']]]] = None,
|
|
136
154
|
__props__=None):
|
|
137
155
|
"""
|
|
138
156
|
Connections enables users to connect their DataZone resources (domains, projects, and environments) to external resources/services (data, compute, etc)
|
|
@@ -144,7 +162,8 @@ class Connection(pulumi.CustomResource):
|
|
|
144
162
|
:param pulumi.Input[_builtins.str] domain_identifier: The identifier of the domain in which the connection is created.
|
|
145
163
|
:param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
|
|
146
164
|
:param pulumi.Input[_builtins.str] name: The name of the connection.
|
|
147
|
-
:param pulumi.Input[
|
|
165
|
+
:param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
|
|
166
|
+
:param pulumi.Input[Union[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput0PropertiesArgsDict'], Union['ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgsDict'], Union['ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgsDict'], Union['ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgsDict'], Union['ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgsDict'], Union['ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgsDict'], Union['ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgsDict'], Union['ConnectionPropertiesInput7PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgsDict']]] props: Connection props.
|
|
148
167
|
"""
|
|
149
168
|
...
|
|
150
169
|
@overload
|
|
@@ -175,7 +194,8 @@ class Connection(pulumi.CustomResource):
|
|
|
175
194
|
domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
176
195
|
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
177
196
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
178
|
-
|
|
197
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
198
|
+
props: Optional[pulumi.Input[Union[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput0PropertiesArgsDict'], Union['ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgsDict'], Union['ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgsDict'], Union['ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgsDict'], Union['ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgsDict'], Union['ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgsDict'], Union['ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgsDict'], Union['ConnectionPropertiesInput7PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgsDict']]]] = None,
|
|
179
199
|
__props__=None):
|
|
180
200
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
181
201
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -190,10 +210,9 @@ class Connection(pulumi.CustomResource):
|
|
|
190
210
|
if domain_identifier is None and not opts.urn:
|
|
191
211
|
raise TypeError("Missing required property 'domain_identifier'")
|
|
192
212
|
__props__.__dict__["domain_identifier"] = domain_identifier
|
|
193
|
-
if environment_identifier is None and not opts.urn:
|
|
194
|
-
raise TypeError("Missing required property 'environment_identifier'")
|
|
195
213
|
__props__.__dict__["environment_identifier"] = environment_identifier
|
|
196
214
|
__props__.__dict__["name"] = name
|
|
215
|
+
__props__.__dict__["project_identifier"] = project_identifier
|
|
197
216
|
__props__.__dict__["props"] = props
|
|
198
217
|
__props__.__dict__["connection_id"] = None
|
|
199
218
|
__props__.__dict__["domain_id"] = None
|
|
@@ -202,7 +221,7 @@ class Connection(pulumi.CustomResource):
|
|
|
202
221
|
__props__.__dict__["environment_user_role"] = None
|
|
203
222
|
__props__.__dict__["project_id"] = None
|
|
204
223
|
__props__.__dict__["type"] = None
|
|
205
|
-
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "environmentIdentifier", "name"])
|
|
224
|
+
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "environmentIdentifier", "name", "projectIdentifier"])
|
|
206
225
|
opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
|
|
207
226
|
super(Connection, __self__).__init__(
|
|
208
227
|
'aws-native:datazone:Connection',
|
|
@@ -237,6 +256,7 @@ class Connection(pulumi.CustomResource):
|
|
|
237
256
|
__props__.__dict__["environment_user_role"] = None
|
|
238
257
|
__props__.__dict__["name"] = None
|
|
239
258
|
__props__.__dict__["project_id"] = None
|
|
259
|
+
__props__.__dict__["project_identifier"] = None
|
|
240
260
|
__props__.__dict__["props"] = None
|
|
241
261
|
__props__.__dict__["type"] = None
|
|
242
262
|
return Connection(resource_name, opts=opts, __props__=__props__)
|
|
@@ -299,7 +319,7 @@ class Connection(pulumi.CustomResource):
|
|
|
299
319
|
|
|
300
320
|
@_builtins.property
|
|
301
321
|
@pulumi.getter(name="environmentIdentifier")
|
|
302
|
-
def environment_identifier(self) -> pulumi.Output[_builtins.str]:
|
|
322
|
+
def environment_identifier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
303
323
|
"""
|
|
304
324
|
The identifier of the environment in which the connection is created.
|
|
305
325
|
"""
|
|
@@ -329,6 +349,14 @@ class Connection(pulumi.CustomResource):
|
|
|
329
349
|
"""
|
|
330
350
|
return pulumi.get(self, "project_id")
|
|
331
351
|
|
|
352
|
+
@_builtins.property
|
|
353
|
+
@pulumi.getter(name="projectIdentifier")
|
|
354
|
+
def project_identifier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
355
|
+
"""
|
|
356
|
+
The identifier of the project in which the connection should be created. If
|
|
357
|
+
"""
|
|
358
|
+
return pulumi.get(self, "project_identifier")
|
|
359
|
+
|
|
332
360
|
@_builtins.property
|
|
333
361
|
@pulumi.getter
|
|
334
362
|
def props(self) -> pulumi.Output[Optional[Any]]:
|
|
@@ -38,12 +38,14 @@ __all__ = [
|
|
|
38
38
|
'ConnectionPropertiesInput4Properties',
|
|
39
39
|
'ConnectionPropertiesInput5Properties',
|
|
40
40
|
'ConnectionPropertiesInput6Properties',
|
|
41
|
+
'ConnectionPropertiesInput7Properties',
|
|
41
42
|
'ConnectionRedshiftCredentials0Properties',
|
|
42
43
|
'ConnectionRedshiftCredentials1Properties',
|
|
43
44
|
'ConnectionRedshiftLineageSyncConfigurationInput',
|
|
44
45
|
'ConnectionRedshiftPropertiesInput',
|
|
45
46
|
'ConnectionRedshiftStorageProperties0Properties',
|
|
46
47
|
'ConnectionRedshiftStorageProperties1Properties',
|
|
48
|
+
'ConnectionS3PropertiesInput',
|
|
47
49
|
'ConnectionSparkEmrPropertiesInput',
|
|
48
50
|
'ConnectionSparkGlueArgs',
|
|
49
51
|
'ConnectionSparkGluePropertiesInput',
|
|
@@ -1155,6 +1157,35 @@ class ConnectionPropertiesInput6Properties(dict):
|
|
|
1155
1157
|
return pulumi.get(self, "spark_glue_properties")
|
|
1156
1158
|
|
|
1157
1159
|
|
|
1160
|
+
@pulumi.output_type
|
|
1161
|
+
class ConnectionPropertiesInput7Properties(dict):
|
|
1162
|
+
@staticmethod
|
|
1163
|
+
def __key_warning(key: str):
|
|
1164
|
+
suggest = None
|
|
1165
|
+
if key == "s3Properties":
|
|
1166
|
+
suggest = "s3_properties"
|
|
1167
|
+
|
|
1168
|
+
if suggest:
|
|
1169
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectionPropertiesInput7Properties. Access the value via the '{suggest}' property getter instead.")
|
|
1170
|
+
|
|
1171
|
+
def __getitem__(self, key: str) -> Any:
|
|
1172
|
+
ConnectionPropertiesInput7Properties.__key_warning(key)
|
|
1173
|
+
return super().__getitem__(key)
|
|
1174
|
+
|
|
1175
|
+
def get(self, key: str, default = None) -> Any:
|
|
1176
|
+
ConnectionPropertiesInput7Properties.__key_warning(key)
|
|
1177
|
+
return super().get(key, default)
|
|
1178
|
+
|
|
1179
|
+
def __init__(__self__, *,
|
|
1180
|
+
s3_properties: 'outputs.ConnectionS3PropertiesInput'):
|
|
1181
|
+
pulumi.set(__self__, "s3_properties", s3_properties)
|
|
1182
|
+
|
|
1183
|
+
@_builtins.property
|
|
1184
|
+
@pulumi.getter(name="s3Properties")
|
|
1185
|
+
def s3_properties(self) -> 'outputs.ConnectionS3PropertiesInput':
|
|
1186
|
+
return pulumi.get(self, "s3_properties")
|
|
1187
|
+
|
|
1188
|
+
|
|
1158
1189
|
@pulumi.output_type
|
|
1159
1190
|
class ConnectionRedshiftCredentials0Properties(dict):
|
|
1160
1191
|
@staticmethod
|
|
@@ -1376,6 +1407,59 @@ class ConnectionRedshiftStorageProperties1Properties(dict):
|
|
|
1376
1407
|
return pulumi.get(self, "workgroup_name")
|
|
1377
1408
|
|
|
1378
1409
|
|
|
1410
|
+
@pulumi.output_type
|
|
1411
|
+
class ConnectionS3PropertiesInput(dict):
|
|
1412
|
+
"""
|
|
1413
|
+
S3 Properties Input
|
|
1414
|
+
"""
|
|
1415
|
+
@staticmethod
|
|
1416
|
+
def __key_warning(key: str):
|
|
1417
|
+
suggest = None
|
|
1418
|
+
if key == "s3Uri":
|
|
1419
|
+
suggest = "s3_uri"
|
|
1420
|
+
elif key == "s3AccessGrantLocationId":
|
|
1421
|
+
suggest = "s3_access_grant_location_id"
|
|
1422
|
+
|
|
1423
|
+
if suggest:
|
|
1424
|
+
pulumi.log.warn(f"Key '{key}' not found in ConnectionS3PropertiesInput. Access the value via the '{suggest}' property getter instead.")
|
|
1425
|
+
|
|
1426
|
+
def __getitem__(self, key: str) -> Any:
|
|
1427
|
+
ConnectionS3PropertiesInput.__key_warning(key)
|
|
1428
|
+
return super().__getitem__(key)
|
|
1429
|
+
|
|
1430
|
+
def get(self, key: str, default = None) -> Any:
|
|
1431
|
+
ConnectionS3PropertiesInput.__key_warning(key)
|
|
1432
|
+
return super().get(key, default)
|
|
1433
|
+
|
|
1434
|
+
def __init__(__self__, *,
|
|
1435
|
+
s3_uri: _builtins.str,
|
|
1436
|
+
s3_access_grant_location_id: Optional[_builtins.str] = None):
|
|
1437
|
+
"""
|
|
1438
|
+
S3 Properties Input
|
|
1439
|
+
:param _builtins.str s3_uri: The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1440
|
+
:param _builtins.str s3_access_grant_location_id: The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1441
|
+
"""
|
|
1442
|
+
pulumi.set(__self__, "s3_uri", s3_uri)
|
|
1443
|
+
if s3_access_grant_location_id is not None:
|
|
1444
|
+
pulumi.set(__self__, "s3_access_grant_location_id", s3_access_grant_location_id)
|
|
1445
|
+
|
|
1446
|
+
@_builtins.property
|
|
1447
|
+
@pulumi.getter(name="s3Uri")
|
|
1448
|
+
def s3_uri(self) -> _builtins.str:
|
|
1449
|
+
"""
|
|
1450
|
+
The Amazon S3 URI that's part of the Amazon S3 properties of a connection.
|
|
1451
|
+
"""
|
|
1452
|
+
return pulumi.get(self, "s3_uri")
|
|
1453
|
+
|
|
1454
|
+
@_builtins.property
|
|
1455
|
+
@pulumi.getter(name="s3AccessGrantLocationId")
|
|
1456
|
+
def s3_access_grant_location_id(self) -> Optional[_builtins.str]:
|
|
1457
|
+
"""
|
|
1458
|
+
The Amazon S3 Access Grant location ID that's part of the Amazon S3 properties of a connection.
|
|
1459
|
+
"""
|
|
1460
|
+
return pulumi.get(self, "s3_access_grant_location_id")
|
|
1461
|
+
|
|
1462
|
+
|
|
1379
1463
|
@pulumi.output_type
|
|
1380
1464
|
class ConnectionSparkEmrPropertiesInput(dict):
|
|
1381
1465
|
"""
|
|
@@ -7,6 +7,7 @@ from .. import _utilities
|
|
|
7
7
|
import typing
|
|
8
8
|
# Export this package's modules as members:
|
|
9
9
|
from ._enums import *
|
|
10
|
+
from .capacity_manager_data_export import *
|
|
10
11
|
from .capacity_reservation import *
|
|
11
12
|
from .capacity_reservation_fleet import *
|
|
12
13
|
from .carrier_gateway import *
|
|
@@ -19,6 +20,7 @@ from .eip_association import *
|
|
|
19
20
|
from .enclave_certificate_iam_role_association import *
|
|
20
21
|
from .flow_log import *
|
|
21
22
|
from .gateway_route_table_association import *
|
|
23
|
+
from .get_capacity_manager_data_export import *
|
|
22
24
|
from .get_capacity_reservation import *
|
|
23
25
|
from .get_capacity_reservation_fleet import *
|
|
24
26
|
from .get_carrier_gateway import *
|
pulumi_aws_native/ec2/_enums.py
CHANGED
|
@@ -7,6 +7,8 @@ import pulumi
|
|
|
7
7
|
from enum import Enum
|
|
8
8
|
|
|
9
9
|
__all__ = [
|
|
10
|
+
'CapacityManagerDataExportOutputFormat',
|
|
11
|
+
'CapacityManagerDataExportSchedule',
|
|
10
12
|
'CapacityReservationFleetInstanceMatchCriteria',
|
|
11
13
|
'CapacityReservationFleetTenancy',
|
|
12
14
|
'Ec2FleetCapacityRebalanceReplacementStrategy',
|
|
@@ -96,6 +98,23 @@ __all__ = [
|
|
|
96
98
|
]
|
|
97
99
|
|
|
98
100
|
|
|
101
|
+
@pulumi.type_token("aws-native:ec2:CapacityManagerDataExportOutputFormat")
|
|
102
|
+
class CapacityManagerDataExportOutputFormat(_builtins.str, Enum):
|
|
103
|
+
"""
|
|
104
|
+
The format of the exported capacity manager data. Choose 'csv' for comma-separated values or 'parquet' for optimized columnar storage format.
|
|
105
|
+
"""
|
|
106
|
+
CSV = "csv"
|
|
107
|
+
PARQUET = "parquet"
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
@pulumi.type_token("aws-native:ec2:CapacityManagerDataExportSchedule")
|
|
111
|
+
class CapacityManagerDataExportSchedule(_builtins.str, Enum):
|
|
112
|
+
"""
|
|
113
|
+
The schedule for the capacity manager data export. Currently supports hourly exports that provide periodic snapshots of capacity manager data.
|
|
114
|
+
"""
|
|
115
|
+
HOURLY = "hourly"
|
|
116
|
+
|
|
117
|
+
|
|
99
118
|
@pulumi.type_token("aws-native:ec2:CapacityReservationFleetInstanceMatchCriteria")
|
|
100
119
|
class CapacityReservationFleetInstanceMatchCriteria(_builtins.str, Enum):
|
|
101
120
|
"""
|