alicloud logo
Alibaba Cloud v3.34.0, Mar 17 23

alicloud.ga.Acl

Provides a Global Accelerator (GA) Acl resource.

For information about Global Accelerator (GA) Acl and how to use it, see What is Acl.

NOTE: Available in v1.150.0+.

Example Usage

Basic Usage

using System.Collections.Generic;
using Pulumi;
using AliCloud = Pulumi.AliCloud;

return await Deployment.RunAsync(() => 
{
    var @default = new AliCloud.Ga.Acl("default", new()
    {
        AclEntries = new[]
        {
            new AliCloud.Ga.Inputs.AclAclEntryArgs
            {
                Entry = "192.168.1.0/24",
                EntryDescription = "tf-test1",
            },
        },
        AclName = "tf-testAccAcl",
        AddressIpVersion = "IPv4",
    });

});
package main

import (
	"github.com/pulumi/pulumi-alicloud/sdk/v3/go/alicloud/ga"
	"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)

func main() {
	pulumi.Run(func(ctx *pulumi.Context) error {
		_, err := ga.NewAcl(ctx, "default", &ga.AclArgs{
			AclEntries: ga.AclAclEntryArray{
				&ga.AclAclEntryArgs{
					Entry:            pulumi.String("192.168.1.0/24"),
					EntryDescription: pulumi.String("tf-test1"),
				},
			},
			AclName:          pulumi.String("tf-testAccAcl"),
			AddressIpVersion: pulumi.String("IPv4"),
		})
		if err != nil {
			return err
		}
		return nil
	})
}
package generated_program;

import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.alicloud.ga.Acl;
import com.pulumi.alicloud.ga.AclArgs;
import com.pulumi.alicloud.ga.inputs.AclAclEntryArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;

public class App {
    public static void main(String[] args) {
        Pulumi.run(App::stack);
    }

    public static void stack(Context ctx) {
        var default_ = new Acl("default", AclArgs.builder()        
            .aclEntries(AclAclEntryArgs.builder()
                .entry("192.168.1.0/24")
                .entryDescription("tf-test1")
                .build())
            .aclName("tf-testAccAcl")
            .addressIpVersion("IPv4")
            .build());

    }
}
import pulumi
import pulumi_alicloud as alicloud

default = alicloud.ga.Acl("default",
    acl_entries=[alicloud.ga.AclAclEntryArgs(
        entry="192.168.1.0/24",
        entry_description="tf-test1",
    )],
    acl_name="tf-testAccAcl",
    address_ip_version="IPv4")
import * as pulumi from "@pulumi/pulumi";
import * as alicloud from "@pulumi/alicloud";

const _default = new alicloud.ga.Acl("default", {
    aclEntries: [{
        entry: "192.168.1.0/24",
        entryDescription: "tf-test1",
    }],
    aclName: "tf-testAccAcl",
    addressIpVersion: "IPv4",
});
resources:
  default:
    type: alicloud:ga:Acl
    properties:
      aclEntries:
        - entry: 192.168.1.0/24
          entryDescription: tf-test1
      aclName: tf-testAccAcl
      addressIpVersion: IPv4

Create Acl Resource

new Acl(name: string, args: AclArgs, opts?: CustomResourceOptions);
@overload
def Acl(resource_name: str,
        opts: Optional[ResourceOptions] = None,
        acl_entries: Optional[Sequence[AclAclEntryArgs]] = None,
        acl_name: Optional[str] = None,
        address_ip_version: Optional[str] = None,
        dry_run: Optional[bool] = None)
@overload
def Acl(resource_name: str,
        args: AclArgs,
        opts: Optional[ResourceOptions] = None)
func NewAcl(ctx *Context, name string, args AclArgs, opts ...ResourceOption) (*Acl, error)
public Acl(string name, AclArgs args, CustomResourceOptions? opts = null)
public Acl(String name, AclArgs args)
public Acl(String name, AclArgs args, CustomResourceOptions options)
type: alicloud:ga:Acl
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args AclArgs
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 AclArgs
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 AclArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args AclArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args AclArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Acl Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

The Acl resource accepts the following input properties:

AddressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

AclEntries List<Pulumi.AliCloud.Ga.Inputs.AclAclEntryArgs>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

AclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

DryRun bool

The dry run.

AddressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

AclEntries []AclAclEntryArgs

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

AclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

DryRun bool

The dry run.

addressIpVersion String

The IP version. Valid values: IPv4 and IPv6.

aclEntries List<AclAclEntryArgs>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName String

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

dryRun Boolean

The dry run.

addressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

aclEntries AclAclEntryArgs[]

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

dryRun boolean

The dry run.

address_ip_version str

The IP version. Valid values: IPv4 and IPv6.

acl_entries Sequence[AclAclEntryArgs]

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

acl_name str

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

dry_run bool

The dry run.

addressIpVersion String

The IP version. Valid values: IPv4 and IPv6.

aclEntries List<Property Map>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName String

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

dryRun Boolean

The dry run.

Outputs

All input properties are implicitly available as output properties. Additionally, the Acl resource produces the following output properties:

Id string

The provider-assigned unique ID for this managed resource.

Status string

The status of the resource.

Id string

The provider-assigned unique ID for this managed resource.

Status string

The status of the resource.

id String

The provider-assigned unique ID for this managed resource.

status String

The status of the resource.

id string

The provider-assigned unique ID for this managed resource.

status string

The status of the resource.

id str

The provider-assigned unique ID for this managed resource.

status str

The status of the resource.

id String

The provider-assigned unique ID for this managed resource.

status String

The status of the resource.

Look up Existing Acl Resource

Get an existing Acl 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?: AclState, opts?: CustomResourceOptions): Acl
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        acl_entries: Optional[Sequence[AclAclEntryArgs]] = None,
        acl_name: Optional[str] = None,
        address_ip_version: Optional[str] = None,
        dry_run: Optional[bool] = None,
        status: Optional[str] = None) -> Acl
