@@ -14,6 +14,7 @@ To declare this entity in your AWS CloudFormation template, use the following sy
1414 "Properties" : {
1515 "<a href =" #name " title =" Name " >Name</a >" : <i >String</i >,
1616 "<a href =" #orgid " title =" OrgId " >OrgId</a >" : <i >String</i >,
17+ "<a href =" #projectownerid " title =" ProjectOwnerId " >ProjectOwnerId</a >" : <i >String</i >,
1718 "<a href =" #withdefaultalertssettings " title =" WithDefaultAlertsSettings " >WithDefaultAlertsSettings</a >" : <i >Boolean</i >,
1819 "<a href =" #projectsettings " title =" ProjectSettings " >ProjectSettings</a >" : <i ><a href =" projectsettings.md " >projectSettings</a ></i >,
1920 "<a href =" #profile " title =" Profile " >Profile</a >" : <i >String</i >,
@@ -32,6 +33,7 @@ Type: MongoDB::Atlas::Project
3233Properties:
3334 <a href =" #name " title =" Name " >Name</a >: <i >String</i >
3435 <a href =" #orgid " title =" OrgId " >OrgId</a >: <i >String</i >
36+ <a href =" #projectownerid " title =" ProjectOwnerId " >ProjectOwnerId</a >: <i >String</i >
3537 <a href =" #withdefaultalertssettings " title =" WithDefaultAlertsSettings " >WithDefaultAlertsSettings</a >: <i >Boolean</i >
3638 <a href =" #projectsettings " title =" ProjectSettings " >ProjectSettings</a >: <i ><a href =" projectsettings.md " >projectSettings</a ></i >
3739 <a href =" #profile " title =" Profile " >Profile</a >: <i >String</i >
@@ -65,6 +67,16 @@ _Type_: String
6567
6668_ Update requires_ : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
6769
70+ #### ProjectOwnerId
71+
72+ Unique identifier of the organization within which to create the project.
73+
74+ _ Required_ : No
75+
76+ _ Type_ : String
77+
78+ _ Update requires_ : [ No interruption] ( https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt )
79+
6880#### WithDefaultAlertsSettings
6981
7082Flag that indicates whether to create the project with default alert settings.
@@ -149,10 +161,6 @@ The unique identifier of the project.
149161
150162The ISO-8601-formatted timestamp of when Atlas created the project.
151163
152- #### ProjectOwnerId
153-
154- Unique identifier of the organization within which to create the project.
155-
156164#### ClusterCount
157165
158166The number of Atlas clusters deployed in the project.
0 commit comments