published on Monday, Aug 10, 2026 by akeyless-community
published on Monday, Aug 10, 2026 by akeyless-community
Grok Target resource
Create TargetGrok Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetGrok(name: string, args?: TargetGrokArgs, opts?: CustomResourceOptions);@overload
def TargetGrok(resource_name: str,
args: Optional[TargetGrokArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TargetGrok(resource_name: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
grok_url: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_grok_id: Optional[str] = None,
team_id: Optional[str] = None)func NewTargetGrok(ctx *Context, name string, args *TargetGrokArgs, opts ...ResourceOption) (*TargetGrok, error)public TargetGrok(string name, TargetGrokArgs? args = null, CustomResourceOptions? opts = null)
public TargetGrok(String name, TargetGrokArgs args)
public TargetGrok(String name, TargetGrokArgs args, CustomResourceOptions options)
type: akeyless:TargetGrok
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_target_grok" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TargetGrokArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args TargetGrokArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args TargetGrokArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetGrokArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetGrokArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var targetGrokResource = new Akeyless.TargetGrok("targetGrokResource", new()
{
ApiKey = "string",
DeleteProtection = "string",
Description = "string",
GrokUrl = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetGrokId = "string",
TeamId = "string",
});
example, err := akeyless.NewTargetGrok(ctx, "targetGrokResource", &akeyless.TargetGrokArgs{
ApiKey: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
GrokUrl: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetGrokId: pulumi.String("string"),
TeamId: pulumi.String("string"),
})
resource "akeyless_target_grok" "targetGrokResource" {
lifecycle {
create_before_destroy = true
}
api_key = "string"
delete_protection = "string"
description = "string"
grok_url = "string"
keep_prev_version = "string"
key = "string"
max_versions = "string"
name = "string"
target_grok_id = "string"
team_id = "string"
}
var targetGrokResource = new TargetGrok("targetGrokResource", TargetGrokArgs.builder()
.apiKey("string")
.deleteProtection("string")
.description("string")
.grokUrl("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.targetGrokId("string")
.teamId("string")
.build());
target_grok_resource = akeyless.TargetGrok("targetGrokResource",
api_key="string",
delete_protection="string",
description="string",
grok_url="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
target_grok_id="string",
team_id="string")
const targetGrokResource = new akeyless.TargetGrok("targetGrokResource", {
apiKey: "string",
deleteProtection: "string",
description: "string",
grokUrl: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
targetGrokId: "string",
teamId: "string",
});
type: akeyless:TargetGrok
properties:
apiKey: string
deleteProtection: string
description: string
grokUrl: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
targetGrokId: string
teamId: string
TargetGrok Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The TargetGrok resource accepts the following input properties:
- Api
Key string - API key for Grok
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Grok
Url string - Base URL of the Grok API
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Target
Grok stringId - The ID of this resource.
- Team
Id string - Team ID
- Api
Key string - API key for Grok
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Grok
Url string - Base URL of the Grok API
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Target
Grok stringId - The ID of this resource.
- Team
Id string - Team ID
- api_
key string - API key for Grok
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- grok_
url string - Base URL of the Grok API
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- target_
grok_ stringid - The ID of this resource.
- team_
id string - Team ID
- api
Key String - API key for Grok
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- grok
Url String - Base URL of the Grok API
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- target
Grok StringId - The ID of this resource.
- team
Id String - Team ID
- api
Key string - API key for Grok
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- grok
Url string - Base URL of the Grok API
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- target
Grok stringId - The ID of this resource.
- team
Id string - Team ID
- api_
key str - API key for Grok
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- grok_
url str - Base URL of the Grok API
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults.
- name str
- Target name
- target_
grok_ strid - The ID of this resource.
- team_
id str - Team ID
- api
Key String - API key for Grok
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- grok
Url String - Base URL of the Grok API
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- target
Grok StringId - The ID of this resource.
- team
Id String - Team ID
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetGrok resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TargetGrok Resource
Get an existing TargetGrok resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.
public static get(name: string, id: Input<ID>, state?: TargetGrokState, opts?: CustomResourceOptions): TargetGrok@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
grok_url: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_grok_id: Optional[str] = None,
team_id: Optional[str] = None) -> TargetGrokfunc GetTargetGrok(ctx *Context, name string, id IDInput, state *TargetGrokState, opts ...ResourceOption) (*TargetGrok, error)public static TargetGrok Get(string name, Input<string> id, TargetGrokState? state, CustomResourceOptions? opts = null)public static TargetGrok get(String name, Output<String> id, TargetGrokState state, CustomResourceOptions options)resources: _: type: akeyless:TargetGrok get: id: ${id}import {
to = akeyless_target_grok.example
id = "${id}"
}
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- resource_name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- name
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- state
- Any extra arguments used during the lookup.
- opts
- A bag of options that control this resource's behavior.
- Api
Key string - API key for Grok
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Grok
Url string - Base URL of the Grok API
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Target
Grok stringId - The ID of this resource.
- Team
Id string - Team ID
- Api
Key string - API key for Grok
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Grok
Url string - Base URL of the Grok API
- Keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- Key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- Max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- Name string
- Target name
- Target
Grok stringId - The ID of this resource.
- Team
Id string - Team ID
- api_
key string - API key for Grok
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- grok_
url string - Base URL of the Grok API
- keep_
prev_ stringversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- target_
grok_ stringid - The ID of this resource.
- team_
id string - Team ID
- api
Key String - API key for Grok
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- grok
Url String - Base URL of the Grok API
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- target
Grok StringId - The ID of this resource.
- team
Id String - Team ID
- api
Key string - API key for Grok
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- grok
Url string - Base URL of the Grok API
- keep
Prev stringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key string
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions string - Set the maximum number of versions, limited by the account settings defaults.
- name string
- Target name
- target
Grok stringId - The ID of this resource.
- team
Id string - Team ID
- api_
key str - API key for Grok
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- grok_
url str - Base URL of the Grok API
- keep_
prev_ strversion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key str
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max_
versions str - Set the maximum number of versions, limited by the account settings defaults.
- name str
- Target name
- target_
grok_ strid - The ID of this resource.
- team_
id str - Team ID
- api
Key String - API key for Grok
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- grok
Url String - Base URL of the Grok API
- keep
Prev StringVersion - Whether to keep previous version [true/false]. If not set, use default according to account settings
- key String
- The name of a key that used to encrypt the target secret value (if empty, the account default protectionKey key will be used)
- max
Versions String - Set the maximum number of versions, limited by the account settings defaults.
- name String
- Target name
- target
Grok StringId - The ID of this resource.
- team
Id String - Team ID
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Aug 10, 2026 by akeyless-community