pulumi-aws-native 1.38.0a1761284362__py3-none-any.whl → 1.39.0a1762409198__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 +33 -1
- pulumi_aws_native/_enums.py +4 -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/applicationsignals/get_grouping_configuration.py +9 -0
- pulumi_aws_native/applicationsignals/grouping_configuration.py +3 -0
- pulumi_aws_native/appstream/get_image_builder.py +0 -4
- pulumi_aws_native/appstream/image_builder.py +0 -16
- pulumi_aws_native/aps/__init__.py +2 -0
- pulumi_aws_native/aps/_inputs.py +290 -0
- pulumi_aws_native/aps/anomaly_detector.py +318 -0
- pulumi_aws_native/aps/get_anomaly_detector.py +149 -0
- pulumi_aws_native/aps/outputs.py +229 -0
- pulumi_aws_native/arcregionswitch/get_plan.py +0 -3
- pulumi_aws_native/arcregionswitch/plan.py +0 -3
- pulumi_aws_native/batch/_inputs.py +34 -0
- pulumi_aws_native/batch/job_definition.py +29 -0
- pulumi_aws_native/batch/outputs.py +37 -0
- pulumi_aws_native/bedrock/automated_reasoning_policy.py +51 -0
- pulumi_aws_native/bedrock/get_automated_reasoning_policy.py +12 -1
- pulumi_aws_native/bedrockagentcore/__init__.py +2 -0
- pulumi_aws_native/bedrockagentcore/_enums.py +1 -0
- pulumi_aws_native/bedrockagentcore/get_workload_identity.py +134 -0
- pulumi_aws_native/bedrockagentcore/workload_identity.py +217 -0
- pulumi_aws_native/ce/_enums.py +3 -0
- pulumi_aws_native/cleanrooms/configured_table.py +4 -4
- pulumi_aws_native/cleanrooms/get_configured_table.py +1 -1
- pulumi_aws_native/cloudfront/_inputs.py +14 -1
- pulumi_aws_native/cloudfront/get_vpc_origin.py +12 -1
- pulumi_aws_native/cloudfront/outputs.py +11 -1
- pulumi_aws_native/cloudfront/vpc_origin.py +7 -0
- pulumi_aws_native/cognito/__init__.py +2 -0
- pulumi_aws_native/cognito/_enums.py +12 -0
- pulumi_aws_native/cognito/get_terms.py +117 -0
- pulumi_aws_native/cognito/terms.py +236 -0
- pulumi_aws_native/connect/_enums.py +68 -0
- pulumi_aws_native/connect/_inputs.py +581 -1
- pulumi_aws_native/connect/email_address.py +31 -0
- pulumi_aws_native/connect/get_email_address.py +16 -1
- pulumi_aws_native/connect/outputs.py +473 -3
- pulumi_aws_native/connectcampaignsv2/_enums.py +9 -0
- pulumi_aws_native/connectcampaignsv2/_inputs.py +127 -0
- pulumi_aws_native/connectcampaignsv2/outputs.py +118 -0
- pulumi_aws_native/datazone/_inputs.py +81 -0
- pulumi_aws_native/datazone/connection.py +83 -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/capacity_reservation.py +6 -6
- pulumi_aws_native/ec2/get_capacity_manager_data_export.py +92 -0
- pulumi_aws_native/ec2/get_capacity_reservation.py +2 -2
- pulumi_aws_native/ec2/get_nat_gateway.py +3 -0
- pulumi_aws_native/ec2/get_volume.py +37 -15
- pulumi_aws_native/ec2/nat_gateway.py +11 -0
- pulumi_aws_native/ec2/outputs.py +10 -8
- pulumi_aws_native/ec2/volume.py +115 -74
- pulumi_aws_native/ecr/_inputs.py +2 -2
- pulumi_aws_native/ecr/get_repository.py +3 -2
- pulumi_aws_native/ecr/outputs.py +2 -2
- pulumi_aws_native/ecr/repository.py +12 -8
- pulumi_aws_native/ecs/_enums.py +24 -0
- pulumi_aws_native/ecs/_inputs.py +230 -23
- pulumi_aws_native/ecs/outputs.py +195 -15
- pulumi_aws_native/ecs/service.py +4 -0
- pulumi_aws_native/eks/_enums.py +11 -0
- pulumi_aws_native/eks/_inputs.py +199 -1
- pulumi_aws_native/eks/get_nodegroup.py +1 -0
- pulumi_aws_native/eks/nodegroup.py +1 -0
- pulumi_aws_native/eks/outputs.py +169 -1
- pulumi_aws_native/elasticloadbalancingv2/_inputs.py +213 -34
- pulumi_aws_native/elasticloadbalancingv2/get_listener_rule.py +15 -4
- pulumi_aws_native/elasticloadbalancingv2/listener_rule.py +22 -1
- pulumi_aws_native/elasticloadbalancingv2/load_balancer.py +4 -4
- pulumi_aws_native/elasticloadbalancingv2/outputs.py +187 -24
- pulumi_aws_native/events/__init__.py +2 -0
- pulumi_aws_native/events/_inputs.py +78 -0
- pulumi_aws_native/events/event_bus_policy.py +275 -0
- pulumi_aws_native/events/get_event_bus_policy.py +85 -0
- pulumi_aws_native/events/outputs.py +48 -0
- pulumi_aws_native/gameliftstreams/application.py +4 -4
- pulumi_aws_native/glue/__init__.py +2 -0
- pulumi_aws_native/glue/_inputs.py +134 -0
- pulumi_aws_native/glue/get_integration_resource_property.py +127 -0
- pulumi_aws_native/glue/integration_resource_property.py +229 -0
- pulumi_aws_native/glue/outputs.py +122 -0
- pulumi_aws_native/imagebuilder/_inputs.py +95 -0
- pulumi_aws_native/imagebuilder/get_image_pipeline.py +15 -1
- pulumi_aws_native/imagebuilder/image.py +58 -0
- pulumi_aws_native/imagebuilder/image_pipeline.py +10 -0
- pulumi_aws_native/imagebuilder/outputs.py +95 -0
- pulumi_aws_native/kendra/_inputs.py +21 -21
- pulumi_aws_native/kendra/outputs.py +14 -14
- pulumi_aws_native/lambda_/permission.py +4 -4
- pulumi_aws_native/mediapackagev2/_enums.py +15 -0
- pulumi_aws_native/mediapackagev2/_inputs.py +103 -0
- pulumi_aws_native/mediapackagev2/get_origin_endpoint.py +26 -1
- pulumi_aws_native/mediapackagev2/origin_endpoint.py +36 -0
- pulumi_aws_native/mediapackagev2/outputs.py +88 -0
- pulumi_aws_native/neptune/db_instance.py +29 -0
- pulumi_aws_native/neptune/get_db_instance.py +15 -1
- pulumi_aws_native/networkfirewall/_enums.py +2 -0
- pulumi_aws_native/networkfirewall/_inputs.py +20 -0
- pulumi_aws_native/networkfirewall/firewall.py +10 -0
- pulumi_aws_native/networkfirewall/get_firewall.py +15 -1
- pulumi_aws_native/networkfirewall/outputs.py +14 -0
- pulumi_aws_native/observabilityadmin/_enums.py +9 -0
- pulumi_aws_native/observabilityadmin/_inputs.py +252 -0
- pulumi_aws_native/observabilityadmin/get_organization_centralization_rule.py +9 -0
- pulumi_aws_native/observabilityadmin/get_organization_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/get_telemetry_rule.py +3 -0
- pulumi_aws_native/observabilityadmin/organization_centralization_rule.py +11 -0
- pulumi_aws_native/observabilityadmin/organization_telemetry_rule.py +8 -0
- pulumi_aws_native/observabilityadmin/outputs.py +150 -0
- pulumi_aws_native/observabilityadmin/telemetry_rule.py +8 -0
- pulumi_aws_native/organizations/_enums.py +13 -0
- pulumi_aws_native/organizations/account.py +10 -0
- pulumi_aws_native/organizations/get_account.py +15 -1
- pulumi_aws_native/osis/_inputs.py +24 -0
- pulumi_aws_native/osis/get_pipeline.py +26 -1
- pulumi_aws_native/osis/outputs.py +13 -0
- pulumi_aws_native/osis/pipeline.py +50 -0
- pulumi_aws_native/pulumi-plugin.json +1 -1
- pulumi_aws_native/qbusiness/_inputs.py +3 -3
- pulumi_aws_native/qbusiness/application.py +4 -4
- pulumi_aws_native/qbusiness/outputs.py +2 -2
- pulumi_aws_native/quicksight/_enums.py +1 -1
- pulumi_aws_native/quicksight/_inputs.py +12 -12
- pulumi_aws_native/quicksight/outputs.py +8 -8
- pulumi_aws_native/rds/db_cluster.py +24 -40
- pulumi_aws_native/route53/_inputs.py +21 -3
- pulumi_aws_native/route53/outputs.py +14 -2
- pulumi_aws_native/rtbfabric/__init__.py +17 -0
- pulumi_aws_native/rtbfabric/_enums.py +89 -0
- pulumi_aws_native/rtbfabric/_inputs.py +390 -0
- pulumi_aws_native/rtbfabric/get_link.py +199 -0
- pulumi_aws_native/rtbfabric/get_requester_gateway.py +217 -0
- pulumi_aws_native/rtbfabric/get_responder_gateway.py +255 -0
- pulumi_aws_native/rtbfabric/link.py +344 -0
- pulumi_aws_native/rtbfabric/outputs.py +363 -0
- pulumi_aws_native/rtbfabric/requester_gateway.py +303 -0
- pulumi_aws_native/rtbfabric/responder_gateway.py +431 -0
- pulumi_aws_native/s3/_enums.py +1 -1
- pulumi_aws_native/s3/_inputs.py +11 -5
- pulumi_aws_native/s3/access_grants_location.py +15 -13
- pulumi_aws_native/s3/outputs.py +10 -4
- pulumi_aws_native/s3vectors/__init__.py +17 -0
- pulumi_aws_native/s3vectors/_enums.py +39 -0
- pulumi_aws_native/s3vectors/_inputs.py +138 -0
- pulumi_aws_native/s3vectors/get_index.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket.py +99 -0
- pulumi_aws_native/s3vectors/get_vector_bucket_policy.py +78 -0
- pulumi_aws_native/s3vectors/index.py +367 -0
- pulumi_aws_native/s3vectors/outputs.py +129 -0
- pulumi_aws_native/s3vectors/vector_bucket.py +199 -0
- pulumi_aws_native/s3vectors/vector_bucket_policy.py +188 -0
- pulumi_aws_native/sagemaker/_enums.py +12 -171
- pulumi_aws_native/sagemaker/_inputs.py +81 -5
- pulumi_aws_native/sagemaker/cluster.py +21 -0
- pulumi_aws_native/sagemaker/get_cluster.py +15 -4
- pulumi_aws_native/sagemaker/outputs.py +67 -3
- pulumi_aws_native/ssm/_inputs.py +15 -3
- pulumi_aws_native/ssm/outputs.py +10 -2
- pulumi_aws_native/ssmquicksetup/get_lifecycle_automation.py +6 -0
- pulumi_aws_native/ssmquicksetup/lifecycle_automation.py +16 -0
- pulumi_aws_native/sso/_enums.py +1 -1
- pulumi_aws_native/sso/assignment.py +8 -8
- pulumi_aws_native/synthetics/_inputs.py +52 -12
- pulumi_aws_native/synthetics/outputs.py +35 -8
- pulumi_aws_native/transfer/_enums.py +15 -0
- pulumi_aws_native/transfer/_inputs.py +95 -3
- pulumi_aws_native/transfer/connector.py +86 -19
- pulumi_aws_native/transfer/get_connector.py +43 -1
- pulumi_aws_native/transfer/outputs.py +92 -2
- pulumi_aws_native/wafv2/_inputs.py +72 -0
- pulumi_aws_native/wafv2/get_web_acl.py +15 -1
- pulumi_aws_native/wafv2/outputs.py +45 -0
- pulumi_aws_native/wafv2/web_acl.py +29 -0
- pulumi_aws_native/wisdom/_enums.py +4 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761284362.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
|
@@ -23,28 +23,37 @@ __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
|
+
enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
29
|
+
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
29
30
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
30
|
-
|
|
31
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
32
|
+
props: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]] = None):
|
|
31
33
|
"""
|
|
32
34
|
The set of arguments for constructing a Connection resource.
|
|
33
35
|
: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
36
|
:param pulumi.Input['ConnectionAwsLocationArgs'] aws_location: The location where the connection is created.
|
|
36
37
|
:param pulumi.Input[_builtins.str] description: The description of the connection.
|
|
38
|
+
:param pulumi.Input[_builtins.bool] enable_trusted_identity_propagation: Specifies whether the trusted identity propagation is enabled
|
|
39
|
+
:param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
|
|
37
40
|
:param pulumi.Input[_builtins.str] name: The name of the connection.
|
|
38
|
-
:param pulumi.Input[
|
|
41
|
+
:param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
|
|
42
|
+
:param pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']] props: Connection props.
|
|
39
43
|
"""
|
|
40
44
|
pulumi.set(__self__, "domain_identifier", domain_identifier)
|
|
41
|
-
pulumi.set(__self__, "environment_identifier", environment_identifier)
|
|
42
45
|
if aws_location is not None:
|
|
43
46
|
pulumi.set(__self__, "aws_location", aws_location)
|
|
44
47
|
if description is not None:
|
|
45
48
|
pulumi.set(__self__, "description", description)
|
|
49
|
+
if enable_trusted_identity_propagation is not None:
|
|
50
|
+
pulumi.set(__self__, "enable_trusted_identity_propagation", enable_trusted_identity_propagation)
|
|
51
|
+
if environment_identifier is not None:
|
|
52
|
+
pulumi.set(__self__, "environment_identifier", environment_identifier)
|
|
46
53
|
if name is not None:
|
|
47
54
|
pulumi.set(__self__, "name", name)
|
|
55
|
+
if project_identifier is not None:
|
|
56
|
+
pulumi.set(__self__, "project_identifier", project_identifier)
|
|
48
57
|
if props is not None:
|
|
49
58
|
pulumi.set(__self__, "props", props)
|
|
50
59
|
|
|
@@ -60,18 +69,6 @@ class ConnectionArgs:
|
|
|
60
69
|
def domain_identifier(self, value: pulumi.Input[_builtins.str]):
|
|
61
70
|
pulumi.set(self, "domain_identifier", value)
|
|
62
71
|
|
|
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
72
|
@_builtins.property
|
|
76
73
|
@pulumi.getter(name="awsLocation")
|
|
77
74
|
def aws_location(self) -> Optional[pulumi.Input['ConnectionAwsLocationArgs']]:
|
|
@@ -96,6 +93,30 @@ class ConnectionArgs:
|
|
|
96
93
|
def description(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
97
94
|
pulumi.set(self, "description", value)
|
|
98
95
|
|
|
96
|
+
@_builtins.property
|
|
97
|
+
@pulumi.getter(name="enableTrustedIdentityPropagation")
|
|
98
|
+
def enable_trusted_identity_propagation(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
99
|
+
"""
|
|
100
|
+
Specifies whether the trusted identity propagation is enabled
|
|
101
|
+
"""
|
|
102
|
+
return pulumi.get(self, "enable_trusted_identity_propagation")
|
|
103
|
+
|
|
104
|
+
@enable_trusted_identity_propagation.setter
|
|
105
|
+
def enable_trusted_identity_propagation(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
|
106
|
+
pulumi.set(self, "enable_trusted_identity_propagation", value)
|
|
107
|
+
|
|
108
|
+
@_builtins.property
|
|
109
|
+
@pulumi.getter(name="environmentIdentifier")
|
|
110
|
+
def environment_identifier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
111
|
+
"""
|
|
112
|
+
The identifier of the environment in which the connection is created.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "environment_identifier")
|
|
115
|
+
|
|
116
|
+
@environment_identifier.setter
|
|
117
|
+
def environment_identifier(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
118
|
+
pulumi.set(self, "environment_identifier", value)
|
|
119
|
+
|
|
99
120
|
@_builtins.property
|
|
100
121
|
@pulumi.getter
|
|
101
122
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
@@ -108,16 +129,28 @@ class ConnectionArgs:
|
|
|
108
129
|
def name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
109
130
|
pulumi.set(self, "name", value)
|
|
110
131
|
|
|
132
|
+
@_builtins.property
|
|
133
|
+
@pulumi.getter(name="projectIdentifier")
|
|
134
|
+
def project_identifier(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
135
|
+
"""
|
|
136
|
+
The identifier of the project in which the connection should be created. If
|
|
137
|
+
"""
|
|
138
|
+
return pulumi.get(self, "project_identifier")
|
|
139
|
+
|
|
140
|
+
@project_identifier.setter
|
|
141
|
+
def project_identifier(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
142
|
+
pulumi.set(self, "project_identifier", value)
|
|
143
|
+
|
|
111
144
|
@_builtins.property
|
|
112
145
|
@pulumi.getter
|
|
113
|
-
def props(self) -> Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs']]]:
|
|
146
|
+
def props(self) -> Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]]:
|
|
114
147
|
"""
|
|
115
148
|
Connection props.
|
|
116
149
|
"""
|
|
117
150
|
return pulumi.get(self, "props")
|
|
118
151
|
|
|
119
152
|
@props.setter
|
|
120
|
-
def props(self, value: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs']]]):
|
|
153
|
+
def props(self, value: Optional[pulumi.Input[Union['ConnectionPropertiesInput0PropertiesArgs', 'ConnectionPropertiesInput1PropertiesArgs', 'ConnectionPropertiesInput2PropertiesArgs', 'ConnectionPropertiesInput3PropertiesArgs', 'ConnectionPropertiesInput4PropertiesArgs', 'ConnectionPropertiesInput5PropertiesArgs', 'ConnectionPropertiesInput6PropertiesArgs', 'ConnectionPropertiesInput7PropertiesArgs']]]):
|
|
121
154
|
pulumi.set(self, "props", value)
|
|
122
155
|
|
|
123
156
|
|
|
@@ -130,9 +163,11 @@ class Connection(pulumi.CustomResource):
|
|
|
130
163
|
aws_location: Optional[pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']]] = None,
|
|
131
164
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
132
165
|
domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
166
|
+
enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
133
167
|
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
134
168
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
135
|
-
|
|
169
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
170
|
+
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
171
|
__props__=None):
|
|
137
172
|
"""
|
|
138
173
|
Connections enables users to connect their DataZone resources (domains, projects, and environments) to external resources/services (data, compute, etc)
|
|
@@ -142,9 +177,11 @@ class Connection(pulumi.CustomResource):
|
|
|
142
177
|
:param pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']] aws_location: The location where the connection is created.
|
|
143
178
|
:param pulumi.Input[_builtins.str] description: The description of the connection.
|
|
144
179
|
:param pulumi.Input[_builtins.str] domain_identifier: The identifier of the domain in which the connection is created.
|
|
180
|
+
:param pulumi.Input[_builtins.bool] enable_trusted_identity_propagation: Specifies whether the trusted identity propagation is enabled
|
|
145
181
|
:param pulumi.Input[_builtins.str] environment_identifier: The identifier of the environment in which the connection is created.
|
|
146
182
|
:param pulumi.Input[_builtins.str] name: The name of the connection.
|
|
147
|
-
:param pulumi.Input[
|
|
183
|
+
:param pulumi.Input[_builtins.str] project_identifier: The identifier of the project in which the connection should be created. If
|
|
184
|
+
: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
185
|
"""
|
|
149
186
|
...
|
|
150
187
|
@overload
|
|
@@ -173,9 +210,11 @@ class Connection(pulumi.CustomResource):
|
|
|
173
210
|
aws_location: Optional[pulumi.Input[Union['ConnectionAwsLocationArgs', 'ConnectionAwsLocationArgsDict']]] = None,
|
|
174
211
|
description: Optional[pulumi.Input[_builtins.str]] = None,
|
|
175
212
|
domain_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
213
|
+
enable_trusted_identity_propagation: Optional[pulumi.Input[_builtins.bool]] = None,
|
|
176
214
|
environment_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
177
215
|
name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
178
|
-
|
|
216
|
+
project_identifier: Optional[pulumi.Input[_builtins.str]] = None,
|
|
217
|
+
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
218
|
__props__=None):
|
|
180
219
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
181
220
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -190,10 +229,10 @@ class Connection(pulumi.CustomResource):
|
|
|
190
229
|
if domain_identifier is None and not opts.urn:
|
|
191
230
|
raise TypeError("Missing required property 'domain_identifier'")
|
|
192
231
|
__props__.__dict__["domain_identifier"] = domain_identifier
|
|
193
|
-
|
|
194
|
-
raise TypeError("Missing required property 'environment_identifier'")
|
|
232
|
+
__props__.__dict__["enable_trusted_identity_propagation"] = enable_trusted_identity_propagation
|
|
195
233
|
__props__.__dict__["environment_identifier"] = environment_identifier
|
|
196
234
|
__props__.__dict__["name"] = name
|
|
235
|
+
__props__.__dict__["project_identifier"] = project_identifier
|
|
197
236
|
__props__.__dict__["props"] = props
|
|
198
237
|
__props__.__dict__["connection_id"] = None
|
|
199
238
|
__props__.__dict__["domain_id"] = None
|
|
@@ -202,7 +241,7 @@ class Connection(pulumi.CustomResource):
|
|
|
202
241
|
__props__.__dict__["environment_user_role"] = None
|
|
203
242
|
__props__.__dict__["project_id"] = None
|
|
204
243
|
__props__.__dict__["type"] = None
|
|
205
|
-
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "environmentIdentifier", "name"])
|
|
244
|
+
replace_on_changes = pulumi.ResourceOptions(replace_on_changes=["domainIdentifier", "enableTrustedIdentityPropagation", "environmentIdentifier", "name", "projectIdentifier"])
|
|
206
245
|
opts = pulumi.ResourceOptions.merge(opts, replace_on_changes)
|
|
207
246
|
super(Connection, __self__).__init__(
|
|
208
247
|
'aws-native:datazone:Connection',
|
|
@@ -232,11 +271,13 @@ class Connection(pulumi.CustomResource):
|
|
|
232
271
|
__props__.__dict__["domain_id"] = None
|
|
233
272
|
__props__.__dict__["domain_identifier"] = None
|
|
234
273
|
__props__.__dict__["domain_unit_id"] = None
|
|
274
|
+
__props__.__dict__["enable_trusted_identity_propagation"] = None
|
|
235
275
|
__props__.__dict__["environment_id"] = None
|
|
236
276
|
__props__.__dict__["environment_identifier"] = None
|
|
237
277
|
__props__.__dict__["environment_user_role"] = None
|
|
238
278
|
__props__.__dict__["name"] = None
|
|
239
279
|
__props__.__dict__["project_id"] = None
|
|
280
|
+
__props__.__dict__["project_identifier"] = None
|
|
240
281
|
__props__.__dict__["props"] = None
|
|
241
282
|
__props__.__dict__["type"] = None
|
|
242
283
|
return Connection(resource_name, opts=opts, __props__=__props__)
|
|
@@ -289,6 +330,14 @@ class Connection(pulumi.CustomResource):
|
|
|
289
330
|
"""
|
|
290
331
|
return pulumi.get(self, "domain_unit_id")
|
|
291
332
|
|
|
333
|
+
@_builtins.property
|
|
334
|
+
@pulumi.getter(name="enableTrustedIdentityPropagation")
|
|
335
|
+
def enable_trusted_identity_propagation(self) -> pulumi.Output[Optional[_builtins.bool]]:
|
|
336
|
+
"""
|
|
337
|
+
Specifies whether the trusted identity propagation is enabled
|
|
338
|
+
"""
|
|
339
|
+
return pulumi.get(self, "enable_trusted_identity_propagation")
|
|
340
|
+
|
|
292
341
|
@_builtins.property
|
|
293
342
|
@pulumi.getter(name="environmentId")
|
|
294
343
|
def environment_id(self) -> pulumi.Output[_builtins.str]:
|
|
@@ -299,7 +348,7 @@ class Connection(pulumi.CustomResource):
|
|
|
299
348
|
|
|
300
349
|
@_builtins.property
|
|
301
350
|
@pulumi.getter(name="environmentIdentifier")
|
|
302
|
-
def environment_identifier(self) -> pulumi.Output[_builtins.str]:
|
|
351
|
+
def environment_identifier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
303
352
|
"""
|
|
304
353
|
The identifier of the environment in which the connection is created.
|
|
305
354
|
"""
|
|
@@ -329,6 +378,14 @@ class Connection(pulumi.CustomResource):
|
|
|
329
378
|
"""
|
|
330
379
|
return pulumi.get(self, "project_id")
|
|
331
380
|
|
|
381
|
+
@_builtins.property
|
|
382
|
+
@pulumi.getter(name="projectIdentifier")
|
|
383
|
+
def project_identifier(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
384
|
+
"""
|
|
385
|
+
The identifier of the project in which the connection should be created. If
|
|
386
|
+
"""
|
|
387
|
+
return pulumi.get(self, "project_identifier")
|
|
388
|
+
|
|
332
389
|
@_builtins.property
|
|
333
390
|
@pulumi.getter
|
|
334
391
|
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
|
"""
|
pulumi_aws_native/ec2/_inputs.py
CHANGED
|
@@ -7273,7 +7273,7 @@ if not MYPY:
|
|
|
7273
7273
|
"""
|
|
7274
7274
|
The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
7275
7275
|
The following are the supported values for each volume type:
|
|
7276
|
-
+ ``gp3``: 3,000 -
|
|
7276
|
+
+ ``gp3``: 3,000 - 80,000 IOPS
|
|
7277
7277
|
+ ``io1``: 100 - 64,000 IOPS
|
|
7278
7278
|
+ ``io2``: 100 - 256,000 IOPS
|
|
7279
7279
|
|
|
@@ -7290,8 +7290,8 @@ if not MYPY:
|
|
|
7290
7290
|
"""
|
|
7291
7291
|
throughput: NotRequired[pulumi.Input[_builtins.int]]
|
|
7292
7292
|
"""
|
|
7293
|
-
The throughput to provision for a ``gp3`` volume, with a maximum of
|
|
7294
|
-
Valid Range: Minimum value of 125. Maximum value of
|
|
7293
|
+
The throughput to provision for a ``gp3`` volume, with a maximum of 2,000 MiB/s.
|
|
7294
|
+
Valid Range: Minimum value of 125. Maximum value of 2,000.
|
|
7295
7295
|
"""
|
|
7296
7296
|
volume_initialization_rate: NotRequired[pulumi.Input[_builtins.int]]
|
|
7297
7297
|
"""
|
|
@@ -7307,7 +7307,8 @@ if not MYPY:
|
|
|
7307
7307
|
volume_size: NotRequired[pulumi.Input[_builtins.int]]
|
|
7308
7308
|
"""
|
|
7309
7309
|
The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
7310
|
-
+ ``gp2
|
|
7310
|
+
+ ``gp2``: 1 - 16,384 GiB
|
|
7311
|
+
+ ``gp3``: 1 - 65,536 GiB
|
|
7311
7312
|
+ ``io1``: 4 - 16,384 GiB
|
|
7312
7313
|
+ ``io2``: 4 - 65,536 GiB
|
|
7313
7314
|
+ ``st1`` and ``sc1``: 125 - 16,384 GiB
|
|
@@ -7339,7 +7340,7 @@ class LaunchTemplateEbsArgs:
|
|
|
7339
7340
|
:param pulumi.Input[_builtins.bool] encrypted: Indicates whether the EBS volume is encrypted. Encrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
|
|
7340
7341
|
:param pulumi.Input[_builtins.int] iops: The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
7341
7342
|
The following are the supported values for each volume type:
|
|
7342
|
-
+ ``gp3``: 3,000 -
|
|
7343
|
+
+ ``gp3``: 3,000 - 80,000 IOPS
|
|
7343
7344
|
+ ``io1``: 100 - 64,000 IOPS
|
|
7344
7345
|
+ ``io2``: 100 - 256,000 IOPS
|
|
7345
7346
|
|
|
@@ -7347,8 +7348,8 @@ class LaunchTemplateEbsArgs:
|
|
|
7347
7348
|
This parameter is supported for ``io1``, ``io2``, and ``gp3`` volumes only.
|
|
7348
7349
|
:param pulumi.Input[_builtins.str] kms_key_id: Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.
|
|
7349
7350
|
:param pulumi.Input[_builtins.str] snapshot_id: The ID of the snapshot.
|
|
7350
|
-
:param pulumi.Input[_builtins.int] throughput: The throughput to provision for a ``gp3`` volume, with a maximum of
|
|
7351
|
-
Valid Range: Minimum value of 125. Maximum value of
|
|
7351
|
+
:param pulumi.Input[_builtins.int] throughput: The throughput to provision for a ``gp3`` volume, with a maximum of 2,000 MiB/s.
|
|
7352
|
+
Valid Range: Minimum value of 125. Maximum value of 2,000.
|
|
7352
7353
|
:param pulumi.Input[_builtins.int] volume_initialization_rate: Specifies the Amazon EBS Provisioned Rate for Volume Initialization (volume initialization rate), in MiB/s, at which to download the snapshot blocks from Amazon S3 to the volume. This is also known as *volume initialization*. Specifying a volume initialization rate ensures that the volume is initialized at a predictable and consistent rate after creation.
|
|
7353
7354
|
This parameter is supported only for volumes created from snapshots. Omit this parameter if:
|
|
7354
7355
|
+ You want to create the volume using fast snapshot restore. You must specify a snapshot that is enabled for fast snapshot restore. In this case, the volume is fully initialized at creation.
|
|
@@ -7358,7 +7359,8 @@ class LaunchTemplateEbsArgs:
|
|
|
7358
7359
|
For more information, see [Initialize Amazon EBS volumes](https://docs.aws.amazon.com/ebs/latest/userguide/initalize-volume.html) in the *Amazon EC2 User Guide*.
|
|
7359
7360
|
Valid range: 100 - 300 MiB/s
|
|
7360
7361
|
:param pulumi.Input[_builtins.int] volume_size: The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
7361
|
-
+ ``gp2
|
|
7362
|
+
+ ``gp2``: 1 - 16,384 GiB
|
|
7363
|
+
+ ``gp3``: 1 - 65,536 GiB
|
|
7362
7364
|
+ ``io1``: 4 - 16,384 GiB
|
|
7363
7365
|
+ ``io2``: 4 - 65,536 GiB
|
|
7364
7366
|
+ ``st1`` and ``sc1``: 125 - 16,384 GiB
|
|
@@ -7414,7 +7416,7 @@ class LaunchTemplateEbsArgs:
|
|
|
7414
7416
|
"""
|
|
7415
7417
|
The number of I/O operations per second (IOPS). For ``gp3``, ``io1``, and ``io2`` volumes, this represents the number of IOPS that are provisioned for the volume. For ``gp2`` volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
|
|
7416
7418
|
The following are the supported values for each volume type:
|
|
7417
|
-
+ ``gp3``: 3,000 -
|
|
7419
|
+
+ ``gp3``: 3,000 - 80,000 IOPS
|
|
7418
7420
|
+ ``io1``: 100 - 64,000 IOPS
|
|
7419
7421
|
+ ``io2``: 100 - 256,000 IOPS
|
|
7420
7422
|
|
|
@@ -7455,8 +7457,8 @@ class LaunchTemplateEbsArgs:
|
|
|
7455
7457
|
@pulumi.getter
|
|
7456
7458
|
def throughput(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
7457
7459
|
"""
|
|
7458
|
-
The throughput to provision for a ``gp3`` volume, with a maximum of
|
|
7459
|
-
Valid Range: Minimum value of 125. Maximum value of
|
|
7460
|
+
The throughput to provision for a ``gp3`` volume, with a maximum of 2,000 MiB/s.
|
|
7461
|
+
Valid Range: Minimum value of 125. Maximum value of 2,000.
|
|
7460
7462
|
"""
|
|
7461
7463
|
return pulumi.get(self, "throughput")
|
|
7462
7464
|
|
|
@@ -7488,7 +7490,8 @@ class LaunchTemplateEbsArgs:
|
|
|
7488
7490
|
def volume_size(self) -> Optional[pulumi.Input[_builtins.int]]:
|
|
7489
7491
|
"""
|
|
7490
7492
|
The size of the volume, in GiBs. You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
|
|
7491
|
-
+ ``gp2
|
|
7493
|
+
+ ``gp2``: 1 - 16,384 GiB
|
|
7494
|
+
+ ``gp3``: 1 - 65,536 GiB
|
|
7492
7495
|
+ ``io1``: 4 - 16,384 GiB
|
|
7493
7496
|
+ ``io2``: 4 - 65,536 GiB
|
|
7494
7497
|
+ ``st1`` and ``sc1``: 125 - 16,384 GiB
|