paws.networking (version 0.1.6)

elbv2_describe_target_group_attributes: Describes the attributes for the specified target group

Description

Describes the attributes for the specified target group.

Usage

elbv2_describe_target_group_attributes(TargetGroupArn)

Arguments

TargetGroupArn

[required] The Amazon Resource Name (ARN) of the target group.

Request syntax

svc$describe_target_group_attributes(
  TargetGroupArn = "string"
)

Details

For more information, see Target Group Attributes in the Application Load Balancers Guide or Target Group Attributes in the Network Load Balancers Guide.

Examples

Run this code
# NOT RUN {
# This example describes the attributes of the specified target group.
# }
# NOT RUN {
svc$describe_target_group_attributes(
  TargetGroupArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targe..."
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataCamp Workspace