RTBFabric / Client / create_requester_gateway
create_requester_gateway¶
- RTBFabric.Client.create_requester_gateway(**kwargs)¶
Creates a requester gateway.
See also: AWS API Documentation
Request Syntax
response = client.create_requester_gateway( vpcId='string', subnetIds=[ 'string', ], securityGroupIds=[ 'string', ], clientToken='string', description='string', tags={ 'string': 'string' } )
- Parameters:
vpcId (string) –
[REQUIRED]
The unique identifier of the Virtual Private Cloud (VPC).
subnetIds (list) –
[REQUIRED]
The unique identifiers of the subnets.
(string) –
securityGroupIds (list) –
[REQUIRED]
The unique identifiers of the security groups.
(string) –
clientToken (string) –
[REQUIRED]
The unique client token.
This field is autopopulated if not provided.
description (string) – An optional description for the requester gateway.
tags (dict) –
A map of the key-value pairs of the tag or tags to assign to the resource.
(string) –
(string) –
- Return type:
dict
- Returns:
Response Syntax
{ 'gatewayId': 'string', 'domainName': 'string', 'status': 'PENDING_CREATION'|'ACTIVE'|'PENDING_DELETION'|'DELETED'|'ERROR'|'PENDING_UPDATE'|'ISOLATED'|'PENDING_ISOLATION'|'PENDING_RESTORATION' }
Response Structure
(dict) –
gatewayId (string) –
The unique identifier of the gateway.
domainName (string) –
The domain name of the requester gateway.
status (string) –
The status of the request.
Exceptions
RTBFabric.Client.exceptions.ServiceQuotaExceededException
RTBFabric.Client.exceptions.ResourceNotFoundException
RTBFabric.Client.exceptions.ThrottlingException
RTBFabric.Client.exceptions.AccessDeniedException
RTBFabric.Client.exceptions.InternalServerException
RTBFabric.Client.exceptions.ValidationException