We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
aws-native.globalaccelerator.getEndpointGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi
Resource Type definition for AWS::GlobalAccelerator::EndpointGroup
Using getEndpointGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getEndpointGroup(args: GetEndpointGroupArgs, opts?: InvokeOptions): Promise<GetEndpointGroupResult>
function getEndpointGroupOutput(args: GetEndpointGroupOutputArgs, opts?: InvokeOptions): Output<GetEndpointGroupResult>def get_endpoint_group(endpoint_group_arn: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetEndpointGroupResult
def get_endpoint_group_output(endpoint_group_arn: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetEndpointGroupResult]func LookupEndpointGroup(ctx *Context, args *LookupEndpointGroupArgs, opts ...InvokeOption) (*LookupEndpointGroupResult, error)
func LookupEndpointGroupOutput(ctx *Context, args *LookupEndpointGroupOutputArgs, opts ...InvokeOption) LookupEndpointGroupResultOutput> Note: This function is named LookupEndpointGroup in the Go SDK.
public static class GetEndpointGroup 
{
    public static Task<GetEndpointGroupResult> InvokeAsync(GetEndpointGroupArgs args, InvokeOptions? opts = null)
    public static Output<GetEndpointGroupResult> Invoke(GetEndpointGroupInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEndpointGroupResult> getEndpointGroup(GetEndpointGroupArgs args, InvokeOptions options)
public static Output<GetEndpointGroupResult> getEndpointGroup(GetEndpointGroupArgs args, InvokeOptions options)
fn::invoke:
  function: aws-native:globalaccelerator:getEndpointGroup
  arguments:
    # arguments dictionaryThe following arguments are supported:
- EndpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- EndpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- endpointGroup StringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- endpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- endpoint_group_ strarn 
- The Amazon Resource Name (ARN) of the endpoint group
- endpointGroup StringArn 
- The Amazon Resource Name (ARN) of the endpoint group
getEndpointGroup Result
The following output properties are available:
- EndpointConfigurations List<Pulumi.Aws Native. Global Accelerator. Outputs. Endpoint Group Endpoint Configuration> 
- The list of endpoint objects.
- EndpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- HealthCheck intInterval Seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- HealthCheck stringPath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- HealthCheck intPort 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- HealthCheck Pulumi.Protocol Aws Native. Global Accelerator. Endpoint Group Health Check Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- PortOverrides List<Pulumi.Aws Native. Global Accelerator. Outputs. Endpoint Group Port Override> 
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- ThresholdCount int
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- TrafficDial doublePercentage 
- The percentage of traffic to sent to an AWS Region
- EndpointConfigurations []EndpointGroup Endpoint Configuration 
- The list of endpoint objects.
- EndpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- HealthCheck intInterval Seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- HealthCheck stringPath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- HealthCheck intPort 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- HealthCheck EndpointProtocol Group Health Check Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- PortOverrides []EndpointGroup Port Override 
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- ThresholdCount int
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- TrafficDial float64Percentage 
- The percentage of traffic to sent to an AWS Region
- endpointConfigurations List<EndpointGroup Endpoint Configuration> 
- The list of endpoint objects.
- endpointGroup StringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- healthCheck IntegerInterval Seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- healthCheck StringPath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- healthCheck IntegerPort 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- healthCheck EndpointProtocol Group Health Check Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- portOverrides List<EndpointGroup Port Override> 
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- thresholdCount Integer
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- trafficDial DoublePercentage 
- The percentage of traffic to sent to an AWS Region
- endpointConfigurations EndpointGroup Endpoint Configuration[] 
- The list of endpoint objects.
- endpointGroup stringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- healthCheck numberInterval Seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- healthCheck stringPath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- healthCheck numberPort 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- healthCheck EndpointProtocol Group Health Check Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- portOverrides EndpointGroup Port Override[] 
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- thresholdCount number
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- trafficDial numberPercentage 
- The percentage of traffic to sent to an AWS Region
- endpoint_configurations Sequence[EndpointGroup Endpoint Configuration] 
- The list of endpoint objects.
- endpoint_group_ strarn 
- The Amazon Resource Name (ARN) of the endpoint group
- health_check_ intinterval_ seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- health_check_ strpath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- health_check_ intport 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- health_check_ Endpointprotocol Group Health Check Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- port_overrides Sequence[EndpointGroup Port Override] 
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- threshold_count int
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- traffic_dial_ floatpercentage 
- The percentage of traffic to sent to an AWS Region
- endpointConfigurations List<Property Map>
- The list of endpoint objects.
- endpointGroup StringArn 
- The Amazon Resource Name (ARN) of the endpoint group
- healthCheck NumberInterval Seconds 
- The time in seconds between each health check for an endpoint. Must be a value of 10 or 30
- healthCheck StringPath 
- If the protocol is HTTP/S, then this value provides the ping path that Global Accelerator uses for the destination on the endpoints for health checks. The default is slash (/).
- healthCheck NumberPort 
- The port that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- healthCheck "TCP" | "HTTP" | "HTTPS"Protocol 
- The protocol that AWS Global Accelerator uses to check the health of endpoints in this endpoint group.
- portOverrides List<Property Map>
- Allows you to override the destination ports used to route traffic to an endpoint. Using a port override lets you map a list of external destination ports (that your users send traffic to) to a list of internal destination ports that you want an application endpoint to receive traffic on.
- thresholdCount Number
- The number of consecutive health checks required to set the state of the endpoint to unhealthy.
- trafficDial NumberPercentage 
- The percentage of traffic to sent to an AWS Region
Supporting Types
EndpointGroupEndpointConfiguration   
- EndpointId string
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- AttachmentArn string
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- ClientIp boolPreservation Enabled 
- true if client ip should be preserved
- Weight int
- The weight for the endpoint.
- EndpointId string
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- AttachmentArn string
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- ClientIp boolPreservation Enabled 
- true if client ip should be preserved
- Weight int
- The weight for the endpoint.
- endpointId String
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- attachmentArn String
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- clientIp BooleanPreservation Enabled 
- true if client ip should be preserved
- weight Integer
- The weight for the endpoint.
- endpointId string
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- attachmentArn string
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- clientIp booleanPreservation Enabled 
- true if client ip should be preserved
- weight number
- The weight for the endpoint.
- endpoint_id str
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- attachment_arn str
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- client_ip_ boolpreservation_ enabled 
- true if client ip should be preserved
- weight int
- The weight for the endpoint.
- endpointId String
- Id of the endpoint. For Network/Application Load Balancer this value is the ARN. For EIP, this value is the allocation ID. For EC2 instances, this is the EC2 instance ID
- attachmentArn String
- Attachment ARN that provides access control to the cross account endpoint. Not required for resources hosted in the same account as the endpoint group.
- clientIp BooleanPreservation Enabled 
- true if client ip should be preserved
- weight Number
- The weight for the endpoint.
EndpointGroupHealthCheckProtocol    
EndpointGroupPortOverride   
- EndpointPort int
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- ListenerPort int
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
- EndpointPort int
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- ListenerPort int
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
- endpointPort Integer
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- listenerPort Integer
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
- endpointPort number
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- listenerPort number
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
- endpoint_port int
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- listener_port int
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
- endpointPort Number
- The endpoint port that you want a listener port to be mapped to. This is the port on the endpoint, such as the Application Load Balancer or Amazon EC2 instance.
- listenerPort Number
- The listener port that you want to map to a specific endpoint port. This is the port that user traffic arrives to the Global Accelerator on.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
AWS Cloud Control v1.26.0 published on Wednesday, Mar 12, 2025 by Pulumi