View source: R/vpclattice_operations.R
vpclattice_create_service | R Documentation |
Creates a service. A service is any software application that can run on instances containers, or serverless functions within an account or virtual private cloud (VPC).
See https://www.paws-r-sdk.com/docs/vpclattice_create_service/ for full documentation.
vpclattice_create_service(
authType = NULL,
certificateArn = NULL,
clientToken = NULL,
customDomainName = NULL,
name,
tags = NULL
)
authType |
The type of IAM policy.
|
certificateArn |
The Amazon Resource Name (ARN) of the certificate. |
clientToken |
A unique, case-sensitive identifier that you provide to ensure the idempotency of the request. If you retry a request that completed successfully using the same client token and parameters, the retry succeeds without performing any actions. If the parameters aren't identical, the retry fails. |
customDomainName |
The custom domain name of the service. |
name |
[required] The name of the service. The name must be unique within the account. The valid characters are a-z, 0-9, and hyphens (-). You can't use a hyphen as the first or last character, or immediately after another hyphen. |
tags |
The tags for the service. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.