UpdateCompanyNetworkConfiguration
Updates the company network configuration for the fleet.
Request Syntax
POST /updateCompanyNetworkConfiguration HTTP/1.1
Content-type: application/json
{
"FleetArn": "string
",
"SecurityGroupIds": [ "string
" ],
"SubnetIds": [ "string
" ],
"VpcId": "string
"
}
URI Request Parameters
The request does not use any URI parameters.
Request Body
The request accepts the following data in JSON format.
- FleetArn
-
The ARN of the fleet.
Type: String
Length Constraints: Minimum length of 20. Maximum length of 2048.
Required: Yes
- SecurityGroupIds
-
The security groups associated with access to the provided subnets.
Type: Array of strings
Array Members: Maximum number of 5 items.
Pattern:
^sg-([0-9a-f]{8}|[0-9a-f]{17})$
Required: Yes
- SubnetIds
-
The subnets used for X-ENI connections from Amazon WorkLink rendering containers.
Type: Array of strings
Pattern:
^subnet-([0-9a-f]{8}|[0-9a-f]{17})$
Required: Yes
- VpcId
-
The VPC with connectivity to associated websites.
Type: String
Pattern:
^vpc-([0-9a-f]{8}|[0-9a-f]{17})$
Required: Yes
Response Syntax
HTTP/1.1 200
Response Elements
If the action is successful, the service sends back an HTTP 200 response with an empty HTTP body.
Errors
For information about the errors that are common to all actions, see Common Errors.
- InternalServerErrorException
-
The service is temporarily unavailable.
HTTP Status Code: 500
- InvalidRequestException
-
The request is not valid.
HTTP Status Code: 400
- ResourceNotFoundException
-
The requested resource was not found.
HTTP Status Code: 404
- TooManyRequestsException
-
The number of requests exceeds the limit.
HTTP Status Code: 429
- UnauthorizedException
-
You are not authorized to perform this action.
HTTP Status Code: 403
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: