resource_rds | R Documentation |
Create a resource string for a policy statement for RDS
resource_rds(
user,
resource_id,
region = Sys.getenv("AWS_REGION"),
account = account_id()
)
user |
(character) a user name that has an IAM account. length>=1. required |
resource_id |
(character) the identifier for the DB instance. length==1. required |
region |
(character) the AWS Region for the DB instance. length==1 |
account |
(character) the AWS account number for the DB instance.
length==1. The user must be in the same account as the account for the
DB instance. by default calls |
a resource ARN (scalar, character)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.