published on Monday, Aug 10, 2026 by akeyless-community
published on Monday, Aug 10, 2026 by akeyless-community
Custom DNS Target resource
Create TargetCustomDns Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetCustomDns(name: string, args: TargetCustomDnsArgs, opts?: CustomResourceOptions);@overload
def TargetCustomDns(resource_name: str,
args: TargetCustomDnsArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetCustomDns(resource_name: str,
opts: Optional[ResourceOptions] = None,
dns_parameter: Optional[Mapping[str, str]] = None,
provider_type: Optional[str] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_custom_dns_id: Optional[str] = None)func NewTargetCustomDns(ctx *Context, name string, args TargetCustomDnsArgs, opts ...ResourceOption) (*TargetCustomDns, error)public TargetCustomDns(string name, TargetCustomDnsArgs args, CustomResourceOptions? opts = null)
public TargetCustomDns(String name, TargetCustomDnsArgs args)
public TargetCustomDns(String name, TargetCustomDnsArgs args, CustomResourceOptions options)
type: akeyless:TargetCustomDns
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "akeyless_target_custom_dns" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args TargetCustomDnsArgs
- 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 TargetCustomDnsArgs
- 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 TargetCustomDnsArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetCustomDnsArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetCustomDnsArgs
- 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 targetCustomDnsResource = new Akeyless.TargetCustomDns("targetCustomDnsResource", new()
{
DnsParameter =
{
{ "string", "string" },
},
ProviderType = "string",
DeleteProtection = "string",
Description = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetCustomDnsId = "string",
});
example, err := akeyless.NewTargetCustomDns(ctx, "targetCustomDnsResource", &akeyless.TargetCustomDnsArgs{
DnsParameter: pulumi.StringMap{
"string": pulumi.String("string"),
},
ProviderType: pulumi.String("string"),
DeleteProtection: pulumi.String("string"),
Description: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetCustomDnsId: pulumi.String("string"),
})
resource "akeyless_target_custom_dns" "targetCustomDnsResource" {
lifecycle {
create_before_destroy = true
}
dns_parameter = {
"string" = "string"
}
provider_type = "string"
delete_protection = "string"
description = "string"
keep_prev_version = "string"
key = "string"
max_versions = "string"
name = "string"
target_custom_dns_id = "string"
}
var targetCustomDnsResource = new TargetCustomDns("targetCustomDnsResource", TargetCustomDnsArgs.builder()
.dnsParameter(Map.of("string", "string"))
.providerType("string")
.deleteProtection("string")
.description("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.targetCustomDnsId("string")
.build());
target_custom_dns_resource = akeyless.TargetCustomDns("targetCustomDnsResource",
dns_parameter={
"string": "string",
},
provider_type="string",
delete_protection="string",
description="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
target_custom_dns_id="string")
const targetCustomDnsResource = new akeyless.TargetCustomDns("targetCustomDnsResource", {
dnsParameter: {
string: "string",
},
providerType: "string",
deleteProtection: "string",
description: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
targetCustomDnsId: "string",
});
type: akeyless:TargetCustomDns
properties:
deleteProtection: string
description: string
dnsParameter:
string: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
providerType: string
targetCustomDnsId: string
TargetCustomDns 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 TargetCustomDns resource accepts the following input properties:
- Dns
Parameter Dictionary<string, string> - DNS provider parameters
- Provider
Type string - DNS provider type
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Custom stringDns Id - The ID of this resource.
- Dns
Parameter map[string]string - DNS provider parameters
- Provider
Type string - DNS provider type
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- 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
Custom stringDns Id - The ID of this resource.
- dns_
parameter map(string) - DNS provider parameters
- provider_
type string - DNS provider type
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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_
custom_ stringdns_ id - The ID of this resource.
- dns
Parameter Map<String,String> - DNS provider parameters
- provider
Type String - DNS provider type
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Custom StringDns Id - The ID of this resource.
- dns
Parameter {[key: string]: string} - DNS provider parameters
- provider
Type string - DNS provider type
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- 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
Custom stringDns Id - The ID of this resource.
- dns_
parameter Mapping[str, str] - DNS provider parameters
- provider_
type str - DNS provider type
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- 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_
custom_ strdns_ id - The ID of this resource.
- dns
Parameter Map<String> - DNS provider parameters
- provider
Type String - DNS provider type
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- 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
Custom StringDns Id - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetCustomDns 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 TargetCustomDns Resource
Get an existing TargetCustomDns 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?: TargetCustomDnsState, opts?: CustomResourceOptions): TargetCustomDns@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
delete_protection: Optional[str] = None,
description: Optional[str] = None,
dns_parameter: Optional[Mapping[str, str]] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
provider_type: Optional[str] = None,
target_custom_dns_id: Optional[str] = None) -> TargetCustomDnsfunc GetTargetCustomDns(ctx *Context, name string, id IDInput, state *TargetCustomDnsState, opts ...ResourceOption) (*TargetCustomDns, error)public static TargetCustomDns Get(string name, Input<string> id, TargetCustomDnsState? state, CustomResourceOptions? opts = null)public static TargetCustomDns get(String name, Output<String> id, TargetCustomDnsState state, CustomResourceOptions options)resources: _: type: akeyless:TargetCustomDns get: id: ${id}import {
to = akeyless_target_custom_dns.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.
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dns
Parameter Dictionary<string, string> - DNS provider parameters
- 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
- Provider
Type string - DNS provider type
- Target
Custom stringDns Id - The ID of this resource.
- Delete
Protection string - Protection from accidental deletion of this object [true/false]
- Description string
- Description of the object
- Dns
Parameter map[string]string - DNS provider parameters
- 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
- Provider
Type string - DNS provider type
- Target
Custom stringDns Id - The ID of this resource.
- delete_
protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dns_
parameter map(string) - DNS provider parameters
- 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
- provider_
type string - DNS provider type
- target_
custom_ stringdns_ id - The ID of this resource.
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dns
Parameter Map<String,String> - DNS provider parameters
- 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
- provider
Type String - DNS provider type
- target
Custom StringDns Id - The ID of this resource.
- delete
Protection string - Protection from accidental deletion of this object [true/false]
- description string
- Description of the object
- dns
Parameter {[key: string]: string} - DNS provider parameters
- 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
- provider
Type string - DNS provider type
- target
Custom stringDns Id - The ID of this resource.
- delete_
protection str - Protection from accidental deletion of this object [true/false]
- description str
- Description of the object
- dns_
parameter Mapping[str, str] - DNS provider parameters
- 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
- provider_
type str - DNS provider type
- target_
custom_ strdns_ id - The ID of this resource.
- delete
Protection String - Protection from accidental deletion of this object [true/false]
- description String
- Description of the object
- dns
Parameter Map<String> - DNS provider parameters
- 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
- provider
Type String - DNS provider type
- target
Custom StringDns Id - 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 Monday, Aug 10, 2026 by akeyless-community