AWS::WorkSpaces::ConnectionAliasResource Type definition for AWS::WorkSpaces::ConnectionAlias
2 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
ConnectionString | string | RequiredCreate-only |
Tags | Array<Tag> | Create-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
AliasId | string | - |
Associations | Array<ConnectionAliasAssociation> | - |
ConnectionAliasState | string | - |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpaces::ConnectionAlias
Resources:
MyResource:
Type: AWS::WorkSpaces::ConnectionAlias
Properties:
ConnectionString: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
workspaces:CreateConnectionAliasworkspaces:CreateTagsworkspaces:DescribeConnectionAliasesworkspaces:DescribeTagsworkspaces:DescribeConnectionAliasesworkspaces:DescribeTagsworkspaces:DeleteConnectionAliasworkspaces:DeleteTagsworkspaces:DescribeTagsworkspaces:DescribeConnectionAliasesOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterAliasIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
ConnectionStringTags