AWS Fundamentals Logo
AWS Fundamentals
AWS::WorkSpacesWeb::TrustStore

WorkSpacesWeb TrustStore

Definition of AWS::WorkSpacesWeb::TrustStore Resource Type

Properties

2 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
CertificateList
Array<string>
Required
Tags
Array<Tag>

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
AssociatedPortalArnsArray<string>-
TrustStoreArnstring-

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::WorkSpacesWeb::TrustStore

Resources:
  MyResource:
    Type: AWS::WorkSpacesWeb::TrustStore
    Properties:
      CertificateList: []
      Tags:
        - Key: Environment
          Value: Production

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

workspaces-web:CreateTrustStoreworkspaces-web:GetTrustStoreworkspaces-web:GetTrustStoreCertificateworkspaces-web:ListTrustStoreCertificatesworkspaces-web:ListTagsForResourceworkspaces-web:TagResource

read

workspaces-web:GetTrustStoreworkspaces-web:GetTrustStoreCertificateworkspaces-web:ListTagsForResourceworkspaces-web:ListTrustStoreCertificates

update

workspaces-web:UpdateTrustStoreworkspaces-web:TagResourceworkspaces-web:UntagResourceworkspaces-web:GetTrustStoreworkspaces-web:GetTrustStoreCertificateworkspaces-web:ListTagsForResourceworkspaces-web:ListTrustStoreCertificates

delete

workspaces-web:GetTrustStoreworkspaces-web:GetTrustStoreCertificateworkspaces-web:DeleteTrustStore

list

workspaces-web:ListTrustStoresworkspaces-web:ListTrustStoreCertificates

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceWorkSpacesWeb
Properties4
Required1
TaggingSupported
Primary IDTrustStoreArn

Supported Operations

CreateReadUpdateDeleteList

External Links