published on Thursday, Jun 18, 2026 by akeyless-community
published on Thursday, Jun 18, 2026 by akeyless-community
Cloudflare Target resource
Create TargetCloudflare Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetCloudflare(name: string, args: TargetCloudflareArgs, opts?: CustomResourceOptions);@overload
def TargetCloudflare(resource_name: str,
args: TargetCloudflareArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetCloudflare(resource_name: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
api_token: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_cloudflare_id: Optional[str] = None)func NewTargetCloudflare(ctx *Context, name string, args TargetCloudflareArgs, opts ...ResourceOption) (*TargetCloudflare, error)public TargetCloudflare(string name, TargetCloudflareArgs args, CustomResourceOptions? opts = null)
public TargetCloudflare(String name, TargetCloudflareArgs args)
public TargetCloudflare(String name, TargetCloudflareArgs args, CustomResourceOptions options)
type: akeyless:TargetCloudflare
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_targetcloudflare" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TargetCloudflareArgs
- 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 TargetCloudflareArgs
- 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 TargetCloudflareArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetCloudflareArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetCloudflareArgs
- 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 targetCloudflareResource = new Akeyless.TargetCloudflare("targetCloudflareResource", new()
{
AccountId = "string",
ApiToken = "string",
DeleteProtection = "string",
Description = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetCloudflareId = "string",
});
example, err := akeyless.NewTargetCloudflare(ctx, "targetCloudflareResource", &akeyless.TargetCloudflareArgs{
AccountId: pulumi.String("string"),
ApiToken: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetCloudflareId: pulumi.String("string"),
})
resource "akeyless_targetcloudflare" "targetCloudflareResource" {
account_id = "string"
api_token = "string"
delete_protection = "string"
description = "string"
key = "string"
max_versions = "string"
name = "string"
target_cloudflare_id = "string"
}
var targetCloudflareResource = new TargetCloudflare("targetCloudflareResource", TargetCloudflareArgs.builder()
.accountId("string")
.apiToken("string")
.deleteProtection("string")
.description("string")
.key("string")
.maxVersions("string")
.name("string")
.targetCloudflareId("string")
.build());
target_cloudflare_resource = akeyless.TargetCloudflare("targetCloudflareResource",
account_id="string",
api_token="string",
delete_protection="string",
description="string",
key="string",
max_versions="string",
name="string",
target_cloudflare_id="string")
const targetCloudflareResource = new akeyless.TargetCloudflare("targetCloudflareResource", {
accountId: "string",
apiToken: "string",
deleteProtection: "string",
description: "string",
key: "string",
maxVersions: "string",
name: "string",
targetCloudflareId: "string",
});
type: akeyless:TargetCloudflare
properties:
accountId: string
apiToken: string
deleteProtection: string
description: string
key: string
maxVersions: string
name: string
targetCloudflareId: string
TargetCloudflare 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 TargetCloudflare resource accepts the following input properties:
- Account
Id string - Cloudflare account ID
- Api
Token string - Cloudflare API token
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- Account
Id string - Cloudflare account ID
- Api
Token string - Cloudflare API token
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- account_
id string - Cloudflare account ID
- api_
token string - Cloudflare API token
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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_
cloudflare_ stringid - The ID of this resource.
- account
Id String - Cloudflare account ID
- api
Token String - Cloudflare API token
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Cloudflare StringId - The ID of this resource.
- account
Id string - Cloudflare account ID
- api
Token string - Cloudflare API token
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- account_
id str - Cloudflare account ID
- api_
token str - Cloudflare API token
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- 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_
cloudflare_ strid - The ID of this resource.
- account
Id String - Cloudflare account ID
- api
Token String - Cloudflare API token
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Cloudflare StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetCloudflare 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 TargetCloudflare Resource
Get an existing TargetCloudflare 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?: TargetCloudflareState, opts?: CustomResourceOptions): TargetCloudflare@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
account_id: Optional[str] = None,
api_token: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_cloudflare_id: Optional[str] = None) -> TargetCloudflarefunc GetTargetCloudflare(ctx *Context, name string, id IDInput, state *TargetCloudflareState, opts ...ResourceOption) (*TargetCloudflare, error)public static TargetCloudflare Get(string name, Input<string> id, TargetCloudflareState? state, CustomResourceOptions? opts = null)public static TargetCloudflare get(String name, Output<String> id, TargetCloudflareState state, CustomResourceOptions options)resources: _: type: akeyless:TargetCloudflare get: id: ${id}import {
to = akeyless_targetcloudflare.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.
- Account
Id string - Cloudflare account ID
- Api
Token string - Cloudflare API token
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- Account
Id string - Cloudflare account ID
- Api
Token string - Cloudflare API token
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- account_
id string - Cloudflare account ID
- api_
token string - Cloudflare API token
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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_
cloudflare_ stringid - The ID of this resource.
- account
Id String - Cloudflare account ID
- api
Token String - Cloudflare API token
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Cloudflare StringId - The ID of this resource.
- account
Id string - Cloudflare account ID
- api
Token string - Cloudflare API token
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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
Cloudflare stringId - The ID of this resource.
- account_
id str - Cloudflare account ID
- api_
token str - Cloudflare API token
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- 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_
cloudflare_ strid - The ID of this resource.
- account
Id String - Cloudflare account ID
- api
Token String - Cloudflare API token
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Cloudflare StringId - The ID of this resource.
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Thursday, Jun 18, 2026 by akeyless-community