Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 631 Bytes

Custom.md

File metadata and controls

28 lines (20 loc) · 631 Bytes

Custom::Custom

The Custom::Custom provider.

Syntax

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

{
  "Type" : "Custom::Custom",
  "Properties" : {
    "Value": String
    }
  }
}

Properties

You can specify the following properties:

"Value" - copied to the attribute.

Return values

With 'Fn::GetAtt' the following values are available:

  • value - passed in through the property Value.

For more information about using Fn::GetAtt, see Fn::GetAtt.