func GetAcl(ctx *Context, name string, id IDInput, state *AclState, opts ...ResourceOption) (*Acl, error)
public static Acl Get(string name, Input<string> id, AclState? state, CustomResourceOptions? opts = null)
public static Acl get(String name, Output<String> id, AclState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
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.
The following state arguments are supported:
AclEntries List<Pulumi.AliCloud.Ga.Inputs.AclAclEntryArgs>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

AclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

AddressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

DryRun bool

The dry run.

Status string

The status of the resource.

AclEntries []AclAclEntryArgs

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

AclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

AddressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

DryRun bool

The dry run.

Status string

The status of the resource.

aclEntries List<AclAclEntryArgs>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName String

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

addressIpVersion String

The IP version. Valid values: IPv4 and IPv6.

dryRun Boolean

The dry run.

status String

The status of the resource.

aclEntries AclAclEntryArgs[]

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName string

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

addressIpVersion string

The IP version. Valid values: IPv4 and IPv6.

dryRun boolean

The dry run.

status string

The status of the resource.

acl_entries Sequence[AclAclEntryArgs]

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

acl_name str

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

address_ip_version str

The IP version. Valid values: IPv4 and IPv6.

dry_run bool

The dry run.

status str

The status of the resource.

aclEntries List<Property Map>

The entries of the Acl. See the following Block acl_entries. NOTE: "Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource alicloud.ga.AclEntryAttachment."

Deprecated:

Field 'acl_entries' has been deprecated from provider version 1.190.0 and it will be removed in the future version. Please use the new resource 'alicloud_ga_acl_entry_attachment'.

aclName String

The name of the ACL. The name must be 2 to 128 characters in length, and can contain letters, digits, periods (.), hyphens (-) and underscores (_). It must start with a letter.

addressIpVersion String

The IP version. Valid values: IPv4 and IPv6.

dryRun Boolean

The dry run.

status String

The status of the resource.

Supporting Types

AclAclEntry

Entry string

The IP entry that you want to add to the ACL.

EntryDescription string

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

Entry string

The IP entry that you want to add to the ACL.

EntryDescription string

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

entry String

The IP entry that you want to add to the ACL.

entryDescription String

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

entry string

The IP entry that you want to add to the ACL.

entryDescription string

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

entry str

The IP entry that you want to add to the ACL.

entry_description str

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

entry String

The IP entry that you want to add to the ACL.

entryDescription String

The description of the IP entry. The description must be 1 to 256 characters in length, and can contain letters, digits, hyphens (-), forward slashes (/), periods (.),and underscores (_).

Import

Global Accelerator (GA) Acl can be imported using the id, e.g.

 $ pulumi import alicloud:ga/acl:Acl example <id>

Package Details

Repository
Alibaba Cloud pulumi/pulumi-alicloud
License
Apache-2.0
Notes

This Pulumi package is based on the alicloud Terraform Provider.