Delete Shared Trust Store Association
elbv2_delete_shared_trust_store_association | R Documentation |
Deletes a shared trust store association¶
Description¶
Deletes a shared trust store association.
Usage¶
Arguments¶
TrustStoreArn
[required] The Amazon Resource Name (ARN) of the trust store.
ResourceArn
[required] The Amazon Resource Name (ARN) of the resource.
Value¶
An empty list.
Request syntax¶
Examples¶
## Not run:
# This example deletes the association between the specified trust store
# and the specified load balancer.
svc$delete_shared_trust_store_association(
ResourceArn = "arn:aws:elasticloadbalancing:us-east-1:123456789012:loadba...",
TrustStoreArn = "arn:aws:elasticloadbalancing:us-east-1:123456789012:trus..."
)
## End(Not run)