Models an AWS key pair resource. A key pair resource can be configured when creating a published service from an AWS template.
name | data type | type | namespace | min/max occurs | description |
---|---|---|---|---|---|
name | string | element | 0/1 | Get the key pair name | |
Properties inherited from PublishedResource |
|||||
managementServerType | managementServerType | element | 0/1 | Used in a multi-cloud scenario to distinguish between overlapping resource configuration items. For example the CPU resource configuration for VMware and SCVMM. Ignored in a single cloud scenario. | |
resourceType | PublishedResourceType | element | 0/1 | the WSPublishedResourceType of the specific resource instance | |
Properties inherited from supportTemplating |
|||||
xsitype | string | attribute | 0/1 |
Example
<KeyPairResource xsitype="..."> <name>...</name> <resourceType>...</resourceType> <managementServerType>...</managementServerType> </KeyPairResource>