createInstanceProfile Mutation
Creates a new InstanceProfile object.
Access is permitted when any of the following condition(s) are met: 1. The signed-in User has any of the following permissions for the associated Organization: [org_manage_instances].
Input fields (CreateInstanceProfileInput!)
Argument | Type | Description |
---|---|---|
name | String! | The name of the Instance Profile, which must be unique within the scope of its Organization. |
description | String | Additional notes about the Instance Profile. |
isDefaultProfile | Boolean | Specifies whether this Instance Profile is the default used when no Instance Profile is explicitly specified during Instance creation. |
logsDisabled | Boolean | Specifies whether to disable the creation of logs during Instance execution. |
stepResultsDisabled | Boolean | Specifies whether to disable the creation of step results during Instance execution. |
allocatedMemoryMb | Int! | The amount of memory allocated to the Instance Runner Lambda function. |
instanceBillingType | String! | The billing type for the Instances that use this Instance Profile. |
quickStart | Boolean | Specifies whether instances using this profile have provisioned runners. |
clientMutationId | String | A unique identifier for the client performing the mutation. |