_aws_profile Input Column
The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
load_balancer_attributes
Information about the load balancer attributes. | STRUCT( "cross_zone_load_balancing" STRUCT( "enabled" BOOLEAN ), "access_log" STRUCT( "enabled" BOOLEAN, "s3_bucket_name" VARCHAR, "emit_interval" BIGINT, "s3_bucket_prefix" VARCHAR ), "connection_draining" STRUCT( "enabled" BOOLEAN, "timeout" BIGINT ), "connection_settings" STRUCT( "idle_timeout" BIGINT ), "additional_attributes" STRUCT( "key" VARCHAR, "value" VARCHAR )[] ) |
Show child fields- load_balancer_attributes.access_log
If enabled, the load balancer captures detailed information of all requests and delivers the information to the Amazon S3 bucket that you specify. For more information, see Enable Access Logs in the Classic Load Balancers Guide. Show child fields- load_balancer_attributes.access_log.emit_interval
The interval for publishing the access logs. You can specify an interval of either 5 minutes or 60 minutes. Default: 60 minutes
- load_balancer_attributes.access_log.enabled
Specifies whether access logs are enabled for the load balancer.
- load_balancer_attributes.access_log.s3_bucket_name
The name of the Amazon S3 bucket where the access logs are stored.
- load_balancer_attributes.access_log.s3_bucket_prefix
The logical hierarchy you created for your Amazon S3 bucket, for example my-bucket-prefix/prod. If the prefix is not provided, the log is placed at the root level of the bucket.
- load_balancer_attributes.additional_attributes[]
Show child fields- load_balancer_attributes.additional_attributes[].key
The name of the attribute. The following attribute is supported. -
elb.http.desyncmitigationmode - Determines how the load balancer handles requests that might pose a security risk to your application. The possible values are monitor, defensive, and strictest. The default is defensive.
- load_balancer_attributes.additional_attributes[].value
This value of the attribute.
- load_balancer_attributes.connection_draining
If enabled, the load balancer allows existing requests to complete before the load balancer shifts traffic away from a deregistered or unhealthy instance. For more information, see Configure Connection Draining in the Classic Load Balancers Guide. Show child fields- load_balancer_attributes.connection_draining.enabled
Specifies whether connection draining is enabled for the load balancer.
- load_balancer_attributes.connection_draining.timeout
The maximum time, in seconds, to keep the existing connections open before deregistering the instances.
- load_balancer_attributes.connection_settings
If enabled, the load balancer allows the connections to remain idle (no data is sent over the connection) for the specified duration. By default, Elastic Load Balancing maintains a 60-second idle connection timeout for both front-end and back-end connections of your load balancer. For more information, see Configure Idle Connection Timeout in the Classic Load Balancers Guide. Show child fields- load_balancer_attributes.connection_settings.idle_timeout
The time, in seconds, that the connection is allowed to be idle (no data has been sent over the connection) before it is closed by the load balancer.
- load_balancer_attributes.cross_zone_load_balancing
If enabled, the load balancer routes the request traffic evenly across all instances regardless of the Availability Zones. For more information, see Configure Cross-Zone Load Balancing in the Classic Load Balancers Guide. Show child fields- load_balancer_attributes.cross_zone_load_balancing.enabled
Specifies whether cross-zone load balancing is enabled for the load balancer.
|