alicloud.gwlb.LoadBalancer
Explore with Pulumi AI
Provides a GWLB Load Balancer resource.
For information about GWLB Load Balancer and how to use it, see What is Load Balancer.
NOTE: Available since v1.234.0.
Create LoadBalancer Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new LoadBalancer(name: string, args: LoadBalancerArgs, opts?: CustomResourceOptions);
@overload
def LoadBalancer(resource_name: str,
args: LoadBalancerArgs,
opts: Optional[ResourceOptions] = None)
@overload
def LoadBalancer(resource_name: str,
opts: Optional[ResourceOptions] = None,
vpc_id: Optional[str] = None,
zone_mappings: Optional[Sequence[LoadBalancerZoneMappingArgs]] = None,
address_ip_version: Optional[str] = None,
dry_run: Optional[bool] = None,
load_balancer_name: Optional[str] = None,
resource_group_id: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None)
func NewLoadBalancer(ctx *Context, name string, args LoadBalancerArgs, opts ...ResourceOption) (*LoadBalancer, error)
public LoadBalancer(string name, LoadBalancerArgs args, CustomResourceOptions? opts = null)
public LoadBalancer(String name, LoadBalancerArgs args)
public LoadBalancer(String name, LoadBalancerArgs args, CustomResourceOptions options)
type: alicloud:gwlb:LoadBalancer
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LoadBalancerArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleloadBalancerResourceResourceFromGwlbloadBalancer = new AliCloud.Gwlb.LoadBalancer("exampleloadBalancerResourceResourceFromGwlbloadBalancer", new()
{
VpcId = "string",
ZoneMappings = new[]
{
new AliCloud.Gwlb.Inputs.LoadBalancerZoneMappingArgs
{
VswitchId = "string",
ZoneId = "string",
LoadBalancerAddresses = new[]
{
new AliCloud.Gwlb.Inputs.LoadBalancerZoneMappingLoadBalancerAddressArgs
{
EniId = "string",
PrivateIpv4Address = "string",
},
},
},
},
AddressIpVersion = "string",
DryRun = false,
LoadBalancerName = "string",
ResourceGroupId = "string",
Tags =
{
{ "string", "string" },
},
});
example, err := gwlb.NewLoadBalancer(ctx, "exampleloadBalancerResourceResourceFromGwlbloadBalancer", &gwlb.LoadBalancerArgs{
VpcId: pulumi.String("string"),
ZoneMappings: gwlb.LoadBalancerZoneMappingArray{
&gwlb.LoadBalancerZoneMappingArgs{
VswitchId: pulumi.String("string"),
ZoneId: pulumi.String("string"),
LoadBalancerAddresses: gwlb.LoadBalancerZoneMappingLoadBalancerAddressArray{
&gwlb.LoadBalancerZoneMappingLoadBalancerAddressArgs{
EniId: pulumi.String("string"),
PrivateIpv4Address: pulumi.String("string"),
},
},
},
},
AddressIpVersion: pulumi.String("string"),
DryRun: pulumi.Bool(false),
LoadBalancerName: pulumi.String("string"),
ResourceGroupId: pulumi.String("string"),
Tags: pulumi.StringMap{
"string": pulumi.String("string"),
},
})
var exampleloadBalancerResourceResourceFromGwlbloadBalancer = new LoadBalancer("exampleloadBalancerResourceResourceFromGwlbloadBalancer", LoadBalancerArgs.builder()
.vpcId("string")
.zoneMappings(LoadBalancerZoneMappingArgs.builder()
.vswitchId("string")
.zoneId("string")
.loadBalancerAddresses(LoadBalancerZoneMappingLoadBalancerAddressArgs.builder()
.eniId("string")
.privateIpv4Address("string")
.build())
.build())
.addressIpVersion("string")
.dryRun(false)
.loadBalancerName("string")
.resourceGroupId("string")
.tags(Map.of("string", "string"))
.build());
exampleload_balancer_resource_resource_from_gwlbload_balancer = alicloud.gwlb.LoadBalancer("exampleloadBalancerResourceResourceFromGwlbloadBalancer",
vpc_id="string",
zone_mappings=[{
"vswitch_id": "string",
"zone_id": "string",
"load_balancer_addresses": [{
"eni_id": "string",
"private_ipv4_address": "string",
}],
}],
address_ip_version="string",
dry_run=False,
load_balancer_name="string",
resource_group_id="string",
tags={
"string": "string",
})
const exampleloadBalancerResourceResourceFromGwlbloadBalancer = new alicloud.gwlb.LoadBalancer("exampleloadBalancerResourceResourceFromGwlbloadBalancer", {
vpcId: "string",
zoneMappings: [{
vswitchId: "string",
zoneId: "string",
loadBalancerAddresses: [{
eniId: "string",
privateIpv4Address: "string",
}],
}],
addressIpVersion: "string",
dryRun: false,
loadBalancerName: "string",
resourceGroupId: "string",
tags: {
string: "string",
},
});
type: alicloud:gwlb:LoadBalancer
properties:
addressIpVersion: string
dryRun: false
loadBalancerName: string
resourceGroupId: string
tags:
string: string
vpcId: string
zoneMappings:
- loadBalancerAddresses:
- eniId: string
privateIpv4Address: string
vswitchId: string
zoneId: string
LoadBalancer Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The LoadBalancer resource accepts the following input properties:
- Vpc
Id string - The virtual private cloud (VPC) ID.
- Zone
Mappings List<Pulumi.Ali Cloud. Gwlb. Inputs. Load Balancer Zone Mapping> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - Address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- Dry
Run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- Load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- Resource
Group stringId - The ID of the resource group.
- Dictionary<string, string>
- The tag keys. You can specify at most 20 tags in each call.
- Vpc
Id string - The virtual private cloud (VPC) ID.
- Zone
Mappings []LoadBalancer Zone Mapping Args - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - Address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- Dry
Run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- Load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- Resource
Group stringId - The ID of the resource group.
- map[string]string
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id String - The virtual private cloud (VPC) ID.
- zone
Mappings List<LoadBalancer Zone Mapping> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - address
Ip StringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- dry
Run Boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer StringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group StringId - The ID of the resource group.
- Map<String,String>
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id string - The virtual private cloud (VPC) ID.
- zone
Mappings LoadBalancer Zone Mapping[] - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- dry
Run boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group stringId - The ID of the resource group.
- {[key: string]: string}
- The tag keys. You can specify at most 20 tags in each call.
- vpc_
id str - The virtual private cloud (VPC) ID.
- zone_
mappings Sequence[LoadBalancer Zone Mapping Args] - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - address_
ip_ strversion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- dry_
run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load_
balancer_ strname The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource_
group_ strid - The ID of the resource group.
- Mapping[str, str]
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id String - The virtual private cloud (VPC) ID.
- zone
Mappings List<Property Map> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below. - address
Ip StringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- dry
Run Boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer StringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group StringId - The ID of the resource group.
- Map<String>
- The tag keys. You can specify at most 20 tags in each call.
Outputs
All input properties are implicitly available as output properties. Additionally, the LoadBalancer resource produces the following output properties:
- Create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The GWLB instance status.
- Create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- Id string
- The provider-assigned unique ID for this managed resource.
- Status string
- The GWLB instance status.
- create
Time String - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The GWLB instance status.
- create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- id string
- The provider-assigned unique ID for this managed resource.
- status string
- The GWLB instance status.
- create_
time str - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- id str
- The provider-assigned unique ID for this managed resource.
- status str
- The GWLB instance status.
- create
Time String - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- id String
- The provider-assigned unique ID for this managed resource.
- status String
- The GWLB instance status.
Look up Existing LoadBalancer Resource
Get an existing LoadBalancer resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: LoadBalancerState, opts?: CustomResourceOptions): LoadBalancer
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
address_ip_version: Optional[str] = None,
create_time: Optional[str] = None,
dry_run: Optional[bool] = None,
load_balancer_name: Optional[str] = None,
resource_group_id: Optional[str] = None,
status: Optional[str] = None,
tags: Optional[Mapping[str, str]] = None,
vpc_id: Optional[str] = None,
zone_mappings: Optional[Sequence[LoadBalancerZoneMappingArgs]] = None) -> LoadBalancer
func GetLoadBalancer(ctx *Context, name string, id IDInput, state *LoadBalancerState, opts ...ResourceOption) (*LoadBalancer, error)
public static LoadBalancer Get(string name, Input<string> id, LoadBalancerState? state, CustomResourceOptions? opts = null)
public static LoadBalancer get(String name, Output<String> id, LoadBalancerState state, CustomResourceOptions options)
resources: _: type: alicloud:gwlb:LoadBalancer get: id: ${id}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- Create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- Dry
Run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- Load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- Resource
Group stringId - The ID of the resource group.
- Status string
- The GWLB instance status.
- Dictionary<string, string>
- The tag keys. You can specify at most 20 tags in each call.
- Vpc
Id string - The virtual private cloud (VPC) ID.
- Zone
Mappings List<Pulumi.Ali Cloud. Gwlb. Inputs. Load Balancer Zone Mapping> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
- Address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- Create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- Dry
Run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- Load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- Resource
Group stringId - The ID of the resource group.
- Status string
- The GWLB instance status.
- map[string]string
- The tag keys. You can specify at most 20 tags in each call.
- Vpc
Id string - The virtual private cloud (VPC) ID.
- Zone
Mappings []LoadBalancer Zone Mapping Args - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
- address
Ip StringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- create
Time String - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- dry
Run Boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer StringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group StringId - The ID of the resource group.
- status String
- The GWLB instance status.
- Map<String,String>
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id String - The virtual private cloud (VPC) ID.
- zone
Mappings List<LoadBalancer Zone Mapping> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
- address
Ip stringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- create
Time string - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- dry
Run boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer stringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group stringId - The ID of the resource group.
- status string
- The GWLB instance status.
- {[key: string]: string}
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id string - The virtual private cloud (VPC) ID.
- zone
Mappings LoadBalancer Zone Mapping[] - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
- address_
ip_ strversion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- create_
time str - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- dry_
run bool - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load_
balancer_ strname The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource_
group_ strid - The ID of the resource group.
- status str
- The GWLB instance status.
- Mapping[str, str]
- The tag keys. You can specify at most 20 tags in each call.
- vpc_
id str - The virtual private cloud (VPC) ID.
- zone_
mappings Sequence[LoadBalancer Zone Mapping Args] - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
- address
Ip StringVersion - The IP version. Valid values:
Ipv4
: IPv4 (default)
- create
Time String - The time when the resource was created. The time follows the ISO 8601 standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
- dry
Run Boolean - Specifies whether to perform a dry run, without performing the actual request. Valid values:
- load
Balancer StringName The GWLB instance name.
The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), underscores (_), and hyphens (-). The name must start with a letter.
- resource
Group StringId - The ID of the resource group.
- status String
- The GWLB instance status.
- Map<String>
- The tag keys. You can specify at most 20 tags in each call.
- vpc
Id String - The virtual private cloud (VPC) ID.
- zone
Mappings List<Property Map> - The mappings between zones and vSwitches. You must specify at least one zone. You can specify at most 20 zones. If the region supports two or more zones, we recommend that you select two or more zones. See
zone_mappings
below.
Supporting Types
LoadBalancerZoneMapping, LoadBalancerZoneMappingArgs
- Vswitch
Id string - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- Zone
Id string - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- Load
Balancer List<Pulumi.Addresses Ali Cloud. Gwlb. Inputs. Load Balancer Zone Mapping Load Balancer Address> - The information about the IP addresses used by the GWLB instance.
- Vswitch
Id string - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- Zone
Id string - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- Load
Balancer []LoadAddresses Balancer Zone Mapping Load Balancer Address - The information about the IP addresses used by the GWLB instance.
- vswitch
Id String - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- zone
Id String - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- load
Balancer List<LoadAddresses Balancer Zone Mapping Load Balancer Address> - The information about the IP addresses used by the GWLB instance.
- vswitch
Id string - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- zone
Id string - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- load
Balancer LoadAddresses Balancer Zone Mapping Load Balancer Address[] - The information about the IP addresses used by the GWLB instance.
- vswitch_
id str - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- zone_
id str - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- load_
balancer_ Sequence[Loadaddresses Balancer Zone Mapping Load Balancer Address] - The information about the IP addresses used by the GWLB instance.
- vswitch
Id String - The ID of the vSwitch in the zone. You can specify only one vSwitch (subnet) in each zone of a GWLB instance.
- zone
Id String - The zone ID. You can call the DescribeZones operation to query the most recent zone list.
- load
Balancer List<Property Map>Addresses - The information about the IP addresses used by the GWLB instance.
LoadBalancerZoneMappingLoadBalancerAddress, LoadBalancerZoneMappingLoadBalancerAddressArgs
- Eni
Id string - The ID of the elastic network interface (ENI) used by the GWLB instance.
- Private
Ipv4Address string - The private IPv4 address.
- Eni
Id string - The ID of the elastic network interface (ENI) used by the GWLB instance.
- Private
Ipv4Address string - The private IPv4 address.
- eni
Id String - The ID of the elastic network interface (ENI) used by the GWLB instance.
- private
Ipv4Address String - The private IPv4 address.
- eni
Id string - The ID of the elastic network interface (ENI) used by the GWLB instance.
- private
Ipv4Address string - The private IPv4 address.
- eni_
id str - The ID of the elastic network interface (ENI) used by the GWLB instance.
- private_
ipv4_ straddress - The private IPv4 address.
- eni
Id String - The ID of the elastic network interface (ENI) used by the GWLB instance.
- private
Ipv4Address String - The private IPv4 address.
Import
GWLB Load Balancer can be imported using the id, e.g.
$ pulumi import alicloud:gwlb/loadBalancer:LoadBalancer example <id>
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- Alibaba Cloud pulumi/pulumi-alicloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
alicloud
Terraform Provider.