alicloud.alb.LoadBalancerAccessLogConfigAttachment
Explore with Pulumi AI
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:
- Load
Balancer stringId - The ID of the load balancing instance.
- Log
Project string - The log items shipped by the access log.
- Log
Store string - Logstore for log delivery.
- Load
Balancer stringId - The ID of the load balancing instance.
- Log
Project string - The log items shipped by the access log.
- Log
Store string - Logstore for log delivery.
- load
Balancer StringId - The ID of the load balancing instance.
- log
Project String - The log items shipped by the access log.
- log
Store String - Logstore for log delivery.
- load
Balancer stringId - The ID of the load balancing instance.
- log
Project string - The log items shipped by the access log.
- log
Store string - Logstore for log delivery.
- load_
balancer_ strid - 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.
- load
Balancer StringId - The ID of the load balancing instance.
- log
Project String - The log items shipped by the access log.
- log
Store String - Logstore for log delivery.
Outputs
All input properties are implicitly available as output properties. Additionally, the LoadBalancerAccessLogConfigAttachment resource produces the following output properties:
- Create
Time string - The creation time of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- Create
Time string - The creation time of the resource
- Id string
- The provider-assigned unique ID for this managed resource.
- create
Time String - The creation time of the resource
- id String
- The provider-assigned unique ID for this managed resource.
- create
Time 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.
- create
Time 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.
- Create
Time string - The creation time of the resource
- Load
Balancer stringId - The ID of the load balancing instance.
- Log
Project string - The log items shipped by the access log.
- Log
Store string - Logstore for log delivery.
- Create
Time string - The creation time of the resource
- Load
Balancer stringId - The ID of the load balancing instance.
- Log
Project string - The log items shipped by the access log.
- Log
Store string - Logstore for log delivery.
- create
Time String - The creation time of the resource
- load
Balancer StringId - The ID of the load balancing instance.
- log
Project String - The log items shipped by the access log.
- log
Store String - Logstore for log delivery.
- create
Time string - The creation time of the resource
- load
Balancer stringId - The ID of the load balancing instance.
- log
Project string - The log items shipped by the access log.
- log
Store string - Logstore for log delivery.
- create_
time str - The creation time of the resource
- load_
balancer_ strid - 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.
- create
Time String - The creation time of the resource
- load
Balancer StringId - The ID of the load balancing instance.
- log
Project String - The log items shipped by the access log.
- log
Store 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.