You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: drivers/aws_shell/src/drivermetadata.xml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,17 @@
1
-
<DriverDescription="This driver orchestrate all the command that will be executed on AWS"MainClass="driver.AWSShellDriver"Name="AWS Shell Driver"Version="2.2.1">
1
+
<DriverDescription="This driver orchestrate all the command that will be executed on AWS"MainClass="driver.AWSShellDriver"Name="AWS Shell Driver"Version="2.3.9999">
2
2
<Layout>
3
3
<CategoryName="Deployment">
4
4
<CommandDescription=""DisplayName="Deploy From AMI"EnableCancellation="true"Name="deploy_ami"Tags="allow_unreserved" />
Copy file name to clipboardExpand all lines: drivers/aws_shellPackage/DataModel/datamodel.xml
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,12 @@
114
114
<RuleName="Setting" />
115
115
</Rules>
116
116
</AttributeInfo>
117
+
<AttributeInfoName="IAM Role Name"Type="String"DefaultValue=""Description="Provide the IAM role name to be used in this instance."IsReadOnly="false" >
118
+
<Rules>
119
+
<RuleName="Configuration" />
120
+
<RuleName="Setting" />
121
+
</Rules>
122
+
</AttributeInfo>
117
123
<AttributeInfoDefaultValue="0"Description="The max number of I/O operations per second that the volume can support. For Provisioned IOPS (SSD) volumes, you can provision up to 30 IOPS per GiB. If left empty the default in the AMI will be used. For example 240."IsReadOnly="false"Name="Max Storage IOPS"Type="Numeric">
0 commit comments