Creates a service network. A service network is a logical boundary for a collection of services. You can associate services and VPCs with a service network.
See https://www.paws-r-sdk.com/docs/vpclattice_create_service_network/ for full documentation.
vpclattice_create_service_network(
authType = NULL,
clientToken = NULL,
name,
sharingConfig = NULL,
tags = NULL
)
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.
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.
[required] The name of the service network. The name must be unique to 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.
Specify if the service network should be enabled for sharing.
The tags for the service network.