AlexaForBusiness.Client.
create_gateway_group
(**kwargs)¶Creates a gateway group with the specified details.
See also: AWS API Documentation
Request Syntax
response = client.create_gateway_group(
Name='string',
Description='string',
ClientRequestToken='string',
Tags=[
{
'Key': 'string',
'Value': 'string'
},
]
)
[REQUIRED]
The name of the gateway group.
[REQUIRED]
A unique, user-specified identifier for the request that ensures idempotency.
This field is autopopulated if not provided.
The tags to be added to the specified resource. Do not provide system tags.
A key-value pair that can be associated with a resource.
The key of a tag. Tag keys are case-sensitive.
The value of a tag. Tag values are case sensitive and can be null.
dict
Response Syntax
{
'GatewayGroupArn': 'string'
}
Response Structure
(dict) --
GatewayGroupArn (string) --
The ARN of the created gateway group.
Exceptions
AlexaForBusiness.Client.exceptions.AlreadyExistsException
AlexaForBusiness.Client.exceptions.LimitExceededException