if (FALSE) {
# This example deletes the account setting for your user for the specified
# resource type.
svc$delete_account_setting(
name = "serviceLongArnFormat"
)
# This example deletes the account setting for a specific IAM user or IAM
# role for the specified resource type. Only the root user can view or
# modify the account settings for another user.
svc$delete_account_setting(
name = "containerInstanceLongArnFormat",
principalArn = "arn:aws:iam:::user/principalName"
)
}
Run the code above in your browser using DataLab