pulumi-aws-native 1.38.0a1761026291__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.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/METADATA +1 -1
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/RECORD +187 -155
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/WHEEL +0 -0
- {pulumi_aws_native-1.38.0a1761026291.dist-info → pulumi_aws_native-1.39.0a1762409198.dist-info}/top_level.txt +0 -0
pulumi_aws_native/__init__.py
CHANGED
|
@@ -407,6 +407,8 @@ if typing.TYPE_CHECKING:
|
|
|
407
407
|
route53recoveryreadiness = __route53recoveryreadiness
|
|
408
408
|
import pulumi_aws_native.route53resolver as __route53resolver
|
|
409
409
|
route53resolver = __route53resolver
|
|
410
|
+
import pulumi_aws_native.rtbfabric as __rtbfabric
|
|
411
|
+
rtbfabric = __rtbfabric
|
|
410
412
|
import pulumi_aws_native.rum as __rum
|
|
411
413
|
rum = __rum
|
|
412
414
|
import pulumi_aws_native.s3 as __s3
|
|
@@ -419,6 +421,8 @@ if typing.TYPE_CHECKING:
|
|
|
419
421
|
s3outposts = __s3outposts
|
|
420
422
|
import pulumi_aws_native.s3tables as __s3tables
|
|
421
423
|
s3tables = __s3tables
|
|
424
|
+
import pulumi_aws_native.s3vectors as __s3vectors
|
|
425
|
+
s3vectors = __s3vectors
|
|
422
426
|
import pulumi_aws_native.sagemaker as __sagemaker
|
|
423
427
|
sagemaker = __sagemaker
|
|
424
428
|
import pulumi_aws_native.scheduler as __scheduler
|
|
@@ -684,12 +688,14 @@ else:
|
|
|
684
688
|
route53recoverycontrol = _utilities.lazy_import('pulumi_aws_native.route53recoverycontrol')
|
|
685
689
|
route53recoveryreadiness = _utilities.lazy_import('pulumi_aws_native.route53recoveryreadiness')
|
|
686
690
|
route53resolver = _utilities.lazy_import('pulumi_aws_native.route53resolver')
|
|
691
|
+
rtbfabric = _utilities.lazy_import('pulumi_aws_native.rtbfabric')
|
|
687
692
|
rum = _utilities.lazy_import('pulumi_aws_native.rum')
|
|
688
693
|
s3 = _utilities.lazy_import('pulumi_aws_native.s3')
|
|
689
694
|
s3express = _utilities.lazy_import('pulumi_aws_native.s3express')
|
|
690
695
|
s3objectlambda = _utilities.lazy_import('pulumi_aws_native.s3objectlambda')
|
|
691
696
|
s3outposts = _utilities.lazy_import('pulumi_aws_native.s3outposts')
|
|
692
697
|
s3tables = _utilities.lazy_import('pulumi_aws_native.s3tables')
|
|
698
|
+
s3vectors = _utilities.lazy_import('pulumi_aws_native.s3vectors')
|
|
693
699
|
sagemaker = _utilities.lazy_import('pulumi_aws_native.sagemaker')
|
|
694
700
|
scheduler = _utilities.lazy_import('pulumi_aws_native.scheduler')
|
|
695
701
|
secretsmanager = _utilities.lazy_import('pulumi_aws_native.secretsmanager')
|
|
@@ -944,6 +950,7 @@ _utilities.register(
|
|
|
944
950
|
"mod": "aps",
|
|
945
951
|
"fqn": "pulumi_aws_native.aps",
|
|
946
952
|
"classes": {
|
|
953
|
+
"aws-native:aps:AnomalyDetector": "AnomalyDetector",
|
|
947
954
|
"aws-native:aps:ResourcePolicy": "ResourcePolicy",
|
|
948
955
|
"aws-native:aps:RuleGroupsNamespace": "RuleGroupsNamespace",
|
|
949
956
|
"aws-native:aps:Scraper": "Scraper",
|
|
@@ -1082,7 +1089,8 @@ _utilities.register(
|
|
|
1082
1089
|
"aws-native:bedrockagentcore:GatewayTarget": "GatewayTarget",
|
|
1083
1090
|
"aws-native:bedrockagentcore:Memory": "Memory",
|
|
1084
1091
|
"aws-native:bedrockagentcore:Runtime": "Runtime",
|
|
1085
|
-
"aws-native:bedrockagentcore:RuntimeEndpoint": "RuntimeEndpoint"
|
|
1092
|
+
"aws-native:bedrockagentcore:RuntimeEndpoint": "RuntimeEndpoint",
|
|
1093
|
+
"aws-native:bedrockagentcore:WorkloadIdentity": "WorkloadIdentity"
|
|
1086
1094
|
}
|
|
1087
1095
|
},
|
|
1088
1096
|
{
|
|
@@ -1319,6 +1327,7 @@ _utilities.register(
|
|
|
1319
1327
|
"aws-native:cognito:IdentityPoolRoleAttachment": "IdentityPoolRoleAttachment",
|
|
1320
1328
|
"aws-native:cognito:LogDeliveryConfiguration": "LogDeliveryConfiguration",
|
|
1321
1329
|
"aws-native:cognito:ManagedLoginBranding": "ManagedLoginBranding",
|
|
1330
|
+
"aws-native:cognito:Terms": "Terms",
|
|
1322
1331
|
"aws-native:cognito:UserPool": "UserPool",
|
|
1323
1332
|
"aws-native:cognito:UserPoolClient": "UserPoolClient",
|
|
1324
1333
|
"aws-native:cognito:UserPoolDomain": "UserPoolDomain",
|
|
@@ -1594,6 +1603,7 @@ _utilities.register(
|
|
|
1594
1603
|
"mod": "ec2",
|
|
1595
1604
|
"fqn": "pulumi_aws_native.ec2",
|
|
1596
1605
|
"classes": {
|
|
1606
|
+
"aws-native:ec2:CapacityManagerDataExport": "CapacityManagerDataExport",
|
|
1597
1607
|
"aws-native:ec2:CapacityReservation": "CapacityReservation",
|
|
1598
1608
|
"aws-native:ec2:CapacityReservationFleet": "CapacityReservationFleet",
|
|
1599
1609
|
"aws-native:ec2:CarrierGateway": "CarrierGateway",
|
|
@@ -1832,6 +1842,7 @@ _utilities.register(
|
|
|
1832
1842
|
"aws-native:events:Connection": "Connection",
|
|
1833
1843
|
"aws-native:events:Endpoint": "Endpoint",
|
|
1834
1844
|
"aws-native:events:EventBus": "EventBus",
|
|
1845
|
+
"aws-native:events:EventBusPolicy": "EventBusPolicy",
|
|
1835
1846
|
"aws-native:events:Rule": "Rule"
|
|
1836
1847
|
}
|
|
1837
1848
|
},
|
|
@@ -1970,6 +1981,7 @@ _utilities.register(
|
|
|
1970
1981
|
"classes": {
|
|
1971
1982
|
"aws-native:glue:Crawler": "Crawler",
|
|
1972
1983
|
"aws-native:glue:Database": "Database",
|
|
1984
|
+
"aws-native:glue:IntegrationResourceProperty": "IntegrationResourceProperty",
|
|
1973
1985
|
"aws-native:glue:Job": "Job",
|
|
1974
1986
|
"aws-native:glue:Registry": "Registry",
|
|
1975
1987
|
"aws-native:glue:Schema": "Schema",
|
|
@@ -3086,6 +3098,16 @@ _utilities.register(
|
|
|
3086
3098
|
"aws-native:route53resolver:ResolverRuleAssociation": "ResolverRuleAssociation"
|
|
3087
3099
|
}
|
|
3088
3100
|
},
|
|
3101
|
+
{
|
|
3102
|
+
"pkg": "aws-native",
|
|
3103
|
+
"mod": "rtbfabric",
|
|
3104
|
+
"fqn": "pulumi_aws_native.rtbfabric",
|
|
3105
|
+
"classes": {
|
|
3106
|
+
"aws-native:rtbfabric:Link": "Link",
|
|
3107
|
+
"aws-native:rtbfabric:RequesterGateway": "RequesterGateway",
|
|
3108
|
+
"aws-native:rtbfabric:ResponderGateway": "ResponderGateway"
|
|
3109
|
+
}
|
|
3110
|
+
},
|
|
3089
3111
|
{
|
|
3090
3112
|
"pkg": "aws-native",
|
|
3091
3113
|
"mod": "rum",
|
|
@@ -3153,6 +3175,16 @@ _utilities.register(
|
|
|
3153
3175
|
"aws-native:s3tables:TablePolicy": "TablePolicy"
|
|
3154
3176
|
}
|
|
3155
3177
|
},
|
|
3178
|
+
{
|
|
3179
|
+
"pkg": "aws-native",
|
|
3180
|
+
"mod": "s3vectors",
|
|
3181
|
+
"fqn": "pulumi_aws_native.s3vectors",
|
|
3182
|
+
"classes": {
|
|
3183
|
+
"aws-native:s3vectors:Index": "Index",
|
|
3184
|
+
"aws-native:s3vectors:VectorBucket": "VectorBucket",
|
|
3185
|
+
"aws-native:s3vectors:VectorBucketPolicy": "VectorBucketPolicy"
|
|
3186
|
+
}
|
|
3187
|
+
},
|
|
3156
3188
|
{
|
|
3157
3189
|
"pkg": "aws-native",
|
|
3158
3190
|
"mod": "sagemaker",
|
pulumi_aws_native/_enums.py
CHANGED
|
@@ -41,11 +41,7 @@ class BrokerDataReplicationMode0(_builtins.str, Enum):
|
|
|
41
41
|
@pulumi.type_token("aws-native:amazonmq:BrokerDeploymentMode")
|
|
42
42
|
class BrokerDeploymentMode(_builtins.str, Enum):
|
|
43
43
|
"""
|
|
44
|
-
The deployment mode
|
|
45
|
-
|
|
46
|
-
- `SINGLE_INSTANCE`
|
|
47
|
-
- `ACTIVE_STANDBY_MULTI_AZ`
|
|
48
|
-
- `CLUSTER_MULTI_AZ`
|
|
44
|
+
Required. The broker's deployment mode.
|
|
49
45
|
"""
|
|
50
46
|
SINGLE_INSTANCE = "SINGLE_INSTANCE"
|
|
51
47
|
ACTIVE_STANDBY_MULTI_AZ = "ACTIVE_STANDBY_MULTI_AZ"
|
|
@@ -55,11 +51,7 @@ class BrokerDeploymentMode(_builtins.str, Enum):
|
|
|
55
51
|
@pulumi.type_token("aws-native:amazonmq:BrokerDeploymentMode0")
|
|
56
52
|
class BrokerDeploymentMode0(_builtins.str, Enum):
|
|
57
53
|
"""
|
|
58
|
-
The deployment mode
|
|
59
|
-
|
|
60
|
-
- `SINGLE_INSTANCE`
|
|
61
|
-
- `ACTIVE_STANDBY_MULTI_AZ`
|
|
62
|
-
- `CLUSTER_MULTI_AZ`
|
|
54
|
+
Required. The broker's deployment mode.
|
|
63
55
|
"""
|
|
64
56
|
SINGLE_INSTANCE = "SINGLE_INSTANCE"
|
|
65
57
|
ACTIVE_STANDBY_MULTI_AZ = "ACTIVE_STANDBY_MULTI_AZ"
|
|
@@ -69,7 +61,7 @@ class BrokerDeploymentMode0(_builtins.str, Enum):
|
|
|
69
61
|
@pulumi.type_token("aws-native:amazonmq:BrokerEngineType")
|
|
70
62
|
class BrokerEngineType(_builtins.str, Enum):
|
|
71
63
|
"""
|
|
72
|
-
The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
|
|
64
|
+
Required. The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
|
|
73
65
|
"""
|
|
74
66
|
ACTIVEMQ = "ACTIVEMQ"
|
|
75
67
|
RABBITMQ = "RABBITMQ"
|
|
@@ -78,7 +70,7 @@ class BrokerEngineType(_builtins.str, Enum):
|
|
|
78
70
|
@pulumi.type_token("aws-native:amazonmq:BrokerEngineType0")
|
|
79
71
|
class BrokerEngineType0(_builtins.str, Enum):
|
|
80
72
|
"""
|
|
81
|
-
The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
|
|
73
|
+
Required. The type of broker engine. Currently, Amazon MQ supports `ACTIVEMQ` and `RABBITMQ` .
|
|
82
74
|
"""
|
|
83
75
|
ACTIVEMQ = "ACTIVEMQ"
|
|
84
76
|
RABBITMQ = "RABBITMQ"
|
|
@@ -36,7 +36,7 @@ if not MYPY:
|
|
|
36
36
|
class BrokerConfigurationIdArgsDict(TypedDict):
|
|
37
37
|
id: pulumi.Input[_builtins.str]
|
|
38
38
|
"""
|
|
39
|
-
The unique ID that Amazon MQ generates for the configuration.
|
|
39
|
+
Required. The unique ID that Amazon MQ generates for the configuration.
|
|
40
40
|
"""
|
|
41
41
|
revision: pulumi.Input[_builtins.int]
|
|
42
42
|
"""
|
|
@@ -51,7 +51,7 @@ class BrokerConfigurationIdArgs:
|
|
|
51
51
|
id: pulumi.Input[_builtins.str],
|
|
52
52
|
revision: pulumi.Input[_builtins.int]):
|
|
53
53
|
"""
|
|
54
|
-
:param pulumi.Input[_builtins.str] id: The unique ID that Amazon MQ generates for the configuration.
|
|
54
|
+
:param pulumi.Input[_builtins.str] id: Required. The unique ID that Amazon MQ generates for the configuration.
|
|
55
55
|
:param pulumi.Input[_builtins.int] revision: The revision number of the configuration.
|
|
56
56
|
"""
|
|
57
57
|
pulumi.set(__self__, "id", id)
|
|
@@ -61,7 +61,7 @@ class BrokerConfigurationIdArgs:
|
|
|
61
61
|
@pulumi.getter
|
|
62
62
|
def id(self) -> pulumi.Input[_builtins.str]:
|
|
63
63
|
"""
|
|
64
|
-
The unique ID that Amazon MQ generates for the configuration.
|
|
64
|
+
Required. The unique ID that Amazon MQ generates for the configuration.
|
|
65
65
|
"""
|
|
66
66
|
return pulumi.get(self, "id")
|
|
67
67
|
|
|
@@ -145,49 +145,16 @@ class BrokerEncryptionOptionsArgs:
|
|
|
145
145
|
if not MYPY:
|
|
146
146
|
class BrokerLdapServerMetadataArgsDict(TypedDict):
|
|
147
147
|
hosts: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]
|
|
148
|
-
"""
|
|
149
|
-
Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
|
|
150
|
-
"""
|
|
151
148
|
role_base: pulumi.Input[_builtins.str]
|
|
152
|
-
"""
|
|
153
|
-
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
154
|
-
"""
|
|
155
149
|
role_search_matching: pulumi.Input[_builtins.str]
|
|
156
|
-
"""
|
|
157
|
-
The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
|
|
158
|
-
"""
|
|
159
150
|
service_account_username: pulumi.Input[_builtins.str]
|
|
160
|
-
"""
|
|
161
|
-
Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
162
|
-
"""
|
|
163
151
|
user_base: pulumi.Input[_builtins.str]
|
|
164
|
-
"""
|
|
165
|
-
Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
166
|
-
"""
|
|
167
152
|
user_search_matching: pulumi.Input[_builtins.str]
|
|
168
|
-
"""
|
|
169
|
-
The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
170
|
-
"""
|
|
171
153
|
role_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
172
|
-
"""
|
|
173
|
-
The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
|
|
174
|
-
"""
|
|
175
154
|
role_search_subtree: NotRequired[pulumi.Input[_builtins.bool]]
|
|
176
|
-
"""
|
|
177
|
-
The directory search scope for the role. If set to true, scope is to search the entire subtree.
|
|
178
|
-
"""
|
|
179
155
|
service_account_password: NotRequired[pulumi.Input[_builtins.str]]
|
|
180
|
-
"""
|
|
181
|
-
Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
|
|
182
|
-
"""
|
|
183
156
|
user_role_name: NotRequired[pulumi.Input[_builtins.str]]
|
|
184
|
-
"""
|
|
185
|
-
The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
|
|
186
|
-
"""
|
|
187
157
|
user_search_subtree: NotRequired[pulumi.Input[_builtins.bool]]
|
|
188
|
-
"""
|
|
189
|
-
The directory search scope for the user. If set to true, scope is to search the entire subtree.
|
|
190
|
-
"""
|
|
191
158
|
elif False:
|
|
192
159
|
BrokerLdapServerMetadataArgsDict: TypeAlias = Mapping[str, Any]
|
|
193
160
|
|
|
@@ -205,19 +172,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
205
172
|
service_account_password: Optional[pulumi.Input[_builtins.str]] = None,
|
|
206
173
|
user_role_name: Optional[pulumi.Input[_builtins.str]] = None,
|
|
207
174
|
user_search_subtree: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
208
|
-
"""
|
|
209
|
-
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] hosts: Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
|
|
210
|
-
:param pulumi.Input[_builtins.str] role_base: The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
211
|
-
:param pulumi.Input[_builtins.str] role_search_matching: The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
|
|
212
|
-
:param pulumi.Input[_builtins.str] service_account_username: Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
213
|
-
:param pulumi.Input[_builtins.str] user_base: Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
214
|
-
:param pulumi.Input[_builtins.str] user_search_matching: The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
215
|
-
:param pulumi.Input[_builtins.str] role_name: The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
|
|
216
|
-
:param pulumi.Input[_builtins.bool] role_search_subtree: The directory search scope for the role. If set to true, scope is to search the entire subtree.
|
|
217
|
-
:param pulumi.Input[_builtins.str] service_account_password: Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
|
|
218
|
-
:param pulumi.Input[_builtins.str] user_role_name: The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
|
|
219
|
-
:param pulumi.Input[_builtins.bool] user_search_subtree: The directory search scope for the user. If set to true, scope is to search the entire subtree.
|
|
220
|
-
"""
|
|
221
175
|
pulumi.set(__self__, "hosts", hosts)
|
|
222
176
|
pulumi.set(__self__, "role_base", role_base)
|
|
223
177
|
pulumi.set(__self__, "role_search_matching", role_search_matching)
|
|
@@ -238,9 +192,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
238
192
|
@_builtins.property
|
|
239
193
|
@pulumi.getter
|
|
240
194
|
def hosts(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
|
|
241
|
-
"""
|
|
242
|
-
Specifies the location of the LDAP server such as AWS Directory Service for Microsoft Active Directory . Optional failover server.
|
|
243
|
-
"""
|
|
244
195
|
return pulumi.get(self, "hosts")
|
|
245
196
|
|
|
246
197
|
@hosts.setter
|
|
@@ -250,9 +201,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
250
201
|
@_builtins.property
|
|
251
202
|
@pulumi.getter(name="roleBase")
|
|
252
203
|
def role_base(self) -> pulumi.Input[_builtins.str]:
|
|
253
|
-
"""
|
|
254
|
-
The distinguished name of the node in the directory information tree (DIT) to search for roles or groups. For example, `ou=group` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
255
|
-
"""
|
|
256
204
|
return pulumi.get(self, "role_base")
|
|
257
205
|
|
|
258
206
|
@role_base.setter
|
|
@@ -262,9 +210,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
262
210
|
@_builtins.property
|
|
263
211
|
@pulumi.getter(name="roleSearchMatching")
|
|
264
212
|
def role_search_matching(self) -> pulumi.Input[_builtins.str]:
|
|
265
|
-
"""
|
|
266
|
-
The LDAP search filter used to find roles within the roleBase. The distinguished name of the user matched by userSearchMatching is substituted into the `{0}` placeholder in the search filter. The client's username is substituted into the `{1}` placeholder. For example, if you set this option to `(member=uid={1})` for the user janedoe, the search filter becomes `(member=uid=janedoe)` after string substitution. It matches all role entries that have a member attribute equal to `uid=janedoe` under the subtree selected by the `RoleBases` .
|
|
267
|
-
"""
|
|
268
213
|
return pulumi.get(self, "role_search_matching")
|
|
269
214
|
|
|
270
215
|
@role_search_matching.setter
|
|
@@ -274,9 +219,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
274
219
|
@_builtins.property
|
|
275
220
|
@pulumi.getter(name="serviceAccountUsername")
|
|
276
221
|
def service_account_username(self) -> pulumi.Input[_builtins.str]:
|
|
277
|
-
"""
|
|
278
|
-
Service account username. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
279
|
-
"""
|
|
280
222
|
return pulumi.get(self, "service_account_username")
|
|
281
223
|
|
|
282
224
|
@service_account_username.setter
|
|
@@ -286,9 +228,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
286
228
|
@_builtins.property
|
|
287
229
|
@pulumi.getter(name="userBase")
|
|
288
230
|
def user_base(self) -> pulumi.Input[_builtins.str]:
|
|
289
|
-
"""
|
|
290
|
-
Select a particular subtree of the directory information tree (DIT) to search for user entries. The subtree is specified by a DN, which specifies the base node of the subtree. For example, by setting this option to `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` , the search for user entries is restricted to the subtree beneath `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
291
|
-
"""
|
|
292
231
|
return pulumi.get(self, "user_base")
|
|
293
232
|
|
|
294
233
|
@user_base.setter
|
|
@@ -298,9 +237,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
298
237
|
@_builtins.property
|
|
299
238
|
@pulumi.getter(name="userSearchMatching")
|
|
300
239
|
def user_search_matching(self) -> pulumi.Input[_builtins.str]:
|
|
301
|
-
"""
|
|
302
|
-
The LDAP search filter used to find users within the `userBase` . The client's username is substituted into the `{0}` placeholder in the search filter. For example, if this option is set to `(uid={0})` and the received username is `janedoe` , the search filter becomes `(uid=janedoe)` after string substitution. It will result in matching an entry like `uid=janedoe` , `ou=Users` , `ou=corp` , `dc=corp` , `dc=example` , `dc=com` .
|
|
303
|
-
"""
|
|
304
240
|
return pulumi.get(self, "user_search_matching")
|
|
305
241
|
|
|
306
242
|
@user_search_matching.setter
|
|
@@ -310,9 +246,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
310
246
|
@_builtins.property
|
|
311
247
|
@pulumi.getter(name="roleName")
|
|
312
248
|
def role_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
313
|
-
"""
|
|
314
|
-
The group name attribute in a role entry whose value is the name of that role. For example, you can specify `cn` for a group entry's common name. If authentication succeeds, then the user is assigned the the value of the `cn` attribute for each role entry that they are a member of.
|
|
315
|
-
"""
|
|
316
249
|
return pulumi.get(self, "role_name")
|
|
317
250
|
|
|
318
251
|
@role_name.setter
|
|
@@ -322,9 +255,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
322
255
|
@_builtins.property
|
|
323
256
|
@pulumi.getter(name="roleSearchSubtree")
|
|
324
257
|
def role_search_subtree(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
325
|
-
"""
|
|
326
|
-
The directory search scope for the role. If set to true, scope is to search the entire subtree.
|
|
327
|
-
"""
|
|
328
258
|
return pulumi.get(self, "role_search_subtree")
|
|
329
259
|
|
|
330
260
|
@role_search_subtree.setter
|
|
@@ -334,9 +264,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
334
264
|
@_builtins.property
|
|
335
265
|
@pulumi.getter(name="serviceAccountPassword")
|
|
336
266
|
def service_account_password(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
337
|
-
"""
|
|
338
|
-
Service account password. A service account is an account in your LDAP server that has access to initiate a connection. For example, `cn=admin` , `dc=corp` , `dc=example` , `dc=com` .
|
|
339
|
-
"""
|
|
340
267
|
return pulumi.get(self, "service_account_password")
|
|
341
268
|
|
|
342
269
|
@service_account_password.setter
|
|
@@ -346,9 +273,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
346
273
|
@_builtins.property
|
|
347
274
|
@pulumi.getter(name="userRoleName")
|
|
348
275
|
def user_role_name(self) -> Optional[pulumi.Input[_builtins.str]]:
|
|
349
|
-
"""
|
|
350
|
-
The name of the LDAP attribute in the user's directory entry for the user's group membership. In some cases, user roles may be identified by the value of an attribute in the user's directory entry. The `UserRoleName` option allows you to provide the name of this attribute.
|
|
351
|
-
"""
|
|
352
276
|
return pulumi.get(self, "user_role_name")
|
|
353
277
|
|
|
354
278
|
@user_role_name.setter
|
|
@@ -358,9 +282,6 @@ class BrokerLdapServerMetadataArgs:
|
|
|
358
282
|
@_builtins.property
|
|
359
283
|
@pulumi.getter(name="userSearchSubtree")
|
|
360
284
|
def user_search_subtree(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
361
|
-
"""
|
|
362
|
-
The directory search scope for the user. If set to true, scope is to search the entire subtree.
|
|
363
|
-
"""
|
|
364
285
|
return pulumi.get(self, "user_search_subtree")
|
|
365
286
|
|
|
366
287
|
@user_search_subtree.setter
|
|
@@ -496,17 +417,20 @@ if not MYPY:
|
|
|
496
417
|
class BrokerUserArgsDict(TypedDict):
|
|
497
418
|
password: pulumi.Input[_builtins.str]
|
|
498
419
|
"""
|
|
499
|
-
The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
420
|
+
Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
500
421
|
"""
|
|
501
422
|
username: pulumi.Input[_builtins.str]
|
|
502
423
|
"""
|
|
503
|
-
The username of the broker user.
|
|
424
|
+
The username of the broker user. The following restrictions apply to broker usernames:
|
|
425
|
+
|
|
426
|
+
- For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
|
427
|
+
- For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
|
|
504
428
|
|
|
505
429
|
> Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
|
|
506
430
|
"""
|
|
507
431
|
console_access: NotRequired[pulumi.Input[_builtins.bool]]
|
|
508
432
|
"""
|
|
509
|
-
Enables access to the ActiveMQ
|
|
433
|
+
Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
|
|
510
434
|
"""
|
|
511
435
|
groups: NotRequired[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]
|
|
512
436
|
"""
|
|
@@ -528,11 +452,14 @@ class BrokerUserArgs:
|
|
|
528
452
|
groups: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
|
|
529
453
|
replication_user: Optional[pulumi.Input[_builtins.bool]] = None):
|
|
530
454
|
"""
|
|
531
|
-
:param pulumi.Input[_builtins.str] password: The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
532
|
-
:param pulumi.Input[_builtins.str] username: The username of the broker user.
|
|
455
|
+
:param pulumi.Input[_builtins.str] password: Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
456
|
+
:param pulumi.Input[_builtins.str] username: The username of the broker user. The following restrictions apply to broker usernames:
|
|
457
|
+
|
|
458
|
+
- For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
|
459
|
+
- For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
|
|
533
460
|
|
|
534
461
|
> Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
|
|
535
|
-
:param pulumi.Input[_builtins.bool] console_access: Enables access to the ActiveMQ
|
|
462
|
+
:param pulumi.Input[_builtins.bool] console_access: Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
|
|
536
463
|
:param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] groups: The list of groups (20 maximum) to which the ActiveMQ user belongs. This value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long. Does not apply to RabbitMQ brokers.
|
|
537
464
|
:param pulumi.Input[_builtins.bool] replication_user: Defines if this user is intended for CRDR replication purposes.
|
|
538
465
|
"""
|
|
@@ -549,7 +476,7 @@ class BrokerUserArgs:
|
|
|
549
476
|
@pulumi.getter
|
|
550
477
|
def password(self) -> pulumi.Input[_builtins.str]:
|
|
551
478
|
"""
|
|
552
|
-
The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
479
|
+
Required. The password of the user. This value must be at least 12 characters long, must contain at least 4 unique characters, and must not contain commas, colons, or equal signs (,:=).
|
|
553
480
|
"""
|
|
554
481
|
return pulumi.get(self, "password")
|
|
555
482
|
|
|
@@ -561,7 +488,10 @@ class BrokerUserArgs:
|
|
|
561
488
|
@pulumi.getter
|
|
562
489
|
def username(self) -> pulumi.Input[_builtins.str]:
|
|
563
490
|
"""
|
|
564
|
-
The username of the broker user.
|
|
491
|
+
The username of the broker user. The following restrictions apply to broker usernames:
|
|
492
|
+
|
|
493
|
+
- For Amazon MQ for ActiveMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores, and tildes (- . _ ~). This value must be 2-100 characters long.
|
|
494
|
+
- For Amazon MQ for RabbitMQ brokers, this value can contain only alphanumeric characters, dashes, periods, underscores (- . _). This value must not contain a tilde (~) character. Amazon MQ prohibts using `guest` as a valid usename. This value must be 2-100 characters long.
|
|
565
495
|
|
|
566
496
|
> Do not add personally identifiable information (PII) or other confidential or sensitive information in broker usernames. Broker usernames are accessible to other AWS services, including CloudWatch Logs . Broker usernames are not intended to be used for private or sensitive data.
|
|
567
497
|
"""
|
|
@@ -575,7 +505,7 @@ class BrokerUserArgs:
|
|
|
575
505
|
@pulumi.getter(name="consoleAccess")
|
|
576
506
|
def console_access(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
|
577
507
|
"""
|
|
578
|
-
Enables access to the ActiveMQ
|
|
508
|
+
Enables access to the ActiveMQ Web Console for the ActiveMQ user. Does not apply to RabbitMQ brokers.
|
|
579
509
|
"""
|
|
580
510
|
return pulumi.get(self, "console_access")
|
|
581
511
|
|