# NOT RUN {
# This example sets the deregistration delay timeout to the specified
# value for the specified target group.
svc$modify_target_group_attributes(
Attributes = list(
list(
Key = "deregistration_delay.timeout_seconds",
Value = "600"
)
),
TargetGroupArn = "arn:aws:elasticloadbalancing:us-west-2:123456789012:targetgroup/my-targe..."
)
# }
# NOT RUN {
# }
Run the code above in your browser using DataLab