AWS::WorkSpacesWeb::NetworkSettingsDefinition of AWS::WorkSpacesWeb::NetworkSettings Resource Type
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
SecurityGroupIds | Array<string> | Required |
SubnetIds | Array<string> | Required |
VpcId | string | Required |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AssociatedPortalArns | Array<string> | - |
NetworkSettingsArn | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpacesWeb::NetworkSettings
Resources:
MyResource:
Type: AWS::WorkSpacesWeb::NetworkSettings
Properties:
SecurityGroupIds: "my-securitygroupids"
SubnetIds: "my-subnetids"
VpcId: "my-vpcid"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
workspaces-web:CreateNetworkSettingsworkspaces-web:GetNetworkSettingsworkspaces-web:ListTagsForResourceworkspaces-web:TagResourceworkspaces-web:GetNetworkSettingsworkspaces-web:ListTagsForResourceworkspaces-web:UpdateNetworkSettingsworkspaces-web:UpdateResourceworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:GetNetworkSettingsworkspaces-web:ListTagsForResourceworkspaces-web:GetNetworkSettingsworkspaces-web:DeleteNetworkSettingsworkspaces-web:ListNetworkSettingsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNetworkSettingsArn