View a markdown version of this page

AWS::SecurityAgent::AgentSpace ConfluenceDocumentResource - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::SecurityAgent::AgentSpace ConfluenceDocumentResource

A Confluence document (page) integrated as a resource.

Syntax

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

JSON

{ "Name" : String, "PageId" : String, "SpaceKey" : String, "SpaceTitle" : String, "Title" : String }

YAML

Name: String PageId: String SpaceKey: String SpaceTitle: String Title: String

Properties

Name

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

PageId

The Confluence page identifier.

Required: Yes

Type: String

Update requires: No interruption

SpaceKey

The Confluence space key containing the document.

Required: Yes

Type: String

Update requires: No interruption

SpaceTitle

The display title of the Confluence space.

Required: No

Type: String

Update requires: No interruption

Title

The display title of the Confluence page.

Required: No

Type: String

Update requires: No interruption