get_network_settings
(**kwargs)¶Gets the network settings.
See also: AWS API Documentation
Request Syntax
response = client.get_network_settings(
networkSettingsArn='string'
)
[REQUIRED]
The ARN of the network settings.
{
'networkSettings': {
'associatedPortalArns': [
'string',
],
'networkSettingsArn': 'string',
'securityGroupIds': [
'string',
],
'subnetIds': [
'string',
],
'vpcId': 'string'
}
}
Response Structure
The network settings.
A list of web portal ARNs that this network settings is associated with.
The ARN of the network settings.
One or more security groups used to control access from streaming instances to your VPC.
The subnets in which network interfaces are created to connect streaming instances to your VPC. At least two of these subnets must be in different availability zones.
The VPC that streaming instances will connect to.
Exceptions
WorkSpacesWeb.Client.exceptions.InternalServerException
WorkSpacesWeb.Client.exceptions.ResourceNotFoundException
WorkSpacesWeb.Client.exceptions.AccessDeniedException
WorkSpacesWeb.Client.exceptions.ThrottlingException
WorkSpacesWeb.Client.exceptions.ValidationException