AWS::WorkSpacesWeb::TrustStore - AWS CloudFormation

AWS::WorkSpacesWeb::TrustStore

This resource specifies a trust store that can be associated with a web portal. A trust store contains certificate authority (CA) certificates. Once associated with a web portal, the browser in a streaming session will recognize certificates that have been issued using any of the CAs in the trust store. If your organization has internal websites that use certificates issued by private CAs, you should add the private CA certificate to the trust store.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::WorkSpacesWeb::TrustStore", "Properties" : { "CertificateList" : [ String, ... ], "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::WorkSpacesWeb::TrustStore Properties: CertificateList: - String Tags: - Tag

Properties

CertificateList

A list of CA certificates to be added to the trust store.

Required: Yes

Type: Array of String

Update requires: No interruption

Tags

The tags to add to the trust store. A tag is a key-value pair.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 200

Update requires: No interruption

Return values

Ref

When you pass the logical ID of this resource to the intrinsic Ref function, Ref returns the resource's Amazon Resource Name (ARN).

For more information about using the Ref function, see Ref.

Fn::GetAtt

AssociatedPortalArns

A list of web portal ARNs that this trust store is associated with.

TrustStoreArn

The ARN of the trust store.