1. Packages
  2. Alibaba Cloud Provider
  3. API Docs
  4. alb
  5. LoadBalancerAccessLogConfigAttachment
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

alicloud.alb.LoadBalancerAccessLogConfigAttachment

Explore with Pulumi AI

alicloud logo
Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi

    Provides a Application Load Balancer (ALB) Load Balancer Access Log Config Attachment resource.

    Attachment between ALB and AccessLog.

    For information about Application Load Balancer (ALB) Load Balancer Access Log Config Attachment and how to use it, see What is Load Balancer Access Log Config Attachment.

    NOTE: Available since v1.241.0.

    Create LoadBalancerAccessLogConfigAttachment Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LoadBalancerAccessLogConfigAttachment(name: string, args: LoadBalancerAccessLogConfigAttachmentArgs, opts?: CustomResourceOptions);
    @overload
    def LoadBalancerAccessLogConfigAttachment(resource_name: str,
                                              args: LoadBalancerAccessLogConfigAttachmentArgs,
                                              opts: Optional[ResourceOptions] = None)
    
    @overload
    def LoadBalancerAccessLogConfigAttachment(resource_name: str,
                                              opts: Optional[ResourceOptions] = None,
                                              load_balancer_id: Optional[str] = None,
                                              log_project: Optional[str] = None,
                                              log_store: Optional[str] = None)
    func NewLoadBalancerAccessLogConfigAttachment(ctx *Context, name string, args LoadBalancerAccessLogConfigAttachmentArgs, opts ...ResourceOption) (*LoadBalancerAccessLogConfigAttachment, error)
    public LoadBalancerAccessLogConfigAttachment(string name, LoadBalancerAccessLogConfigAttachmentArgs args, CustomResourceOptions? opts = null)
    public LoadBalancerAccessLogConfigAttachment(String name, LoadBalancerAccessLogConfigAttachmentArgs args)
    public LoadBalancerAccessLogConfigAttachment(String name, LoadBalancerAccessLogConfigAttachmentArgs args, CustomResourceOptions options)
    
    type: alicloud:alb:LoadBalancerAccessLogConfigAttachment
    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 LoadBalancerAccessLogConfigAttachmentArgs
    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 LoadBalancerAccessLogConfigAttachmentArgs
    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 LoadBalancerAccessLogConfigAttachmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadBalancerAccessLogConfigAttachmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadBalancerAccessLogConfigAttachmentArgs
    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 loadBalancerAccessLogConfigAttachmentResource = new AliCloud.Alb.LoadBalancerAccessLogConfigAttachment("loadBalancerAccessLogConfigAttachmentResource", new()
    {
        LoadBalancerId = "string",
        LogProject = "string",
        LogStore = "string",
    });
    
    example, err := alb.NewLoadBalancerAccessLogConfigAttachment(ctx, "loadBalancerAccessLogConfigAttachmentResource", &alb.LoadBalancerAccessLogConfigAttachmentArgs{
    	LoadBalancerId: pulumi.String("string"),
    	LogProject:     pulumi.String("string"),
    	LogStore:       pulumi.String("string"),
    })
    
    var loadBalancerAccessLogConfigAttachmentResource = new LoadBalancerAccessLogConfigAttachment("loadBalancerAccessLogConfigAttachmentResource", LoadBalancerAccessLogConfigAttachmentArgs.builder()
        .loadBalancerId("string")
        .logProject("string")
        .logStore("string")
        .build());
    
    load_balancer_access_log_config_attachment_resource = alicloud.alb.LoadBalancerAccessLogConfigAttachment("loadBalancerAccessLogConfigAttachmentResource",
        load_balancer_id="string",
        log_project="string",
        log_store="string")
    
    const loadBalancerAccessLogConfigAttachmentResource = new alicloud.alb.LoadBalancerAccessLogConfigAttachment("loadBalancerAccessLogConfigAttachmentResource", {
        loadBalancerId: "string",
        logProject: "string",
        logStore: "string",
    });
    
    type: alicloud:alb:LoadBalancerAccessLogConfigAttachment
    properties:
        loadBalancerId: string
        logProject: string
        logStore: string
    

    LoadBalancerAccessLogConfigAttachment 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 LoadBalancerAccessLogConfigAttachment resource accepts the following input properties:

    LoadBalancerId string
    The ID of the load balancing instance.
    LogProject string
    The log items shipped by the access log.
    LogStore string
    Logstore for log delivery.
    LoadBalancerId string
    The ID of the load balancing instance.
    LogProject string
    The log items shipped by the access log.
    LogStore string
    Logstore for log delivery.
    loadBalancerId String
    The ID of the load balancing instance.
    logProject String
    The log items shipped by the access log.
    logStore String
    Logstore for log delivery.
    loadBalancerId string
    The ID of the load balancing instance.
    logProject string
    The log items shipped by the access log.
    logStore string
    Logstore for log delivery.
    load_balancer_id str
    The ID of the load balancing instance.
    log_project str
    The log items shipped by the access log.
    log_store str
    Logstore for log delivery.
    loadBalancerId String
    The ID of the load balancing instance.
    logProject String
    The log items shipped by the access log.
    logStore String
    Logstore for log delivery.

    Outputs

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

    CreateTime string
    The creation time of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    CreateTime string
    The creation time of the resource
    Id string
    The provider-assigned unique ID for this managed resource.
    createTime String
    The creation time of the resource
    id String
    The provider-assigned unique ID for this managed resource.
    createTime string
    The creation time of the resource
    id string
    The provider-assigned unique ID for this managed resource.
    create_time str
    The creation time of the resource
    id str
    The provider-assigned unique ID for this managed resource.
    createTime String
    The creation time of the resource
    id String
    The provider-assigned unique ID for this managed resource.

    Look up Existing LoadBalancerAccessLogConfigAttachment Resource

    Get an existing LoadBalancerAccessLogConfigAttachment 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?: LoadBalancerAccessLogConfigAttachmentState, opts?: CustomResourceOptions): LoadBalancerAccessLogConfigAttachment
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            create_time: Optional[str] = None,
            load_balancer_id: Optional[str] = None,
            log_project: Optional[str] = None,
            log_store: Optional[str] = None) -> LoadBalancerAccessLogConfigAttachment
    func GetLoadBalancerAccessLogConfigAttachment(ctx *Context, name string, id IDInput, state *LoadBalancerAccessLogConfigAttachmentState, opts ...ResourceOption) (*LoadBalancerAccessLogConfigAttachment, error)
    public static LoadBalancerAccessLogConfigAttachment Get(string name, Input<string> id, LoadBalancerAccessLogConfigAttachmentState? state, CustomResourceOptions? opts = null)
    public static LoadBalancerAccessLogConfigAttachment get(String name, Output<String> id, LoadBalancerAccessLogConfigAttachmentState state, CustomResourceOptions options)
    resources:  _:    type: alicloud:alb:LoadBalancerAccessLogConfigAttachment    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.
    The following state arguments are supported:
    CreateTime string
    The creation time of the resource
    LoadBalancerId string
    The ID of the load balancing instance.
    LogProject string
    The log items shipped by the access log.
    LogStore string
    Logstore for log delivery.
    CreateTime string
    The creation time of the resource
    LoadBalancerId string
    The ID of the load balancing instance.
    LogProject string
    The log items shipped by the access log.
    LogStore string
    Logstore for log delivery.
    createTime String
    The creation time of the resource
    loadBalancerId String
    The ID of the load balancing instance.
    logProject String
    The log items shipped by the access log.
    logStore String
    Logstore for log delivery.
    createTime string
    The creation time of the resource
    loadBalancerId string
    The ID of the load balancing instance.
    logProject string
    The log items shipped by the access log.
    logStore string
    Logstore for log delivery.
    create_time str
    The creation time of the resource
    load_balancer_id str
    The ID of the load balancing instance.
    log_project str
    The log items shipped by the access log.
    log_store str
    Logstore for log delivery.
    createTime String
    The creation time of the resource
    loadBalancerId String
    The ID of the load balancing instance.
    logProject String
    The log items shipped by the access log.
    logStore String
    Logstore for log delivery.

    Import

    Application Load Balancer (ALB) Load Balancer Access Log Config Attachment can be imported using the id, e.g.

    $ pulumi import alicloud:alb/loadBalancerAccessLogConfigAttachment:LoadBalancerAccessLogConfigAttachment 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.
    alicloud logo
    Alibaba Cloud v3.75.0 published on Friday, Mar 7, 2025 by Pulumi