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
|
@@ -25,7 +25,7 @@ __all__ = [
|
|
|
25
25
|
|
|
26
26
|
@pulumi.output_type
|
|
27
27
|
class GetAccountResult:
|
|
28
|
-
def __init__(__self__, account_id=None, account_name=None, arn=None, email=None, joined_method=None, joined_timestamp=None, parent_ids=None, status=None, tags=None):
|
|
28
|
+
def __init__(__self__, account_id=None, account_name=None, arn=None, email=None, joined_method=None, joined_timestamp=None, parent_ids=None, state=None, status=None, tags=None):
|
|
29
29
|
if account_id and not isinstance(account_id, str):
|
|
30
30
|
raise TypeError("Expected argument 'account_id' to be a str")
|
|
31
31
|
pulumi.set(__self__, "account_id", account_id)
|
|
@@ -47,6 +47,9 @@ class GetAccountResult:
|
|
|
47
47
|
if parent_ids and not isinstance(parent_ids, list):
|
|
48
48
|
raise TypeError("Expected argument 'parent_ids' to be a list")
|
|
49
49
|
pulumi.set(__self__, "parent_ids", parent_ids)
|
|
50
|
+
if state and not isinstance(state, str):
|
|
51
|
+
raise TypeError("Expected argument 'state' to be a str")
|
|
52
|
+
pulumi.set(__self__, "state", state)
|
|
50
53
|
if status and not isinstance(status, str):
|
|
51
54
|
raise TypeError("Expected argument 'status' to be a str")
|
|
52
55
|
pulumi.set(__self__, "status", status)
|
|
@@ -110,6 +113,14 @@ class GetAccountResult:
|
|
|
110
113
|
"""
|
|
111
114
|
return pulumi.get(self, "parent_ids")
|
|
112
115
|
|
|
116
|
+
@_builtins.property
|
|
117
|
+
@pulumi.getter
|
|
118
|
+
def state(self) -> Optional['AccountState']:
|
|
119
|
+
"""
|
|
120
|
+
The state of the account in the organization.
|
|
121
|
+
"""
|
|
122
|
+
return pulumi.get(self, "state")
|
|
123
|
+
|
|
113
124
|
@_builtins.property
|
|
114
125
|
@pulumi.getter
|
|
115
126
|
def status(self) -> Optional['AccountStatus']:
|
|
@@ -140,6 +151,7 @@ class AwaitableGetAccountResult(GetAccountResult):
|
|
|
140
151
|
joined_method=self.joined_method,
|
|
141
152
|
joined_timestamp=self.joined_timestamp,
|
|
142
153
|
parent_ids=self.parent_ids,
|
|
154
|
+
state=self.state,
|
|
143
155
|
status=self.status,
|
|
144
156
|
tags=self.tags)
|
|
145
157
|
|
|
@@ -165,6 +177,7 @@ def get_account(account_id: Optional[_builtins.str] = None,
|
|
|
165
177
|
joined_method=pulumi.get(__ret__, 'joined_method'),
|
|
166
178
|
joined_timestamp=pulumi.get(__ret__, 'joined_timestamp'),
|
|
167
179
|
parent_ids=pulumi.get(__ret__, 'parent_ids'),
|
|
180
|
+
state=pulumi.get(__ret__, 'state'),
|
|
168
181
|
status=pulumi.get(__ret__, 'status'),
|
|
169
182
|
tags=pulumi.get(__ret__, 'tags'))
|
|
170
183
|
def get_account_output(account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
@@ -187,5 +200,6 @@ def get_account_output(account_id: Optional[pulumi.Input[_builtins.str]] = None,
|
|
|
187
200
|
joined_method=pulumi.get(__response__, 'joined_method'),
|
|
188
201
|
joined_timestamp=pulumi.get(__response__, 'joined_timestamp'),
|
|
189
202
|
parent_ids=pulumi.get(__response__, 'parent_ids'),
|
|
203
|
+
state=pulumi.get(__response__, 'state'),
|
|
190
204
|
status=pulumi.get(__response__, 'status'),
|
|
191
205
|
tags=pulumi.get(__response__, 'tags')))
|
|
@@ -24,6 +24,8 @@ __all__ = [
|
|
|
24
24
|
'PipelineLogPublishingOptionsCloudWatchLogDestinationPropertiesArgsDict',
|
|
25
25
|
'PipelineLogPublishingOptionsArgs',
|
|
26
26
|
'PipelineLogPublishingOptionsArgsDict',
|
|
27
|
+
'PipelineResourcePolicyArgs',
|
|
28
|
+
'PipelineResourcePolicyArgsDict',
|
|
27
29
|
'PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgs',
|
|
28
30
|
'PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgsDict',
|
|
29
31
|
'PipelineVpcOptionsArgs',
|
|
@@ -186,6 +188,28 @@ class PipelineLogPublishingOptionsArgs:
|
|
|
186
188
|
pulumi.set(self, "is_logging_enabled", value)
|
|
187
189
|
|
|
188
190
|
|
|
191
|
+
if not MYPY:
|
|
192
|
+
class PipelineResourcePolicyArgsDict(TypedDict):
|
|
193
|
+
policy: Any
|
|
194
|
+
elif False:
|
|
195
|
+
PipelineResourcePolicyArgsDict: TypeAlias = Mapping[str, Any]
|
|
196
|
+
|
|
197
|
+
@pulumi.input_type
|
|
198
|
+
class PipelineResourcePolicyArgs:
|
|
199
|
+
def __init__(__self__, *,
|
|
200
|
+
policy: Any):
|
|
201
|
+
pulumi.set(__self__, "policy", policy)
|
|
202
|
+
|
|
203
|
+
@_builtins.property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def policy(self) -> Any:
|
|
206
|
+
return pulumi.get(self, "policy")
|
|
207
|
+
|
|
208
|
+
@policy.setter
|
|
209
|
+
def policy(self, value: Any):
|
|
210
|
+
pulumi.set(self, "policy", value)
|
|
211
|
+
|
|
212
|
+
|
|
189
213
|
if not MYPY:
|
|
190
214
|
class PipelineVpcOptionsVpcAttachmentOptionsPropertiesArgsDict(TypedDict):
|
|
191
215
|
"""
|
|
@@ -26,7 +26,7 @@ __all__ = [
|
|
|
26
26
|
|
|
27
27
|
@pulumi.output_type
|
|
28
28
|
class GetPipelineResult:
|
|
29
|
-
def __init__(__self__, buffer_options=None, encryption_at_rest_options=None, ingest_endpoint_urls=None, log_publishing_options=None, max_units=None, min_units=None, pipeline_arn=None, pipeline_configuration_body=None, tags=None, vpc_endpoint_service=None, vpc_endpoints=None):
|
|
29
|
+
def __init__(__self__, buffer_options=None, encryption_at_rest_options=None, ingest_endpoint_urls=None, log_publishing_options=None, max_units=None, min_units=None, pipeline_arn=None, pipeline_configuration_body=None, pipeline_role_arn=None, resource_policy=None, tags=None, vpc_endpoint_service=None, vpc_endpoints=None):
|
|
30
30
|
if buffer_options and not isinstance(buffer_options, dict):
|
|
31
31
|
raise TypeError("Expected argument 'buffer_options' to be a dict")
|
|
32
32
|
pulumi.set(__self__, "buffer_options", buffer_options)
|
|
@@ -51,6 +51,12 @@ class GetPipelineResult:
|
|
|
51
51
|
if pipeline_configuration_body and not isinstance(pipeline_configuration_body, str):
|
|
52
52
|
raise TypeError("Expected argument 'pipeline_configuration_body' to be a str")
|
|
53
53
|
pulumi.set(__self__, "pipeline_configuration_body", pipeline_configuration_body)
|
|
54
|
+
if pipeline_role_arn and not isinstance(pipeline_role_arn, str):
|
|
55
|
+
raise TypeError("Expected argument 'pipeline_role_arn' to be a str")
|
|
56
|
+
pulumi.set(__self__, "pipeline_role_arn", pipeline_role_arn)
|
|
57
|
+
if resource_policy and not isinstance(resource_policy, dict):
|
|
58
|
+
raise TypeError("Expected argument 'resource_policy' to be a dict")
|
|
59
|
+
pulumi.set(__self__, "resource_policy", resource_policy)
|
|
54
60
|
if tags and not isinstance(tags, list):
|
|
55
61
|
raise TypeError("Expected argument 'tags' to be a list")
|
|
56
62
|
pulumi.set(__self__, "tags", tags)
|
|
@@ -125,6 +131,19 @@ class GetPipelineResult:
|
|
|
125
131
|
"""
|
|
126
132
|
return pulumi.get(self, "pipeline_configuration_body")
|
|
127
133
|
|
|
134
|
+
@_builtins.property
|
|
135
|
+
@pulumi.getter(name="pipelineRoleArn")
|
|
136
|
+
def pipeline_role_arn(self) -> Optional[_builtins.str]:
|
|
137
|
+
"""
|
|
138
|
+
The Pipeline Role (ARN) for the pipeline.
|
|
139
|
+
"""
|
|
140
|
+
return pulumi.get(self, "pipeline_role_arn")
|
|
141
|
+
|
|
142
|
+
@_builtins.property
|
|
143
|
+
@pulumi.getter(name="resourcePolicy")
|
|
144
|
+
def resource_policy(self) -> Optional['outputs.PipelineResourcePolicy']:
|
|
145
|
+
return pulumi.get(self, "resource_policy")
|
|
146
|
+
|
|
128
147
|
@_builtins.property
|
|
129
148
|
@pulumi.getter
|
|
130
149
|
def tags(self) -> Optional[Sequence['_root_outputs.Tag']]:
|
|
@@ -164,6 +183,8 @@ class AwaitableGetPipelineResult(GetPipelineResult):
|
|
|
164
183
|
min_units=self.min_units,
|
|
165
184
|
pipeline_arn=self.pipeline_arn,
|
|
166
185
|
pipeline_configuration_body=self.pipeline_configuration_body,
|
|
186
|
+
pipeline_role_arn=self.pipeline_role_arn,
|
|
187
|
+
resource_policy=self.resource_policy,
|
|
167
188
|
tags=self.tags,
|
|
168
189
|
vpc_endpoint_service=self.vpc_endpoint_service,
|
|
169
190
|
vpc_endpoints=self.vpc_endpoints)
|
|
@@ -191,6 +212,8 @@ def get_pipeline(pipeline_arn: Optional[_builtins.str] = None,
|
|
|
191
212
|
min_units=pulumi.get(__ret__, 'min_units'),
|
|
192
213
|
pipeline_arn=pulumi.get(__ret__, 'pipeline_arn'),
|
|
193
214
|
pipeline_configuration_body=pulumi.get(__ret__, 'pipeline_configuration_body'),
|
|
215
|
+
pipeline_role_arn=pulumi.get(__ret__, 'pipeline_role_arn'),
|
|
216
|
+
resource_policy=pulumi.get(__ret__, 'resource_policy'),
|
|
194
217
|
tags=pulumi.get(__ret__, 'tags'),
|
|
195
218
|
vpc_endpoint_service=pulumi.get(__ret__, 'vpc_endpoint_service'),
|
|
196
219
|
vpc_endpoints=pulumi.get(__ret__, 'vpc_endpoints'))
|
|
@@ -215,6 +238,8 @@ def get_pipeline_output(pipeline_arn: Optional[pulumi.Input[_builtins.str]] = No
|
|
|
215
238
|
min_units=pulumi.get(__response__, 'min_units'),
|
|
216
239
|
pipeline_arn=pulumi.get(__response__, 'pipeline_arn'),
|
|
217
240
|
pipeline_configuration_body=pulumi.get(__response__, 'pipeline_configuration_body'),
|
|
241
|
+
pipeline_role_arn=pulumi.get(__response__, 'pipeline_role_arn'),
|
|
242
|
+
resource_policy=pulumi.get(__response__, 'resource_policy'),
|
|
218
243
|
tags=pulumi.get(__response__, 'tags'),
|
|
219
244
|
vpc_endpoint_service=pulumi.get(__response__, 'vpc_endpoint_service'),
|
|
220
245
|
vpc_endpoints=pulumi.get(__response__, 'vpc_endpoints')))
|
|
@@ -21,6 +21,7 @@ __all__ = [
|
|
|
21
21
|
'PipelineEncryptionAtRestOptions',
|
|
22
22
|
'PipelineLogPublishingOptions',
|
|
23
23
|
'PipelineLogPublishingOptionsCloudWatchLogDestinationProperties',
|
|
24
|
+
'PipelineResourcePolicy',
|
|
24
25
|
'PipelineVpcEndpoint',
|
|
25
26
|
'PipelineVpcOptions',
|
|
26
27
|
'PipelineVpcOptionsVpcAttachmentOptionsProperties',
|
|
@@ -193,6 +194,18 @@ class PipelineLogPublishingOptionsCloudWatchLogDestinationProperties(dict):
|
|
|
193
194
|
return pulumi.get(self, "log_group")
|
|
194
195
|
|
|
195
196
|
|
|
197
|
+
@pulumi.output_type
|
|
198
|
+
class PipelineResourcePolicy(dict):
|
|
199
|
+
def __init__(__self__, *,
|
|
200
|
+
policy: Any):
|
|
201
|
+
pulumi.set(__self__, "policy", policy)
|
|
202
|
+
|
|
203
|
+
@_builtins.property
|
|
204
|
+
@pulumi.getter
|
|
205
|
+
def policy(self) -> Any:
|
|
206
|
+
return pulumi.get(self, "policy")
|
|
207
|
+
|
|
208
|
+
|
|
196
209
|
@pulumi.output_type
|
|
197
210
|
class PipelineVpcEndpoint(dict):
|
|
198
211
|
"""
|
|
@@ -31,6 +31,8 @@ class PipelineArgs:
|
|
|
31
31
|
encryption_at_rest_options: Optional[pulumi.Input['PipelineEncryptionAtRestOptionsArgs']] = None,
|
|
32
32
|
log_publishing_options: Optional[pulumi.Input['PipelineLogPublishingOptionsArgs']] = None,
|
|
33
33
|
pipeline_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
34
|
+
pipeline_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
35
|
+
resource_policy: Optional[pulumi.Input['PipelineResourcePolicyArgs']] = None,
|
|
34
36
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]] = None,
|
|
35
37
|
vpc_options: Optional[pulumi.Input['PipelineVpcOptionsArgs']] = None):
|
|
36
38
|
"""
|
|
@@ -42,6 +44,7 @@ class PipelineArgs:
|
|
|
42
44
|
:param pulumi.Input['PipelineEncryptionAtRestOptionsArgs'] encryption_at_rest_options: Options to control how OpenSearch encrypts buffer data.
|
|
43
45
|
:param pulumi.Input['PipelineLogPublishingOptionsArgs'] log_publishing_options: Key-value pairs that represent log publishing settings.
|
|
44
46
|
:param pulumi.Input[_builtins.str] pipeline_name: Name of the OpenSearch Ingestion Service pipeline to create. Pipeline names are unique across the pipelines owned by an account within an AWS Region.
|
|
47
|
+
:param pulumi.Input[_builtins.str] pipeline_role_arn: The Pipeline Role (ARN) for the pipeline.
|
|
45
48
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: An array of key-value pairs to apply to this resource.
|
|
46
49
|
:param pulumi.Input['PipelineVpcOptionsArgs'] vpc_options: Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
|
|
47
50
|
"""
|
|
@@ -56,6 +59,10 @@ class PipelineArgs:
|
|
|
56
59
|
pulumi.set(__self__, "log_publishing_options", log_publishing_options)
|
|
57
60
|
if pipeline_name is not None:
|
|
58
61
|
pulumi.set(__self__, "pipeline_name", pipeline_name)
|
|
62
|
+
if pipeline_role_arn is not None:
|
|
63
|
+
pulumi.set(__self__, "pipeline_role_arn", pipeline_role_arn)
|
|
64
|
+
if resource_policy is not None:
|
|
65
|
+
pulumi.set(__self__, "resource_policy", resource_policy)
|
|
59
66
|
if tags is not None:
|
|
60
67
|
pulumi.set(__self__, "tags", tags)
|
|
61
68
|
if vpc_options is not None:
|
|
@@ -145,6 +152,27 @@ class PipelineArgs:
|
|
|
145
152
|
def pipeline_name(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
146
153
|
pulumi.set(self, "pipeline_name", value)
|
|
147
154
|
|
|
155
|
+
@_builtins.property
|
|
156
|
+
@pulumi.getter(name="pipelineRoleArn")
|
|
157
|
+
def pipeline_role_arn(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
158
|
+
"""
|
|
159
|
+
The Pipeline Role (ARN) for the pipeline.
|
|
160
|
+
"""
|
|
161
|
+
return pulumi.get(self, "pipeline_role_arn")
|
|
162
|
+
|
|
163
|
+
@pipeline_role_arn.setter
|
|
164
|
+
def pipeline_role_arn(self, value: Optional[pulumi.Input[_builtins.str]]):
|
|
165
|
+
pulumi.set(self, "pipeline_role_arn", value)
|
|
166
|
+
|
|
167
|
+
@_builtins.property
|
|
168
|
+
@pulumi.getter(name="resourcePolicy")
|
|
169
|
+
def resource_policy(self) -> Optional[pulumi.Input['PipelineResourcePolicyArgs']]:
|
|
170
|
+
return pulumi.get(self, "resource_policy")
|
|
171
|
+
|
|
172
|
+
@resource_policy.setter
|
|
173
|
+
def resource_policy(self, value: Optional[pulumi.Input['PipelineResourcePolicyArgs']]):
|
|
174
|
+
pulumi.set(self, "resource_policy", value)
|
|
175
|
+
|
|
148
176
|
@_builtins.property
|
|
149
177
|
@pulumi.getter
|
|
150
178
|
def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]]]:
|
|
@@ -183,6 +211,8 @@ class Pipeline(pulumi.CustomResource):
|
|
|
183
211
|
min_units: Optional[pulumi.Input[_builtins.int]] = None,
|
|
184
212
|
pipeline_configuration_body: Optional[pulumi.Input[_builtins.str]] = None,
|
|
185
213
|
pipeline_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
214
|
+
pipeline_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
215
|
+
resource_policy: Optional[pulumi.Input[Union['PipelineResourcePolicyArgs', 'PipelineResourcePolicyArgsDict']]] = None,
|
|
186
216
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
187
217
|
vpc_options: Optional[pulumi.Input[Union['PipelineVpcOptionsArgs', 'PipelineVpcOptionsArgsDict']]] = None,
|
|
188
218
|
__props__=None):
|
|
@@ -198,6 +228,7 @@ class Pipeline(pulumi.CustomResource):
|
|
|
198
228
|
:param pulumi.Input[_builtins.int] min_units: The minimum pipeline capacity, in Ingestion OpenSearch Compute Units (OCUs).
|
|
199
229
|
:param pulumi.Input[_builtins.str] pipeline_configuration_body: The Data Prepper pipeline configuration.
|
|
200
230
|
:param pulumi.Input[_builtins.str] pipeline_name: Name of the OpenSearch Ingestion Service pipeline to create. Pipeline names are unique across the pipelines owned by an account within an AWS Region.
|
|
231
|
+
:param pulumi.Input[_builtins.str] pipeline_role_arn: The Pipeline Role (ARN) for the pipeline.
|
|
201
232
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: An array of key-value pairs to apply to this resource.
|
|
202
233
|
:param pulumi.Input[Union['PipelineVpcOptionsArgs', 'PipelineVpcOptionsArgsDict']] vpc_options: Options that specify the subnets and security groups for an OpenSearch Ingestion VPC endpoint.
|
|
203
234
|
"""
|
|
@@ -232,6 +263,8 @@ class Pipeline(pulumi.CustomResource):
|
|
|
232
263
|
min_units: Optional[pulumi.Input[_builtins.int]] = None,
|
|
233
264
|
pipeline_configuration_body: Optional[pulumi.Input[_builtins.str]] = None,
|
|
234
265
|
pipeline_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
266
|
+
pipeline_role_arn: Optional[pulumi.Input[_builtins.str]] = None,
|
|
267
|
+
resource_policy: Optional[pulumi.Input[Union['PipelineResourcePolicyArgs', 'PipelineResourcePolicyArgsDict']]] = None,
|
|
235
268
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]]] = None,
|
|
236
269
|
vpc_options: Optional[pulumi.Input[Union['PipelineVpcOptionsArgs', 'PipelineVpcOptionsArgsDict']]] = None,
|
|
237
270
|
__props__=None):
|
|
@@ -256,6 +289,8 @@ class Pipeline(pulumi.CustomResource):
|
|
|
256
289
|
raise TypeError("Missing required property 'pipeline_configuration_body'")
|
|
257
290
|
__props__.__dict__["pipeline_configuration_body"] = pipeline_configuration_body
|
|
258
291
|
__props__.__dict__["pipeline_name"] = pipeline_name
|
|
292
|
+
__props__.__dict__["pipeline_role_arn"] = pipeline_role_arn
|
|
293
|
+
__props__.__dict__["resource_policy"] = resource_policy
|
|
259
294
|
__props__.__dict__["tags"] = tags
|
|
260
295
|
__props__.__dict__["vpc_options"] = vpc_options
|
|
261
296
|
__props__.__dict__["ingest_endpoint_urls"] = None
|
|
@@ -295,6 +330,8 @@ class Pipeline(pulumi.CustomResource):
|
|
|
295
330
|
__props__.__dict__["pipeline_arn"] = None
|
|
296
331
|
__props__.__dict__["pipeline_configuration_body"] = None
|
|
297
332
|
__props__.__dict__["pipeline_name"] = None
|
|
333
|
+
__props__.__dict__["pipeline_role_arn"] = None
|
|
334
|
+
__props__.__dict__["resource_policy"] = None
|
|
298
335
|
__props__.__dict__["tags"] = None
|
|
299
336
|
__props__.__dict__["vpc_endpoint_service"] = None
|
|
300
337
|
__props__.__dict__["vpc_endpoints"] = None
|
|
@@ -373,6 +410,19 @@ class Pipeline(pulumi.CustomResource):
|
|
|
373
410
|
"""
|
|
374
411
|
return pulumi.get(self, "pipeline_name")
|
|
375
412
|
|
|
413
|
+
@_builtins.property
|
|
414
|
+
@pulumi.getter(name="pipelineRoleArn")
|
|
415
|
+
def pipeline_role_arn(self) -> pulumi.Output[Optional[_builtins.str]]:
|
|
416
|
+
"""
|
|
417
|
+
The Pipeline Role (ARN) for the pipeline.
|
|
418
|
+
"""
|
|
419
|
+
return pulumi.get(self, "pipeline_role_arn")
|
|
420
|
+
|
|
421
|
+
@_builtins.property
|
|
422
|
+
@pulumi.getter(name="resourcePolicy")
|
|
423
|
+
def resource_policy(self) -> pulumi.Output[Optional['outputs.PipelineResourcePolicy']]:
|
|
424
|
+
return pulumi.get(self, "resource_policy")
|
|
425
|
+
|
|
376
426
|
@_builtins.property
|
|
377
427
|
@pulumi.getter
|
|
378
428
|
def tags(self) -> pulumi.Output[Optional[Sequence['_root_outputs.Tag']]]:
|
|
@@ -308,7 +308,7 @@ if not MYPY:
|
|
|
308
308
|
class ApplicationQuickSightConfigurationArgsDict(TypedDict):
|
|
309
309
|
client_namespace: pulumi.Input[_builtins.str]
|
|
310
310
|
"""
|
|
311
|
-
The Amazon
|
|
311
|
+
The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
312
312
|
"""
|
|
313
313
|
elif False:
|
|
314
314
|
ApplicationQuickSightConfigurationArgsDict: TypeAlias = Mapping[str, Any]
|
|
@@ -318,7 +318,7 @@ class ApplicationQuickSightConfigurationArgs:
|
|
|
318
318
|
def __init__(__self__, *,
|
|
319
319
|
client_namespace: pulumi.Input[_builtins.str]):
|
|
320
320
|
"""
|
|
321
|
-
:param pulumi.Input[_builtins.str] client_namespace: The Amazon
|
|
321
|
+
:param pulumi.Input[_builtins.str] client_namespace: The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
322
322
|
"""
|
|
323
323
|
pulumi.set(__self__, "client_namespace", client_namespace)
|
|
324
324
|
|
|
@@ -326,7 +326,7 @@ class ApplicationQuickSightConfigurationArgs:
|
|
|
326
326
|
@pulumi.getter(name="clientNamespace")
|
|
327
327
|
def client_namespace(self) -> pulumi.Input[_builtins.str]:
|
|
328
328
|
"""
|
|
329
|
-
The Amazon
|
|
329
|
+
The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
330
330
|
"""
|
|
331
331
|
return pulumi.get(self, "client_namespace")
|
|
332
332
|
|
|
@@ -53,7 +53,7 @@ class ApplicationArgs:
|
|
|
53
53
|
:param pulumi.Input['ApplicationIdentityType'] identity_type: The authentication type being used by a Amazon Q Business application.
|
|
54
54
|
:param pulumi.Input['ApplicationPersonalizationConfigurationArgs'] personalization_configuration: Configuration information about chat response personalization. For more information, see [Personalizing chat responses](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html) .
|
|
55
55
|
:param pulumi.Input['ApplicationQAppsConfigurationArgs'] q_apps_configuration: Configuration information about Amazon Q Apps.
|
|
56
|
-
:param pulumi.Input['ApplicationQuickSightConfigurationArgs'] quick_sight_configuration: The Amazon
|
|
56
|
+
:param pulumi.Input['ApplicationQuickSightConfigurationArgs'] quick_sight_configuration: The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
|
|
57
57
|
:param pulumi.Input[_builtins.str] role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a [service linked role (SLR)](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions) and use it as the application's role.
|
|
58
58
|
:param pulumi.Input[Sequence[pulumi.Input['_root_inputs.TagArgs']]] tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
|
|
59
59
|
"""
|
|
@@ -223,7 +223,7 @@ class ApplicationArgs:
|
|
|
223
223
|
@pulumi.getter(name="quickSightConfiguration")
|
|
224
224
|
def quick_sight_configuration(self) -> Optional[pulumi.Input['ApplicationQuickSightConfigurationArgs']]:
|
|
225
225
|
"""
|
|
226
|
-
The Amazon
|
|
226
|
+
The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
|
|
227
227
|
"""
|
|
228
228
|
return pulumi.get(self, "quick_sight_configuration")
|
|
229
229
|
|
|
@@ -295,7 +295,7 @@ class Application(pulumi.CustomResource):
|
|
|
295
295
|
:param pulumi.Input['ApplicationIdentityType'] identity_type: The authentication type being used by a Amazon Q Business application.
|
|
296
296
|
:param pulumi.Input[Union['ApplicationPersonalizationConfigurationArgs', 'ApplicationPersonalizationConfigurationArgsDict']] personalization_configuration: Configuration information about chat response personalization. For more information, see [Personalizing chat responses](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/personalizing-chat-responses.html) .
|
|
297
297
|
:param pulumi.Input[Union['ApplicationQAppsConfigurationArgs', 'ApplicationQAppsConfigurationArgsDict']] q_apps_configuration: Configuration information about Amazon Q Apps.
|
|
298
|
-
:param pulumi.Input[Union['ApplicationQuickSightConfigurationArgs', 'ApplicationQuickSightConfigurationArgsDict']] quick_sight_configuration: The Amazon
|
|
298
|
+
:param pulumi.Input[Union['ApplicationQuickSightConfigurationArgs', 'ApplicationQuickSightConfigurationArgsDict']] quick_sight_configuration: The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
|
|
299
299
|
:param pulumi.Input[_builtins.str] role_arn: The Amazon Resource Name (ARN) of an IAM role with permissions to access your Amazon CloudWatch logs and metrics. If this property is not specified, Amazon Q Business will create a [service linked role (SLR)](https://docs.aws.amazon.com/amazonq/latest/qbusiness-ug/using-service-linked-roles.html#slr-permissions) and use it as the application's role.
|
|
300
300
|
:param pulumi.Input[Sequence[pulumi.Input[Union['_root_inputs.TagArgs', '_root_inputs.TagArgsDict']]]] tags: A list of key-value pairs that identify or categorize your Amazon Q Business application. You can also use tags to help control access to the application. Tag keys and values can consist of Unicode letters, digits, white space, and any of the following symbols: _ . : / = + - @.
|
|
301
301
|
"""
|
|
@@ -540,7 +540,7 @@ class Application(pulumi.CustomResource):
|
|
|
540
540
|
@pulumi.getter(name="quickSightConfiguration")
|
|
541
541
|
def quick_sight_configuration(self) -> pulumi.Output[Optional['outputs.ApplicationQuickSightConfiguration']]:
|
|
542
542
|
"""
|
|
543
|
-
The Amazon
|
|
543
|
+
The Amazon Quick Suite configuration for an Amazon Q Business application that uses Quick Suite as the identity provider.
|
|
544
544
|
"""
|
|
545
545
|
return pulumi.get(self, "quick_sight_configuration")
|
|
546
546
|
|
|
@@ -287,7 +287,7 @@ class ApplicationQuickSightConfiguration(dict):
|
|
|
287
287
|
def __init__(__self__, *,
|
|
288
288
|
client_namespace: _builtins.str):
|
|
289
289
|
"""
|
|
290
|
-
:param _builtins.str client_namespace: The Amazon
|
|
290
|
+
:param _builtins.str client_namespace: The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
291
291
|
"""
|
|
292
292
|
pulumi.set(__self__, "client_namespace", client_namespace)
|
|
293
293
|
|
|
@@ -295,7 +295,7 @@ class ApplicationQuickSightConfiguration(dict):
|
|
|
295
295
|
@pulumi.getter(name="clientNamespace")
|
|
296
296
|
def client_namespace(self) -> _builtins.str:
|
|
297
297
|
"""
|
|
298
|
-
The Amazon
|
|
298
|
+
The Amazon Quick Suite namespace that is used as the identity provider. For more information about Quick Suite namespaces, see [Namespace operations](https://docs.aws.amazon.com/quicksight/latest/developerguide/namespace-operations.html) .
|
|
299
299
|
"""
|
|
300
300
|
return pulumi.get(self, "client_namespace")
|
|
301
301
|
|
|
@@ -2551,7 +2551,7 @@ class RefreshScheduleMapRefreshType(_builtins.str, Enum):
|
|
|
2551
2551
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
2552
2552
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
2553
2553
|
|
|
2554
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
2554
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
2555
2555
|
"""
|
|
2556
2556
|
FULL_REFRESH = "FULL_REFRESH"
|
|
2557
2557
|
INCREMENTAL_REFRESH = "INCREMENTAL_REFRESH"
|
|
@@ -38331,7 +38331,7 @@ if not MYPY:
|
|
|
38331
38331
|
"""
|
|
38332
38332
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
38333
38333
|
"""
|
|
38334
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
38334
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
38335
38335
|
"""
|
|
38336
38336
|
parameter_controls: NotRequired[pulumi.Input[Sequence[pulumi.Input['AnalysisParameterControlArgsDict']]]]
|
|
38337
38337
|
"""
|
|
@@ -38387,7 +38387,7 @@ class AnalysisSheetDefinitionArgs:
|
|
|
38387
38387
|
:param pulumi.Input[Sequence[pulumi.Input['AnalysisLayoutArgs']]] layouts: Layouts define how the components of a sheet are arranged.
|
|
38388
38388
|
|
|
38389
38389
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
38390
|
-
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
38390
|
+
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
38391
38391
|
:param pulumi.Input[Sequence[pulumi.Input['AnalysisParameterControlArgs']]] parameter_controls: The list of parameter controls that are on a sheet.
|
|
38392
38392
|
|
|
38393
38393
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -38503,7 +38503,7 @@ class AnalysisSheetDefinitionArgs:
|
|
|
38503
38503
|
@pulumi.getter
|
|
38504
38504
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
38505
38505
|
"""
|
|
38506
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
38506
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
38507
38507
|
"""
|
|
38508
38508
|
return pulumi.get(self, "name")
|
|
38509
38509
|
|
|
@@ -83259,7 +83259,7 @@ if not MYPY:
|
|
|
83259
83259
|
"""
|
|
83260
83260
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
83261
83261
|
"""
|
|
83262
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
83262
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
83263
83263
|
"""
|
|
83264
83264
|
parameter_controls: NotRequired[pulumi.Input[Sequence[pulumi.Input['DashboardParameterControlArgsDict']]]]
|
|
83265
83265
|
"""
|
|
@@ -83315,7 +83315,7 @@ class DashboardSheetDefinitionArgs:
|
|
|
83315
83315
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardLayoutArgs']]] layouts: Layouts define how the components of a sheet are arranged.
|
|
83316
83316
|
|
|
83317
83317
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
83318
|
-
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
83318
|
+
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
83319
83319
|
:param pulumi.Input[Sequence[pulumi.Input['DashboardParameterControlArgs']]] parameter_controls: The list of parameter controls that are on a sheet.
|
|
83320
83320
|
|
|
83321
83321
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -83431,7 +83431,7 @@ class DashboardSheetDefinitionArgs:
|
|
|
83431
83431
|
@pulumi.getter
|
|
83432
83432
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
83433
83433
|
"""
|
|
83434
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
83434
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
83435
83435
|
"""
|
|
83436
83436
|
return pulumi.get(self, "name")
|
|
83437
83437
|
|
|
@@ -99108,7 +99108,7 @@ if not MYPY:
|
|
|
99108
99108
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
99109
99109
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
99110
99110
|
|
|
99111
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
99111
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
99112
99112
|
"""
|
|
99113
99113
|
schedule_frequency: NotRequired[pulumi.Input['RefreshScheduleMapScheduleFrequencyPropertiesArgsDict']]
|
|
99114
99114
|
"""
|
|
@@ -99138,7 +99138,7 @@ class RefreshScheduleMapArgs:
|
|
|
99138
99138
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
99139
99139
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
99140
99140
|
|
|
99141
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
99141
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
99142
99142
|
:param pulumi.Input['RefreshScheduleMapScheduleFrequencyPropertiesArgs'] schedule_frequency: <p>Information about the schedule frequency.</p>
|
|
99143
99143
|
:param pulumi.Input[_builtins.str] schedule_id: <p>An unique identifier for the refresh schedule.</p>
|
|
99144
99144
|
:param pulumi.Input[_builtins.str] start_after_date_time: <p>The date time after which refresh is to be scheduled</p>
|
|
@@ -99161,7 +99161,7 @@ class RefreshScheduleMapArgs:
|
|
|
99161
99161
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
99162
99162
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
99163
99163
|
|
|
99164
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
99164
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
99165
99165
|
"""
|
|
99166
99166
|
return pulumi.get(self, "refresh_type")
|
|
99167
99167
|
|
|
@@ -131618,7 +131618,7 @@ if not MYPY:
|
|
|
131618
131618
|
"""
|
|
131619
131619
|
name: NotRequired[pulumi.Input[_builtins.str]]
|
|
131620
131620
|
"""
|
|
131621
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
131621
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
131622
131622
|
"""
|
|
131623
131623
|
parameter_controls: NotRequired[pulumi.Input[Sequence[pulumi.Input['TemplateParameterControlArgsDict']]]]
|
|
131624
131624
|
"""
|
|
@@ -131674,7 +131674,7 @@ class TemplateSheetDefinitionArgs:
|
|
|
131674
131674
|
:param pulumi.Input[Sequence[pulumi.Input['TemplateLayoutArgs']]] layouts: Layouts define how the components of a sheet are arranged.
|
|
131675
131675
|
|
|
131676
131676
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
131677
|
-
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
131677
|
+
:param pulumi.Input[_builtins.str] name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
131678
131678
|
:param pulumi.Input[Sequence[pulumi.Input['TemplateParameterControlArgs']]] parameter_controls: The list of parameter controls that are on a sheet.
|
|
131679
131679
|
|
|
131680
131680
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -131790,7 +131790,7 @@ class TemplateSheetDefinitionArgs:
|
|
|
131790
131790
|
@pulumi.getter
|
|
131791
131791
|
def name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
131792
131792
|
"""
|
|
131793
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
131793
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
131794
131794
|
"""
|
|
131795
131795
|
return pulumi.get(self, "name")
|
|
131796
131796
|
|
|
@@ -30322,7 +30322,7 @@ class AnalysisSheetDefinition(dict):
|
|
|
30322
30322
|
:param Sequence['AnalysisLayout'] layouts: Layouts define how the components of a sheet are arranged.
|
|
30323
30323
|
|
|
30324
30324
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
30325
|
-
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
30325
|
+
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
30326
30326
|
:param Sequence['AnalysisParameterControl'] parameter_controls: The list of parameter controls that are on a sheet.
|
|
30327
30327
|
|
|
30328
30328
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -30414,7 +30414,7 @@ class AnalysisSheetDefinition(dict):
|
|
|
30414
30414
|
@pulumi.getter
|
|
30415
30415
|
def name(self) -> Optional[_builtins.str]:
|
|
30416
30416
|
"""
|
|
30417
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
30417
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
30418
30418
|
"""
|
|
30419
30419
|
return pulumi.get(self, "name")
|
|
30420
30420
|
|
|
@@ -67147,7 +67147,7 @@ class DashboardSheetDefinition(dict):
|
|
|
67147
67147
|
:param Sequence['DashboardLayout'] layouts: Layouts define how the components of a sheet are arranged.
|
|
67148
67148
|
|
|
67149
67149
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
67150
|
-
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
67150
|
+
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
67151
67151
|
:param Sequence['DashboardParameterControl'] parameter_controls: The list of parameter controls that are on a sheet.
|
|
67152
67152
|
|
|
67153
67153
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -67239,7 +67239,7 @@ class DashboardSheetDefinition(dict):
|
|
|
67239
67239
|
@pulumi.getter
|
|
67240
67240
|
def name(self) -> Optional[_builtins.str]:
|
|
67241
67241
|
"""
|
|
67242
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
67242
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
67243
67243
|
"""
|
|
67244
67244
|
return pulumi.get(self, "name")
|
|
67245
67245
|
|
|
@@ -80162,7 +80162,7 @@ class RefreshScheduleMap(dict):
|
|
|
80162
80162
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
80163
80163
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
80164
80164
|
|
|
80165
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
80165
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
80166
80166
|
:param 'RefreshScheduleMapScheduleFrequencyProperties' schedule_frequency: <p>Information about the schedule frequency.</p>
|
|
80167
80167
|
:param _builtins.str schedule_id: <p>An unique identifier for the refresh schedule.</p>
|
|
80168
80168
|
:param _builtins.str start_after_date_time: <p>The date time after which refresh is to be scheduled</p>
|
|
@@ -80185,7 +80185,7 @@ class RefreshScheduleMap(dict):
|
|
|
80185
80185
|
- `FULL_REFRESH` : A complete refresh of a dataset.
|
|
80186
80186
|
- `INCREMENTAL_REFRESH` : A partial refresh of some rows of a dataset, based on the time window specified.
|
|
80187
80187
|
|
|
80188
|
-
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *
|
|
80188
|
+
For more information on full and incremental refreshes, see [Refreshing SPICE data](https://docs.aws.amazon.com/quicksight/latest/user/refreshing-imported-data.html) in the *Quick Suite User Guide* .
|
|
80189
80189
|
"""
|
|
80190
80190
|
return pulumi.get(self, "refresh_type")
|
|
80191
80191
|
|
|
@@ -107015,7 +107015,7 @@ class TemplateSheetDefinition(dict):
|
|
|
107015
107015
|
:param Sequence['TemplateLayout'] layouts: Layouts define how the components of a sheet are arranged.
|
|
107016
107016
|
|
|
107017
107017
|
For more information, see [Types of layout](https://docs.aws.amazon.com/quicksight/latest/user/types-of-layout.html) in the *Amazon Quick Suite User Guide* .
|
|
107018
|
-
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the
|
|
107018
|
+
:param _builtins.str name: The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
107019
107019
|
:param Sequence['TemplateParameterControl'] parameter_controls: The list of parameter controls that are on a sheet.
|
|
107020
107020
|
|
|
107021
107021
|
For more information, see [Using a Control with a Parameter in Amazon Quick Sight](https://docs.aws.amazon.com/quicksight/latest/user/parameters-controls.html) in the *Amazon Quick Suite User Guide* .
|
|
@@ -107107,7 +107107,7 @@ class TemplateSheetDefinition(dict):
|
|
|
107107
107107
|
@pulumi.getter
|
|
107108
107108
|
def name(self) -> Optional[_builtins.str]:
|
|
107109
107109
|
"""
|
|
107110
|
-
The name of the sheet. This name is displayed on the sheet's tab in the
|
|
107110
|
+
The name of the sheet. This name is displayed on the sheet's tab in the Quick Suite console.
|
|
107111
107111
|
"""
|
|
107112
107112
|
return pulumi.get(self, "name")
|
|
107113
107113
|
|