pulumi-alicloud 3.71.0a1735362939__py3-none-any.whl → 3.72.0__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-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/__init__.py +83 -0
- pulumi_alicloud/_inputs.py +471 -0
- pulumi_alicloud/adb/cluster.py +68 -0
- pulumi_alicloud/adb/db_cluster.py +94 -0
- pulumi_alicloud/adb/get_db_cluster_lake_versions.py +39 -4
- pulumi_alicloud/adb/outputs.py +106 -2
- pulumi_alicloud/apig/__init__.py +12 -0
- pulumi_alicloud/apig/_inputs.py +263 -0
- pulumi_alicloud/apig/environment.py +317 -0
- pulumi_alicloud/apig/gateway.py +645 -0
- pulumi_alicloud/apig/http_api.py +465 -0
- pulumi_alicloud/apig/outputs.py +213 -0
- pulumi_alicloud/cfg/get_aggregate_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_aggregate_config_rules.py +4 -4
- pulumi_alicloud/cfg/get_aggregate_deliveries.py +16 -2
- pulumi_alicloud/cfg/get_aggregators.py +2 -2
- pulumi_alicloud/cfg/get_compliance_packs.py +2 -2
- pulumi_alicloud/cfg/get_configuration_recorders.py +2 -6
- pulumi_alicloud/cfg/get_deliveries.py +11 -2
- pulumi_alicloud/cfg/get_delivery_channels.py +0 -4
- pulumi_alicloud/cfg/get_rules.py +3 -7
- pulumi_alicloud/cfg/outputs.py +28 -20
- pulumi_alicloud/cloudfirewall/get_instance_members.py +2 -2
- pulumi_alicloud/cloudfirewall/get_instances.py +23 -6
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_cens.py +2 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewall_control_policies.py +32 -2
- pulumi_alicloud/cloudfirewall/get_vpc_firewalls.py +2 -2
- pulumi_alicloud/cloudfirewall/instance.py +1 -1
- pulumi_alicloud/cloudfirewall/outputs.py +16 -4
- pulumi_alicloud/config/__init__.pyi +2 -0
- pulumi_alicloud/config/outputs.py +284 -0
- pulumi_alicloud/config/vars.py +4 -0
- pulumi_alicloud/cr/_inputs.py +128 -0
- pulumi_alicloud/cr/outputs.py +93 -0
- pulumi_alicloud/cr/registry_enterprise_instance.py +86 -63
- pulumi_alicloud/cs/registry_enterprise_sync_rule.py +331 -38
- pulumi_alicloud/dcdn/get_domains.py +2 -2
- pulumi_alicloud/dcdn/get_ipa_domains.py +14 -2
- pulumi_alicloud/dcdn/get_waf_domains.py +5 -2
- pulumi_alicloud/dcdn/get_waf_policies.py +8 -2
- pulumi_alicloud/dcdn/outputs.py +6 -6
- pulumi_alicloud/ddos/get_ddos_coo_domain_resources.py +8 -2
- pulumi_alicloud/ddos/get_ddos_coo_ports.py +16 -4
- pulumi_alicloud/ddos/outputs.py +4 -4
- pulumi_alicloud/ecs/_inputs.py +9 -0
- pulumi_alicloud/ecs/ecs_snapshot.py +65 -9
- pulumi_alicloud/ecs/get_ecs_disks.py +103 -14
- pulumi_alicloud/ecs/get_instance_types.py +1 -1
- pulumi_alicloud/ecs/outputs.py +168 -37
- pulumi_alicloud/ecs/security_group.py +161 -81
- pulumi_alicloud/ecs/snapshot.py +40 -0
- pulumi_alicloud/eds/ram_directory.py +4 -0
- pulumi_alicloud/esa/__init__.py +3 -0
- pulumi_alicloud/esa/_inputs.py +456 -0
- pulumi_alicloud/esa/outputs.py +321 -0
- pulumi_alicloud/esa/record.py +798 -0
- pulumi_alicloud/ess/get_scaling_configurations.py +116 -10
- pulumi_alicloud/ess/notification.py +50 -3
- pulumi_alicloud/ess/outputs.py +104 -8
- pulumi_alicloud/ess/scheduled_task.py +7 -7
- pulumi_alicloud/expressconnect/__init__.py +1 -0
- pulumi_alicloud/expressconnect/router_grant_association.py +477 -0
- pulumi_alicloud/fc/v3_trigger.py +1 -1
- pulumi_alicloud/ga/get_accelerator_spare_ip_attachments.py +11 -2
- pulumi_alicloud/ga/get_acls.py +14 -2
- pulumi_alicloud/ga/get_additional_certificates.py +11 -2
- pulumi_alicloud/ga/get_bandwidth_packages.py +14 -2
- pulumi_alicloud/ga/get_basic_accelerate_ip_endpoint_relations.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerate_ips.py +2 -2
- pulumi_alicloud/ga/get_basic_accelerators.py +2 -2
- pulumi_alicloud/ga/get_basic_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_group_destinations.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_groups.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoint_traffic_policies.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_endpoints.py +2 -2
- pulumi_alicloud/ga/get_custom_routing_port_mappings.py +2 -2
- pulumi_alicloud/ga/get_domains.py +2 -2
- pulumi_alicloud/ga/get_forwarding_rules.py +8 -2
- pulumi_alicloud/ga/get_ip_sets.py +8 -2
- pulumi_alicloud/ga/get_listeners.py +11 -2
- pulumi_alicloud/ga/outputs.py +64 -32
- pulumi_alicloud/get_msc_sub_contact_verification_message.py +2 -2
- pulumi_alicloud/get_msc_sub_contacts.py +8 -2
- pulumi_alicloud/get_msc_sub_subscriptions.py +5 -2
- pulumi_alicloud/get_msc_sub_webhooks.py +8 -2
- pulumi_alicloud/kms/key.py +108 -28
- pulumi_alicloud/kvstore/backup_policy.py +32 -24
- pulumi_alicloud/kvstore/get_instances.py +14 -3
- pulumi_alicloud/kvstore/outputs.py +48 -4
- pulumi_alicloud/marketplace/order.py +2 -2
- pulumi_alicloud/mongodb/__init__.py +1 -0
- pulumi_alicloud/mongodb/private_srv_network_address.py +283 -0
- pulumi_alicloud/oss/__init__.py +2 -0
- pulumi_alicloud/oss/_inputs.py +68 -0
- pulumi_alicloud/oss/access_point.py +463 -0
- pulumi_alicloud/oss/bucket_worm.py +327 -0
- pulumi_alicloud/oss/outputs.py +74 -0
- pulumi_alicloud/polardb/cluster.py +47 -0
- pulumi_alicloud/privatelink/get_service.py +2 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_connections.py +14 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_resources.py +8 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_service_users.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoint_zones.py +11 -2
- pulumi_alicloud/privatelink/get_vpc_endpoints.py +23 -2
- pulumi_alicloud/privatelink/outputs.py +6 -6
- pulumi_alicloud/privatelink/vpc_endpoint.py +143 -69
- pulumi_alicloud/privatelink/vpc_endpoint_service.py +47 -0
- pulumi_alicloud/privatelink/vpc_endpoint_service_resource.py +2 -2
- pulumi_alicloud/provider.py +20 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/ram/get_policies.py +66 -8
- pulumi_alicloud/rds/instance.py +211 -14
- pulumi_alicloud/redis/tair_instance.py +47 -0
- pulumi_alicloud/resourcemanager/control_policy_attachment.py +28 -28
- pulumi_alicloud/resourcemanager/shared_resource.py +7 -0
- pulumi_alicloud/schedulerx/__init__.py +3 -0
- pulumi_alicloud/schedulerx/_inputs.py +542 -0
- pulumi_alicloud/schedulerx/app_group.py +952 -0
- pulumi_alicloud/schedulerx/job.py +1454 -0
- pulumi_alicloud/schedulerx/namespace.py +64 -51
- pulumi_alicloud/schedulerx/outputs.py +425 -0
- pulumi_alicloud/sddp/get_configs.py +5 -2
- pulumi_alicloud/sddp/get_data_limits.py +11 -2
- pulumi_alicloud/sddp/get_instances.py +5 -2
- pulumi_alicloud/sddp/get_rules.py +29 -2
- pulumi_alicloud/sddp/outputs.py +14 -14
- pulumi_alicloud/vpc/get_peer_connections.py +17 -2
- pulumi_alicloud/vpc/network.py +293 -40
- pulumi_alicloud/vpc/outputs.py +2 -2
- pulumi_alicloud/vpc/peer_connection.py +239 -132
- pulumi_alicloud/vpc/peer_connection_accepter.py +85 -6
- pulumi_alicloud/waf/domain.py +2 -2
- pulumi_alicloud/waf/get_certificates.py +14 -2
- pulumi_alicloud/waf/get_domains.py +6 -4
- pulumi_alicloud/waf/get_instances.py +2 -2
- pulumi_alicloud/waf/instance.py +0 -64
- pulumi_alicloud/waf/outputs.py +2 -4
- pulumi_alicloud/wafv3/get_instances.py +10 -4
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/RECORD +142 -126
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.71.0a1735362939.dist-info → pulumi_alicloud-3.72.0.dist-info}/top_level.txt +0 -0
pulumi_alicloud/config/vars.py
CHANGED
|
@@ -37,6 +37,10 @@ class _ExportableConfig(types.ModuleType):
|
|
|
37
37
|
"""
|
|
38
38
|
return __config__.get('accountId')
|
|
39
39
|
|
|
40
|
+
@property
|
|
41
|
+
def account_type(self) -> Optional[str]:
|
|
42
|
+
return __config__.get('accountType')
|
|
43
|
+
|
|
40
44
|
@property
|
|
41
45
|
def assume_role(self) -> Optional[str]:
|
|
42
46
|
return __config__.get('assumeRole')
|
pulumi_alicloud/cr/_inputs.py
CHANGED
|
@@ -29,6 +29,10 @@ __all__ = [
|
|
|
29
29
|
'ChainChainConfigRouterFromArgsDict',
|
|
30
30
|
'ChainChainConfigRouterToArgs',
|
|
31
31
|
'ChainChainConfigRouterToArgsDict',
|
|
32
|
+
'RegistryEnterpriseInstanceInstanceEndpointArgs',
|
|
33
|
+
'RegistryEnterpriseInstanceInstanceEndpointArgsDict',
|
|
34
|
+
'RegistryEnterpriseInstanceInstanceEndpointDomainArgs',
|
|
35
|
+
'RegistryEnterpriseInstanceInstanceEndpointDomainArgsDict',
|
|
32
36
|
'RepoDomainListArgs',
|
|
33
37
|
'RepoDomainListArgsDict',
|
|
34
38
|
]
|
|
@@ -405,6 +409,130 @@ class ChainChainConfigRouterToArgs:
|
|
|
405
409
|
pulumi.set(self, "node_name", value)
|
|
406
410
|
|
|
407
411
|
|
|
412
|
+
if not MYPY:
|
|
413
|
+
class RegistryEnterpriseInstanceInstanceEndpointArgsDict(TypedDict):
|
|
414
|
+
domains: NotRequired[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointDomainArgsDict']]]]
|
|
415
|
+
"""
|
|
416
|
+
Domain List
|
|
417
|
+
"""
|
|
418
|
+
enable: NotRequired[pulumi.Input[bool]]
|
|
419
|
+
"""
|
|
420
|
+
enable
|
|
421
|
+
"""
|
|
422
|
+
endpoint_type: NotRequired[pulumi.Input[str]]
|
|
423
|
+
"""
|
|
424
|
+
Network Access Endpoint Type
|
|
425
|
+
"""
|
|
426
|
+
elif False:
|
|
427
|
+
RegistryEnterpriseInstanceInstanceEndpointArgsDict: TypeAlias = Mapping[str, Any]
|
|
428
|
+
|
|
429
|
+
@pulumi.input_type
|
|
430
|
+
class RegistryEnterpriseInstanceInstanceEndpointArgs:
|
|
431
|
+
def __init__(__self__, *,
|
|
432
|
+
domains: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointDomainArgs']]]] = None,
|
|
433
|
+
enable: Optional[pulumi.Input[bool]] = None,
|
|
434
|
+
endpoint_type: Optional[pulumi.Input[str]] = None):
|
|
435
|
+
"""
|
|
436
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointDomainArgs']]] domains: Domain List
|
|
437
|
+
:param pulumi.Input[bool] enable: enable
|
|
438
|
+
:param pulumi.Input[str] endpoint_type: Network Access Endpoint Type
|
|
439
|
+
"""
|
|
440
|
+
if domains is not None:
|
|
441
|
+
pulumi.set(__self__, "domains", domains)
|
|
442
|
+
if enable is not None:
|
|
443
|
+
pulumi.set(__self__, "enable", enable)
|
|
444
|
+
if endpoint_type is not None:
|
|
445
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
446
|
+
|
|
447
|
+
@property
|
|
448
|
+
@pulumi.getter
|
|
449
|
+
def domains(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointDomainArgs']]]]:
|
|
450
|
+
"""
|
|
451
|
+
Domain List
|
|
452
|
+
"""
|
|
453
|
+
return pulumi.get(self, "domains")
|
|
454
|
+
|
|
455
|
+
@domains.setter
|
|
456
|
+
def domains(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointDomainArgs']]]]):
|
|
457
|
+
pulumi.set(self, "domains", value)
|
|
458
|
+
|
|
459
|
+
@property
|
|
460
|
+
@pulumi.getter
|
|
461
|
+
def enable(self) -> Optional[pulumi.Input[bool]]:
|
|
462
|
+
"""
|
|
463
|
+
enable
|
|
464
|
+
"""
|
|
465
|
+
return pulumi.get(self, "enable")
|
|
466
|
+
|
|
467
|
+
@enable.setter
|
|
468
|
+
def enable(self, value: Optional[pulumi.Input[bool]]):
|
|
469
|
+
pulumi.set(self, "enable", value)
|
|
470
|
+
|
|
471
|
+
@property
|
|
472
|
+
@pulumi.getter(name="endpointType")
|
|
473
|
+
def endpoint_type(self) -> Optional[pulumi.Input[str]]:
|
|
474
|
+
"""
|
|
475
|
+
Network Access Endpoint Type
|
|
476
|
+
"""
|
|
477
|
+
return pulumi.get(self, "endpoint_type")
|
|
478
|
+
|
|
479
|
+
@endpoint_type.setter
|
|
480
|
+
def endpoint_type(self, value: Optional[pulumi.Input[str]]):
|
|
481
|
+
pulumi.set(self, "endpoint_type", value)
|
|
482
|
+
|
|
483
|
+
|
|
484
|
+
if not MYPY:
|
|
485
|
+
class RegistryEnterpriseInstanceInstanceEndpointDomainArgsDict(TypedDict):
|
|
486
|
+
domain: NotRequired[pulumi.Input[str]]
|
|
487
|
+
"""
|
|
488
|
+
Domain
|
|
489
|
+
"""
|
|
490
|
+
type: NotRequired[pulumi.Input[str]]
|
|
491
|
+
"""
|
|
492
|
+
Domain Type
|
|
493
|
+
"""
|
|
494
|
+
elif False:
|
|
495
|
+
RegistryEnterpriseInstanceInstanceEndpointDomainArgsDict: TypeAlias = Mapping[str, Any]
|
|
496
|
+
|
|
497
|
+
@pulumi.input_type
|
|
498
|
+
class RegistryEnterpriseInstanceInstanceEndpointDomainArgs:
|
|
499
|
+
def __init__(__self__, *,
|
|
500
|
+
domain: Optional[pulumi.Input[str]] = None,
|
|
501
|
+
type: Optional[pulumi.Input[str]] = None):
|
|
502
|
+
"""
|
|
503
|
+
:param pulumi.Input[str] domain: Domain
|
|
504
|
+
:param pulumi.Input[str] type: Domain Type
|
|
505
|
+
"""
|
|
506
|
+
if domain is not None:
|
|
507
|
+
pulumi.set(__self__, "domain", domain)
|
|
508
|
+
if type is not None:
|
|
509
|
+
pulumi.set(__self__, "type", type)
|
|
510
|
+
|
|
511
|
+
@property
|
|
512
|
+
@pulumi.getter
|
|
513
|
+
def domain(self) -> Optional[pulumi.Input[str]]:
|
|
514
|
+
"""
|
|
515
|
+
Domain
|
|
516
|
+
"""
|
|
517
|
+
return pulumi.get(self, "domain")
|
|
518
|
+
|
|
519
|
+
@domain.setter
|
|
520
|
+
def domain(self, value: Optional[pulumi.Input[str]]):
|
|
521
|
+
pulumi.set(self, "domain", value)
|
|
522
|
+
|
|
523
|
+
@property
|
|
524
|
+
@pulumi.getter
|
|
525
|
+
def type(self) -> Optional[pulumi.Input[str]]:
|
|
526
|
+
"""
|
|
527
|
+
Domain Type
|
|
528
|
+
"""
|
|
529
|
+
return pulumi.get(self, "type")
|
|
530
|
+
|
|
531
|
+
@type.setter
|
|
532
|
+
def type(self, value: Optional[pulumi.Input[str]]):
|
|
533
|
+
pulumi.set(self, "type", value)
|
|
534
|
+
|
|
535
|
+
|
|
408
536
|
if not MYPY:
|
|
409
537
|
class RepoDomainListArgsDict(TypedDict):
|
|
410
538
|
internal: NotRequired[pulumi.Input[str]]
|
pulumi_alicloud/cr/outputs.py
CHANGED
|
@@ -23,6 +23,8 @@ __all__ = [
|
|
|
23
23
|
'ChainChainConfigRouter',
|
|
24
24
|
'ChainChainConfigRouterFrom',
|
|
25
25
|
'ChainChainConfigRouterTo',
|
|
26
|
+
'RegistryEnterpriseInstanceInstanceEndpoint',
|
|
27
|
+
'RegistryEnterpriseInstanceInstanceEndpointDomain',
|
|
26
28
|
'RepoDomainList',
|
|
27
29
|
'GetChainsChainResult',
|
|
28
30
|
'GetChainsChainChainConfigResult',
|
|
@@ -352,6 +354,97 @@ class ChainChainConfigRouterTo(dict):
|
|
|
352
354
|
return pulumi.get(self, "node_name")
|
|
353
355
|
|
|
354
356
|
|
|
357
|
+
@pulumi.output_type
|
|
358
|
+
class RegistryEnterpriseInstanceInstanceEndpoint(dict):
|
|
359
|
+
@staticmethod
|
|
360
|
+
def __key_warning(key: str):
|
|
361
|
+
suggest = None
|
|
362
|
+
if key == "endpointType":
|
|
363
|
+
suggest = "endpoint_type"
|
|
364
|
+
|
|
365
|
+
if suggest:
|
|
366
|
+
pulumi.log.warn(f"Key '{key}' not found in RegistryEnterpriseInstanceInstanceEndpoint. Access the value via the '{suggest}' property getter instead.")
|
|
367
|
+
|
|
368
|
+
def __getitem__(self, key: str) -> Any:
|
|
369
|
+
RegistryEnterpriseInstanceInstanceEndpoint.__key_warning(key)
|
|
370
|
+
return super().__getitem__(key)
|
|
371
|
+
|
|
372
|
+
def get(self, key: str, default = None) -> Any:
|
|
373
|
+
RegistryEnterpriseInstanceInstanceEndpoint.__key_warning(key)
|
|
374
|
+
return super().get(key, default)
|
|
375
|
+
|
|
376
|
+
def __init__(__self__, *,
|
|
377
|
+
domains: Optional[Sequence['outputs.RegistryEnterpriseInstanceInstanceEndpointDomain']] = None,
|
|
378
|
+
enable: Optional[bool] = None,
|
|
379
|
+
endpoint_type: Optional[str] = None):
|
|
380
|
+
"""
|
|
381
|
+
:param Sequence['RegistryEnterpriseInstanceInstanceEndpointDomainArgs'] domains: Domain List
|
|
382
|
+
:param bool enable: enable
|
|
383
|
+
:param str endpoint_type: Network Access Endpoint Type
|
|
384
|
+
"""
|
|
385
|
+
if domains is not None:
|
|
386
|
+
pulumi.set(__self__, "domains", domains)
|
|
387
|
+
if enable is not None:
|
|
388
|
+
pulumi.set(__self__, "enable", enable)
|
|
389
|
+
if endpoint_type is not None:
|
|
390
|
+
pulumi.set(__self__, "endpoint_type", endpoint_type)
|
|
391
|
+
|
|
392
|
+
@property
|
|
393
|
+
@pulumi.getter
|
|
394
|
+
def domains(self) -> Optional[Sequence['outputs.RegistryEnterpriseInstanceInstanceEndpointDomain']]:
|
|
395
|
+
"""
|
|
396
|
+
Domain List
|
|
397
|
+
"""
|
|
398
|
+
return pulumi.get(self, "domains")
|
|
399
|
+
|
|
400
|
+
@property
|
|
401
|
+
@pulumi.getter
|
|
402
|
+
def enable(self) -> Optional[bool]:
|
|
403
|
+
"""
|
|
404
|
+
enable
|
|
405
|
+
"""
|
|
406
|
+
return pulumi.get(self, "enable")
|
|
407
|
+
|
|
408
|
+
@property
|
|
409
|
+
@pulumi.getter(name="endpointType")
|
|
410
|
+
def endpoint_type(self) -> Optional[str]:
|
|
411
|
+
"""
|
|
412
|
+
Network Access Endpoint Type
|
|
413
|
+
"""
|
|
414
|
+
return pulumi.get(self, "endpoint_type")
|
|
415
|
+
|
|
416
|
+
|
|
417
|
+
@pulumi.output_type
|
|
418
|
+
class RegistryEnterpriseInstanceInstanceEndpointDomain(dict):
|
|
419
|
+
def __init__(__self__, *,
|
|
420
|
+
domain: Optional[str] = None,
|
|
421
|
+
type: Optional[str] = None):
|
|
422
|
+
"""
|
|
423
|
+
:param str domain: Domain
|
|
424
|
+
:param str type: Domain Type
|
|
425
|
+
"""
|
|
426
|
+
if domain is not None:
|
|
427
|
+
pulumi.set(__self__, "domain", domain)
|
|
428
|
+
if type is not None:
|
|
429
|
+
pulumi.set(__self__, "type", type)
|
|
430
|
+
|
|
431
|
+
@property
|
|
432
|
+
@pulumi.getter
|
|
433
|
+
def domain(self) -> Optional[str]:
|
|
434
|
+
"""
|
|
435
|
+
Domain
|
|
436
|
+
"""
|
|
437
|
+
return pulumi.get(self, "domain")
|
|
438
|
+
|
|
439
|
+
@property
|
|
440
|
+
@pulumi.getter
|
|
441
|
+
def type(self) -> Optional[str]:
|
|
442
|
+
"""
|
|
443
|
+
Domain Type
|
|
444
|
+
"""
|
|
445
|
+
return pulumi.get(self, "type")
|
|
446
|
+
|
|
447
|
+
|
|
355
448
|
@pulumi.output_type
|
|
356
449
|
class RepoDomainList(dict):
|
|
357
450
|
def __init__(__self__, *,
|
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
|
13
13
|
else:
|
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
|
15
15
|
from .. import _utilities
|
|
16
|
+
from . import outputs
|
|
17
|
+
from ._inputs import *
|
|
16
18
|
|
|
17
19
|
__all__ = ['RegistryEnterpriseInstanceArgs', 'RegistryEnterpriseInstance']
|
|
18
20
|
|
|
@@ -36,20 +38,19 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
36
38
|
The set of arguments for constructing a RegistryEnterpriseInstance resource.
|
|
37
39
|
:param pulumi.Input[str] instance_name: InstanceName
|
|
38
40
|
:param pulumi.Input[str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Standard: Standard instance
|
|
43
|
-
|
|
44
|
-
Advanced: Advanced Edition Instance
|
|
41
|
+
- `Basic`: Basic instance
|
|
42
|
+
- `Standard`: Standard instance
|
|
43
|
+
- `Advanced`: Advanced Edition Instance
|
|
45
44
|
:param pulumi.Input[str] payment_type: Payment type, value:
|
|
46
45
|
- Subscription: Prepaid.
|
|
47
46
|
:param pulumi.Input[str] custom_oss_bucket: Custom OSS Bucket name
|
|
48
|
-
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket
|
|
49
|
-
:param pulumi.Input[str] image_scanner:
|
|
47
|
+
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
48
|
+
:param pulumi.Input[str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
49
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
50
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
50
51
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
51
52
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
52
|
-
:param pulumi.Input[str] password:
|
|
53
|
+
:param pulumi.Input[str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
53
54
|
:param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
54
55
|
|
|
55
56
|
> **NOTE:** must be set when creating a prepaid instance.
|
|
@@ -106,12 +107,9 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
106
107
|
def instance_type(self) -> pulumi.Input[str]:
|
|
107
108
|
"""
|
|
108
109
|
The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
Standard: Standard instance
|
|
113
|
-
|
|
114
|
-
Advanced: Advanced Edition Instance
|
|
110
|
+
- `Basic`: Basic instance
|
|
111
|
+
- `Standard`: Standard instance
|
|
112
|
+
- `Advanced`: Advanced Edition Instance
|
|
115
113
|
"""
|
|
116
114
|
return pulumi.get(self, "instance_type")
|
|
117
115
|
|
|
@@ -148,7 +146,7 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
148
146
|
@pulumi.getter(name="defaultOssBucket")
|
|
149
147
|
def default_oss_bucket(self) -> Optional[pulumi.Input[str]]:
|
|
150
148
|
"""
|
|
151
|
-
Whether to use the default OSS Bucket
|
|
149
|
+
Whether to use the default OSS Bucket. Value:
|
|
152
150
|
"""
|
|
153
151
|
return pulumi.get(self, "default_oss_bucket")
|
|
154
152
|
|
|
@@ -160,7 +158,9 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
160
158
|
@pulumi.getter(name="imageScanner")
|
|
161
159
|
def image_scanner(self) -> Optional[pulumi.Input[str]]:
|
|
162
160
|
"""
|
|
163
|
-
|
|
161
|
+
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
162
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
163
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
164
164
|
"""
|
|
165
165
|
return pulumi.get(self, "image_scanner")
|
|
166
166
|
|
|
@@ -196,7 +196,7 @@ class RegistryEnterpriseInstanceArgs:
|
|
|
196
196
|
@pulumi.getter
|
|
197
197
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
198
198
|
"""
|
|
199
|
-
|
|
199
|
+
Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
200
200
|
"""
|
|
201
201
|
return pulumi.get(self, "password")
|
|
202
202
|
|
|
@@ -272,6 +272,7 @@ class _RegistryEnterpriseInstanceState:
|
|
|
272
272
|
default_oss_bucket: Optional[pulumi.Input[str]] = None,
|
|
273
273
|
end_time: Optional[pulumi.Input[str]] = None,
|
|
274
274
|
image_scanner: Optional[pulumi.Input[str]] = None,
|
|
275
|
+
instance_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointArgs']]]] = None,
|
|
275
276
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
276
277
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
277
278
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -289,20 +290,20 @@ class _RegistryEnterpriseInstanceState:
|
|
|
289
290
|
:param pulumi.Input[str] create_time: The creation time of the resource
|
|
290
291
|
:param pulumi.Input[str] created_time: . Field 'created_time' has been deprecated from provider version 1.235.0. New field 'create_time' instead.
|
|
291
292
|
:param pulumi.Input[str] custom_oss_bucket: Custom OSS Bucket name
|
|
292
|
-
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket
|
|
293
|
+
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
293
294
|
:param pulumi.Input[str] end_time: Expiration Time
|
|
294
|
-
:param pulumi.Input[str] image_scanner:
|
|
295
|
+
:param pulumi.Input[str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
296
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
297
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
298
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointArgs']]] instance_endpoints: (Available since v1.240.0) Instance Network Access Endpoint List
|
|
295
299
|
:param pulumi.Input[str] instance_name: InstanceName
|
|
296
300
|
:param pulumi.Input[str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
Standard: Standard instance
|
|
301
|
-
|
|
302
|
-
Advanced: Advanced Edition Instance
|
|
301
|
+
- `Basic`: Basic instance
|
|
302
|
+
- `Standard`: Standard instance
|
|
303
|
+
- `Advanced`: Advanced Edition Instance
|
|
303
304
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
304
305
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
305
|
-
:param pulumi.Input[str] password:
|
|
306
|
+
:param pulumi.Input[str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
306
307
|
:param pulumi.Input[str] payment_type: Payment type, value:
|
|
307
308
|
- Subscription: Prepaid.
|
|
308
309
|
:param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
@@ -337,6 +338,8 @@ class _RegistryEnterpriseInstanceState:
|
|
|
337
338
|
pulumi.set(__self__, "end_time", end_time)
|
|
338
339
|
if image_scanner is not None:
|
|
339
340
|
pulumi.set(__self__, "image_scanner", image_scanner)
|
|
341
|
+
if instance_endpoints is not None:
|
|
342
|
+
pulumi.set(__self__, "instance_endpoints", instance_endpoints)
|
|
340
343
|
if instance_name is not None:
|
|
341
344
|
pulumi.set(__self__, "instance_name", instance_name)
|
|
342
345
|
if instance_type is not None:
|
|
@@ -403,7 +406,7 @@ class _RegistryEnterpriseInstanceState:
|
|
|
403
406
|
@pulumi.getter(name="defaultOssBucket")
|
|
404
407
|
def default_oss_bucket(self) -> Optional[pulumi.Input[str]]:
|
|
405
408
|
"""
|
|
406
|
-
Whether to use the default OSS Bucket
|
|
409
|
+
Whether to use the default OSS Bucket. Value:
|
|
407
410
|
"""
|
|
408
411
|
return pulumi.get(self, "default_oss_bucket")
|
|
409
412
|
|
|
@@ -427,7 +430,9 @@ class _RegistryEnterpriseInstanceState:
|
|
|
427
430
|
@pulumi.getter(name="imageScanner")
|
|
428
431
|
def image_scanner(self) -> Optional[pulumi.Input[str]]:
|
|
429
432
|
"""
|
|
430
|
-
|
|
433
|
+
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
434
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
435
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
431
436
|
"""
|
|
432
437
|
return pulumi.get(self, "image_scanner")
|
|
433
438
|
|
|
@@ -435,6 +440,18 @@ class _RegistryEnterpriseInstanceState:
|
|
|
435
440
|
def image_scanner(self, value: Optional[pulumi.Input[str]]):
|
|
436
441
|
pulumi.set(self, "image_scanner", value)
|
|
437
442
|
|
|
443
|
+
@property
|
|
444
|
+
@pulumi.getter(name="instanceEndpoints")
|
|
445
|
+
def instance_endpoints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointArgs']]]]:
|
|
446
|
+
"""
|
|
447
|
+
(Available since v1.240.0) Instance Network Access Endpoint List
|
|
448
|
+
"""
|
|
449
|
+
return pulumi.get(self, "instance_endpoints")
|
|
450
|
+
|
|
451
|
+
@instance_endpoints.setter
|
|
452
|
+
def instance_endpoints(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['RegistryEnterpriseInstanceInstanceEndpointArgs']]]]):
|
|
453
|
+
pulumi.set(self, "instance_endpoints", value)
|
|
454
|
+
|
|
438
455
|
@property
|
|
439
456
|
@pulumi.getter(name="instanceName")
|
|
440
457
|
def instance_name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -452,12 +469,9 @@ class _RegistryEnterpriseInstanceState:
|
|
|
452
469
|
def instance_type(self) -> Optional[pulumi.Input[str]]:
|
|
453
470
|
"""
|
|
454
471
|
The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
Standard: Standard instance
|
|
459
|
-
|
|
460
|
-
Advanced: Advanced Edition Instance
|
|
472
|
+
- `Basic`: Basic instance
|
|
473
|
+
- `Standard`: Standard instance
|
|
474
|
+
- `Advanced`: Advanced Edition Instance
|
|
461
475
|
"""
|
|
462
476
|
return pulumi.get(self, "instance_type")
|
|
463
477
|
|
|
@@ -493,7 +507,7 @@ class _RegistryEnterpriseInstanceState:
|
|
|
493
507
|
@pulumi.getter
|
|
494
508
|
def password(self) -> Optional[pulumi.Input[str]]:
|
|
495
509
|
"""
|
|
496
|
-
|
|
510
|
+
Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
497
511
|
"""
|
|
498
512
|
return pulumi.get(self, "password")
|
|
499
513
|
|
|
@@ -659,19 +673,18 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
659
673
|
:param str resource_name: The name of the resource.
|
|
660
674
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
661
675
|
:param pulumi.Input[str] custom_oss_bucket: Custom OSS Bucket name
|
|
662
|
-
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket
|
|
663
|
-
:param pulumi.Input[str] image_scanner:
|
|
676
|
+
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
677
|
+
:param pulumi.Input[str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
678
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
679
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
664
680
|
:param pulumi.Input[str] instance_name: InstanceName
|
|
665
681
|
:param pulumi.Input[str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
666
|
-
|
|
667
|
-
|
|
668
|
-
|
|
669
|
-
Standard: Standard instance
|
|
670
|
-
|
|
671
|
-
Advanced: Advanced Edition Instance
|
|
682
|
+
- `Basic`: Basic instance
|
|
683
|
+
- `Standard`: Standard instance
|
|
684
|
+
- `Advanced`: Advanced Edition Instance
|
|
672
685
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
673
686
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
674
|
-
:param pulumi.Input[str] password:
|
|
687
|
+
:param pulumi.Input[str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
675
688
|
:param pulumi.Input[str] payment_type: Payment type, value:
|
|
676
689
|
- Subscription: Prepaid.
|
|
677
690
|
:param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
@@ -794,6 +807,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
794
807
|
__props__.__dict__["create_time"] = None
|
|
795
808
|
__props__.__dict__["created_time"] = None
|
|
796
809
|
__props__.__dict__["end_time"] = None
|
|
810
|
+
__props__.__dict__["instance_endpoints"] = None
|
|
797
811
|
__props__.__dict__["region_id"] = None
|
|
798
812
|
__props__.__dict__["status"] = None
|
|
799
813
|
secret_opts = pulumi.ResourceOptions(additional_secret_outputs=["password"])
|
|
@@ -814,6 +828,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
814
828
|
default_oss_bucket: Optional[pulumi.Input[str]] = None,
|
|
815
829
|
end_time: Optional[pulumi.Input[str]] = None,
|
|
816
830
|
image_scanner: Optional[pulumi.Input[str]] = None,
|
|
831
|
+
instance_endpoints: Optional[pulumi.Input[Sequence[pulumi.Input[Union['RegistryEnterpriseInstanceInstanceEndpointArgs', 'RegistryEnterpriseInstanceInstanceEndpointArgsDict']]]]] = None,
|
|
817
832
|
instance_name: Optional[pulumi.Input[str]] = None,
|
|
818
833
|
instance_type: Optional[pulumi.Input[str]] = None,
|
|
819
834
|
kms_encrypted_password: Optional[pulumi.Input[str]] = None,
|
|
@@ -836,20 +851,20 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
836
851
|
:param pulumi.Input[str] create_time: The creation time of the resource
|
|
837
852
|
:param pulumi.Input[str] created_time: . Field 'created_time' has been deprecated from provider version 1.235.0. New field 'create_time' instead.
|
|
838
853
|
:param pulumi.Input[str] custom_oss_bucket: Custom OSS Bucket name
|
|
839
|
-
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket
|
|
854
|
+
:param pulumi.Input[str] default_oss_bucket: Whether to use the default OSS Bucket. Value:
|
|
840
855
|
:param pulumi.Input[str] end_time: Expiration Time
|
|
841
|
-
:param pulumi.Input[str] image_scanner:
|
|
856
|
+
:param pulumi.Input[str] image_scanner: The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
857
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
858
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
859
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['RegistryEnterpriseInstanceInstanceEndpointArgs', 'RegistryEnterpriseInstanceInstanceEndpointArgsDict']]]] instance_endpoints: (Available since v1.240.0) Instance Network Access Endpoint List
|
|
842
860
|
:param pulumi.Input[str] instance_name: InstanceName
|
|
843
861
|
:param pulumi.Input[str] instance_type: The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
Standard: Standard instance
|
|
848
|
-
|
|
849
|
-
Advanced: Advanced Edition Instance
|
|
862
|
+
- `Basic`: Basic instance
|
|
863
|
+
- `Standard`: Standard instance
|
|
864
|
+
- `Advanced`: Advanced Edition Instance
|
|
850
865
|
:param pulumi.Input[str] kms_encrypted_password: An KMS encrypts password used to an instance. If the `password` is filled in, this field will be ignored.
|
|
851
866
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] kms_encryption_context: An KMS encryption context used to decrypt `kms_encrypted_password` before creating or updating instance with `kms_encrypted_password`. See [Encryption Context](https://www.alibabacloud.com/help/doc-detail/42975.htm). It is valid when `kms_encrypted_password` is set.
|
|
852
|
-
:param pulumi.Input[str] password:
|
|
867
|
+
:param pulumi.Input[str] password: Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
853
868
|
:param pulumi.Input[str] payment_type: Payment type, value:
|
|
854
869
|
- Subscription: Prepaid.
|
|
855
870
|
:param pulumi.Input[int] period: Prepaid cycle. The unit is Monthly, please enter an integer multiple of 12 for annual paid products.
|
|
@@ -879,6 +894,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
879
894
|
__props__.__dict__["default_oss_bucket"] = default_oss_bucket
|
|
880
895
|
__props__.__dict__["end_time"] = end_time
|
|
881
896
|
__props__.__dict__["image_scanner"] = image_scanner
|
|
897
|
+
__props__.__dict__["instance_endpoints"] = instance_endpoints
|
|
882
898
|
__props__.__dict__["instance_name"] = instance_name
|
|
883
899
|
__props__.__dict__["instance_type"] = instance_type
|
|
884
900
|
__props__.__dict__["kms_encrypted_password"] = kms_encrypted_password
|
|
@@ -922,7 +938,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
922
938
|
@pulumi.getter(name="defaultOssBucket")
|
|
923
939
|
def default_oss_bucket(self) -> pulumi.Output[Optional[str]]:
|
|
924
940
|
"""
|
|
925
|
-
Whether to use the default OSS Bucket
|
|
941
|
+
Whether to use the default OSS Bucket. Value:
|
|
926
942
|
"""
|
|
927
943
|
return pulumi.get(self, "default_oss_bucket")
|
|
928
944
|
|
|
@@ -938,10 +954,20 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
938
954
|
@pulumi.getter(name="imageScanner")
|
|
939
955
|
def image_scanner(self) -> pulumi.Output[Optional[str]]:
|
|
940
956
|
"""
|
|
941
|
-
|
|
957
|
+
The security scan engine used by the Enterprise Edition of Container Image Service. Value:
|
|
958
|
+
- `ACR`: Uses the Trivy scan engine provided by default.
|
|
959
|
+
- `SAS`: uses the enhanced cloud security scan engine.
|
|
942
960
|
"""
|
|
943
961
|
return pulumi.get(self, "image_scanner")
|
|
944
962
|
|
|
963
|
+
@property
|
|
964
|
+
@pulumi.getter(name="instanceEndpoints")
|
|
965
|
+
def instance_endpoints(self) -> pulumi.Output[Sequence['outputs.RegistryEnterpriseInstanceInstanceEndpoint']]:
|
|
966
|
+
"""
|
|
967
|
+
(Available since v1.240.0) Instance Network Access Endpoint List
|
|
968
|
+
"""
|
|
969
|
+
return pulumi.get(self, "instance_endpoints")
|
|
970
|
+
|
|
945
971
|
@property
|
|
946
972
|
@pulumi.getter(name="instanceName")
|
|
947
973
|
def instance_name(self) -> pulumi.Output[str]:
|
|
@@ -955,12 +981,9 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
955
981
|
def instance_type(self) -> pulumi.Output[str]:
|
|
956
982
|
"""
|
|
957
983
|
The Value configuration of the Group 1 attribute of Container Mirror Service Enterprise Edition. Valid values:
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
Standard: Standard instance
|
|
962
|
-
|
|
963
|
-
Advanced: Advanced Edition Instance
|
|
984
|
+
- `Basic`: Basic instance
|
|
985
|
+
- `Standard`: Standard instance
|
|
986
|
+
- `Advanced`: Advanced Edition Instance
|
|
964
987
|
"""
|
|
965
988
|
return pulumi.get(self, "instance_type")
|
|
966
989
|
|
|
@@ -984,7 +1007,7 @@ class RegistryEnterpriseInstance(pulumi.CustomResource):
|
|
|
984
1007
|
@pulumi.getter
|
|
985
1008
|
def password(self) -> pulumi.Output[Optional[str]]:
|
|
986
1009
|
"""
|
|
987
|
-
|
|
1010
|
+
Login password, 8-32 digits, must contain at least two letters, symbols, or numbers
|
|
988
1011
|
"""
|
|
989
1012
|
return pulumi.get(self, "password")
|
|
990
1013
|
|