- 필수 기능
- 시작하기
- Glossary
- 표준 속성
- Guides
- Agent
- 통합
- 개방형텔레메트리
- 개발자
- API
- Datadog Mobile App
- CoScreen
- Cloudcraft
- 앱 내
- 서비스 관리
- 인프라스트럭처
- 애플리케이션 성능
- APM
- Continuous Profiler
- 스팬 시각화
- 데이터 스트림 모니터링
- 데이터 작업 모니터링
- 디지털 경험
- 소프트웨어 제공
- 보안
- AI Observability
- 로그 관리
- 관리
account_id
Type: STRING
attributes
Type: UNORDERED_LIST_STRUCT
Provider name: Attributes
Description: Information about the load balancer attributes.
key
STRING
Key
deletion_protection.enabled
- Indicates whether deletion protection is enabled. The value is true
or false
. The default is false
.load_balancing.cross_zone.enabled
- Indicates whether cross-zone load balancing is enabled. The possible values are true
and false
. The default for Network Load Balancers and Gateway Load Balancers is false
. The default for Application Load Balancers is true
, and cannot be changed.access_logs.s3.enabled
- Indicates whether access logs are enabled. The value is true
or false
. The default is false
.access_logs.s3.bucket
- The name of the S3 bucket for the access logs. This attribute is required if access logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.access_logs.s3.prefix
- The prefix for the location in the S3 bucket for the access logs.ipv6.deny_all_igw_traffic
- Blocks internet gateway (IGW) access to the load balancer. It is set to false
for internet-facing load balancers and true
for internal load balancers, preventing unintended access to your internal load balancer through an internet gateway.idle_timeout.timeout_seconds
- The idle timeout value, in seconds. The valid range is 1-4000 seconds. The default is 60 seconds.client_keep_alive.seconds
- The client keep alive value, in seconds. The valid range is 60-604800 seconds. The default is 3600 seconds.connection_logs.s3.enabled
- Indicates whether connection logs are enabled. The value is true
or false
. The default is false
.connection_logs.s3.bucket
- The name of the S3 bucket for the connection logs. This attribute is required if connection logs are enabled. The bucket must exist in the same region as the load balancer and have a bucket policy that grants Elastic Load Balancing permissions to write to the bucket.connection_logs.s3.prefix
- The prefix for the location in the S3 bucket for the connection logs.routing.http.desync_mitigation_mode
- 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
.routing.http.drop_invalid_header_fields.enabled
- Indicates whether HTTP headers with invalid header fields are removed by the load balancer (true
) or routed to targets (false
). The default is false
.routing.http.preserve_host_header.enabled
- Indicates whether the Application Load Balancer should preserve the Host
header in the HTTP request and send it to the target without any change. The possible values are true
and false
. The default is false
.routing.http.x_amzn_tls_version_and_cipher_suite.enabled
- Indicates whether the two headers (x-amzn-tls-version
and x-amzn-tls-cipher-suite
), which contain information about the negotiated TLS version and cipher suite, are added to the client request before sending it to the target. The x-amzn-tls-version
header has information about the TLS protocol version negotiated with the client, and the x-amzn-tls-cipher-suite
header has information about the cipher suite negotiated with the client. Both headers are in OpenSSL format. The possible values for the attribute are true
and false
. The default is false
.routing.http.xff_client_port.enabled
- Indicates whether the X-Forwarded-For
header should preserve the source port that the client used to connect to the load balancer. The possible values are true
and false
. The default is false
.routing.http.xff_header_processing.mode
- Enables you to modify, preserve, or remove the X-Forwarded-For
header in the HTTP request before the Application Load Balancer sends the request to the target. The possible values are append
, preserve
, and remove
. The default is append
.append
, the Application Load Balancer adds the client IP address (of the last hop) to the X-Forwarded-For
header in the HTTP request before it sends it to targets.preserve
the Application Load Balancer preserves the X-Forwarded-For
header in the HTTP request, and sends it to targets without any change.remove
, the Application Load Balancer removes the X-Forwarded-For
header in the HTTP request before it sends it to targets.routing.http2.enabled
- Indicates whether HTTP/2 is enabled. The possible values are true
and false
. The default is true
. Elastic Load Balancing requires that message header names contain only alphanumeric characters and hyphens.waf.fail_open.enabled
- Indicates whether to allow a WAF-enabled load balancer to route requests to targets if it is unable to forward the request to Amazon Web Services WAF. The possible values are true
and false
. The default is false
.dns_record.client_routing_policy
- Indicates how traffic is distributed among the load balancer Availability Zones. The possible values are availability_zone_affinity
with 100 percent zonal affinity, partial_availability_zone_affinity
with 85 percent zonal affinity, and any_availability_zone
with 0 percent zonal affinity.value
STRING
Value
availability_zones
Type: UNORDERED_LIST_STRUCT
Provider name: AvailabilityZones
Description: The subnets for the load balancer.
load_balancer_addresses
UNORDERED_LIST_STRUCT
LoadBalancerAddresses
allocation_id
STRING
AllocationId
i_pv6_address
STRING
IPv6Address
ip_address
STRING
IpAddress
private_ipv4_address
STRING
PrivateIPv4Address
outpost_id
STRING
OutpostId
subnet_id
STRING
SubnetId
zone_name
STRING
ZoneName
canonical_hosted_zone_id
Type: STRING
Provider name: CanonicalHostedZoneId
Description: The ID of the Amazon Route 53 hosted zone associated with the load balancer.
created_time
Type: TIMESTAMP
Provider name: CreatedTime
Description: The date and time the load balancer was created.
customer_owned_ipv4_pool
Type: STRING
Provider name: CustomerOwnedIpv4Pool
Description: [Application Load Balancers on Outposts] The ID of the customer-owned address pool.
dns_name
Type: STRING
Provider name: DNSName
Description: The public DNS name of the load balancer.
enforce_inbound_rules_on_private_link_traffic
Type: STRING
Provider name: EnforceSecurityGroupInboundRulesOnPrivateLinkTraffic
Description: Indicates whether to evaluate inbound security group rules for traffic sent to a Network Load Balancer through Amazon Web Services PrivateLink.
ip_address_type
Type: STRING
Provider name: IpAddressType
Description: [Application Load Balancers] The type of IP addresses used for public or private connections by the subnets attached to your load balancer. The possible values are ipv4
(for only IPv4 addresses), dualstack
(for IPv4 and IPv6 addresses), and dualstack-without-public-ipv4
(for IPv6 only public addresses, with private IPv4 and IPv6 addresses). [Network Load Balancers and Gateway Load Balancers] The type of IP addresses used for public or private connections by the subnets attached to your load balancer. The possible values are ipv4
(for only IPv4 addresses) and dualstack
(for IPv4 and IPv6 addresses).
listeners
Type: UNORDERED_LIST_STRUCT
Provider name: Listeners
Description: Information about the listeners.
alpn_policy
UNORDERED_LIST_STRING
AlpnPolicy
certificates
UNORDERED_LIST_STRUCT
Certificates
certificate_arn
STRING
CertificateArn
is_default
BOOLEAN
IsDefault
default_actions
UNORDERED_LIST_STRUCT
DefaultActions
authenticate_cognito_config
STRUCT
AuthenticateCognitoConfig
Type
is authenticate-cognito
.authentication_request_extra_params
MAP_STRING_STRING
AuthenticationRequestExtraParams
on_unauthenticated_request
STRING
OnUnauthenticatedRequest
- Return an HTTP 401 Unauthorized error.
- Allow the request to be forwarded to the target.
- Redirect the request to the IdP authorization endpoint. This is the default value.
scope
STRING
Scope
openid
. To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.session_cookie_name
STRING
SessionCookieName
session_timeout
INT64
SessionTimeout
user_pool_arn
STRING
UserPoolArn
user_pool_client_id
STRING
UserPoolClientId
user_pool_domain
STRING
UserPoolDomain
authenticate_oidc_config
STRUCT
AuthenticateOidcConfig
Type
is authenticate-oidc
.authentication_request_extra_params
MAP_STRING_STRING
AuthenticationRequestExtraParams
authorization_endpoint
STRING
AuthorizationEndpoint
client_id
STRING
ClientId
client_secret
STRING
ClientSecret
UseExistingClientSecret
to true.issuer
STRING
Issuer
on_unauthenticated_request
STRING
OnUnauthenticatedRequest
- Return an HTTP 401 Unauthorized error.
- Allow the request to be forwarded to the target.
- Redirect the request to the IdP authorization endpoint. This is the default value.
scope
STRING
Scope
openid
. To verify which scope values your IdP supports and how to separate multiple values, see the documentation for your IdP.session_cookie_name
STRING
SessionCookieName
session_timeout
INT64
SessionTimeout
token_endpoint
STRING
TokenEndpoint
use_existing_client_secret
BOOLEAN
UseExistingClientSecret
user_info_endpoint
STRING
UserInfoEndpoint
fixed_response_config
STRUCT
FixedResponseConfig
Type
is fixed-response
.content_type
STRING
ContentType
message_body
STRING
MessageBody
status_code
STRING
StatusCode
forward_config
STRUCT
ForwardConfig
Type
is forward
. If you specify both ForwardConfig
and TargetGroupArn
, you can specify only one target group using ForwardConfig
and it must be the same target group specified in TargetGroupArn
.target_group_stickiness_config
STRUCT
TargetGroupStickinessConfig
duration_seconds
INT32
DurationSeconds
enabled
BOOLEAN
Enabled
target_groups
UNORDERED_LIST_STRUCT
TargetGroups
target_group_arn
STRING
TargetGroupArn
weight
INT32
Weight
order
INT32
Order
redirect_config
STRUCT
RedirectConfig
Type
is redirect
.host
STRING
Host
path
STRING
Path
port
STRING
Port
protocol
STRING
Protocol
query
STRING
Query
status_code
STRING
StatusCode
target_group_arn
STRING
TargetGroupArn
Type
is forward
and you want to route to a single target group. To route to one or more target groups, use ForwardConfig
instead.type
STRING
Type
listener_arn
STRING
ListenerArn
load_balancer_arn
STRING
LoadBalancerArn
mutual_authentication
STRUCT
MutualAuthentication
ignore_client_certificate_expiry
BOOLEAN
IgnoreClientCertificateExpiry
mode
STRING
Mode
off
, passthrough
or verify
. The default value is off
.trust_store_arn
STRING
TrustStoreArn
trust_store_association_status
STRING
TrustStoreAssociationStatus
port
INT32
Port
protocol
STRING
Protocol
ssl_policy
STRING
SslPolicy
load_balancer_arn
Type: STRING
Provider name: LoadBalancerArn
Description: The Amazon Resource Name (ARN) of the load balancer.
load_balancer_name
Type: STRING
Provider name: LoadBalancerName
Description: The name of the load balancer.
scheme
Type: STRING
Provider name: Scheme
Description: The nodes of an Internet-facing load balancer have public IP addresses. The DNS name of an Internet-facing load balancer is publicly resolvable to the public IP addresses of the nodes. Therefore, Internet-facing load balancers can route requests from clients over the internet. The nodes of an internal load balancer have only private IP addresses. The DNS name of an internal load balancer is publicly resolvable to the private IP addresses of the nodes. Therefore, internal load balancers can route requests only from clients with access to the VPC for the load balancer.
security_groups
Type: UNORDERED_LIST_STRING
Provider name: SecurityGroups
Description: The IDs of the security groups for the load balancer.
state
Type: STRUCT
Provider name: State
Description: The state of the load balancer.
code
STRING
Code
provisioning
. After the load balancer is fully set up and ready to route traffic, its state is active
. If load balancer is routing traffic but does not have the resources it needs to scale, its state isactive_impaired
. If the load balancer could not be set up, its state is failed
.reason
STRING
Reason
tags
Type: UNORDERED_LIST_STRING
type
Type: STRING
Provider name: Type
Description: The type of load balancer.
vpc_id
Type: STRING
Provider name: VpcId
Description: The ID of the VPC for the load balancer.