Update Service
vpclattice_update_service | R Documentation |
Updates the specified service¶
Description¶
Updates the specified service.
Usage¶
vpclattice_update_service(authType, certificateArn, serviceIdentifier)
Arguments¶
authType |
The type of IAM policy.
|
certificateArn |
The Amazon Resource Name (ARN) of the certificate. |
serviceIdentifier |
[required] The ID or ARN of the service. |
Value¶
A list with the following syntax:
list(
arn = "string",
authType = "NONE"|"AWS_IAM",
certificateArn = "string",
customDomainName = "string",
id = "string",
name = "string"
)
Request syntax¶
svc$update_service(
authType = "NONE"|"AWS_IAM",
certificateArn = "string",
serviceIdentifier = "string"
)