vpclattice_update_service {paws.networking}R Documentation

Updates the specified service

Description

Updates the specified service.

See https://www.paws-r-sdk.com/docs/vpclattice_update_service/ for full documentation.

Usage

vpclattice_update_service(
  authType = NULL,
  certificateArn = NULL,
  serviceIdentifier
)

Arguments

authType

The type of IAM policy.

  • NONE: The resource does not use an IAM policy. This is the default.

  • AWS_IAM: The resource uses an IAM policy. When this type is used, auth is enabled and an auth policy is required.

certificateArn

The Amazon Resource Name (ARN) of the certificate.

serviceIdentifier

[required] The ID or ARN of the service.


[Package paws.networking version 0.9.0 Index]