/AWS1/CL_I1P=>CREATEPROJECT()
¶
About CreateProject¶
Creates an empty project with a placement template. A project contains zero or more placements that adhere to the placement template defined in the project.
Method Signature¶
IMPORTING¶
Required arguments:¶
IV_PROJECTNAME
TYPE /AWS1/I1PPROJECTNAME
/AWS1/I1PPROJECTNAME
¶
The name of the project to create.
Optional arguments:¶
IV_DESCRIPTION
TYPE /AWS1/I1PDESCRIPTION
/AWS1/I1PDESCRIPTION
¶
An optional description for the project.
IO_PLACEMENTTEMPLATE
TYPE REF TO /AWS1/CL_I1PPLACEMENTTEMPLATE
/AWS1/CL_I1PPLACEMENTTEMPLATE
¶
The schema defining the placement to be created. A placement template defines placement default attributes and device templates. You cannot add or remove device templates after the project has been created. However, you can update
callbackOverrides
for the device templates using theUpdateProject
API.
IT_TAGS
TYPE /AWS1/CL_I1PTAGMAP_W=>TT_TAGMAP
TT_TAGMAP
¶
Optional tags (metadata key/value pairs) to be associated with the project. For example,
{ {"key1": "value1", "key2": "value2"} }
. For more information, see AWS Tagging Strategies.