published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
GoDaddy Target resource
Create TargetGodaddy Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetGodaddy(name: string, args: TargetGodaddyArgs, opts?: CustomResourceOptions);@overload
def TargetGodaddy(resource_name: str,
args: TargetGodaddyArgs,
opts: Optional[ResourceOptions] = None)
@overload
def TargetGodaddy(resource_name: str,
opts: Optional[ResourceOptions] = None,
imap_username: Optional[str] = None,
api_key: Optional[str] = None,
secret: Optional[str] = None,
imap_fqdn: Optional[str] = None,
imap_password: Optional[str] = None,
name: Optional[str] = None,
customer_id: Optional[str] = None,
key: Optional[str] = None,
imap_port: Optional[str] = None,
max_versions: Optional[str] = None,
keep_prev_version: Optional[str] = None,
description: Optional[str] = None,
target_godaddy_id: Optional[str] = None,
timeout: Optional[str] = None,
validation_email: Optional[str] = None)func NewTargetGodaddy(ctx *Context, name string, args TargetGodaddyArgs, opts ...ResourceOption) (*TargetGodaddy, error)public TargetGodaddy(string name, TargetGodaddyArgs args, CustomResourceOptions? opts = null)
public TargetGodaddy(String name, TargetGodaddyArgs args)
public TargetGodaddy(String name, TargetGodaddyArgs args, CustomResourceOptions options)
type: akeyless:TargetGodaddy
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args TargetGodaddyArgs
- 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 TargetGodaddyArgs
- 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 TargetGodaddyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetGodaddyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetGodaddyArgs
- 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 targetGodaddyResource = new Akeyless.TargetGodaddy("targetGodaddyResource", new()
{
ImapUsername = "string",
ApiKey = "string",
Secret = "string",
ImapFqdn = "string",
ImapPassword = "string",
Name = "string",
CustomerId = "string",
Key = "string",
ImapPort = "string",
MaxVersions = "string",
KeepPrevVersion = "string",
Description = "string",
TargetGodaddyId = "string",
Timeout = "string",
ValidationEmail = "string",
});
example, err := akeyless.NewTargetGodaddy(ctx, "targetGodaddyResource", &akeyless.TargetGodaddyArgs{
ImapUsername: pulumi.String("string"),
ApiKey: pulumi.String("string"),
Secret: pulumi.String("string"),
ImapFqdn: pulumi.String("string"),
ImapPassword: pulumi.String("string"),
Name: pulumi.String("string"),
CustomerId: pulumi.String("string"),
Key: pulumi.String("string"),
ImapPort: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Description: pulumi.String("string"),
TargetGodaddyId: pulumi.String("string"),
Timeout: pulumi.String("string"),
ValidationEmail: pulumi.String("string"),
})
var targetGodaddyResource = new TargetGodaddy("targetGodaddyResource", TargetGodaddyArgs.builder()
.imapUsername("string")
.apiKey("string")
.secret("string")
.imapFqdn("string")
.imapPassword("string")
.name("string")
.customerId("string")
.key("string")
.imapPort("string")
.maxVersions("string")
.keepPrevVersion("string")
.description("string")
.targetGodaddyId("string")
.timeout("string")
.validationEmail("string")
.build());
target_godaddy_resource = akeyless.TargetGodaddy("targetGodaddyResource",
imap_username="string",
api_key="string",
secret="string",
imap_fqdn="string",
imap_password="string",
name="string",
customer_id="string",
key="string",
imap_port="string",
max_versions="string",
keep_prev_version="string",
description="string",
target_godaddy_id="string",
timeout="string",
validation_email="string")
const targetGodaddyResource = new akeyless.TargetGodaddy("targetGodaddyResource", {
imapUsername: "string",
apiKey: "string",
secret: "string",
imapFqdn: "string",
imapPassword: "string",
name: "string",
customerId: "string",
key: "string",
imapPort: "string",
maxVersions: "string",
keepPrevVersion: "string",
description: "string",
targetGodaddyId: "string",
timeout: "string",
validationEmail: "string",
});
type: akeyless:TargetGodaddy
properties:
apiKey: string
customerId: string
description: string
imapFqdn: string
imapPassword: string
imapPort: string
imapUsername: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
secret: string
targetGodaddyId: string
timeout: string
validationEmail: string
TargetGodaddy 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 TargetGodaddy resource accepts the following input properties:
- Api
Key string - Key of the api credentials to the Godaddy account
- Imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- Imap
Password string - ImapPassword to access the IMAP service
- Imap
Username string - ImapUsername to access the IMAP service
- Secret string
- Secret of the api credentials to the Godaddy account
- Customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- Description string
- Description of the object
- Imap
Port string - ImapPort of the IMAP service
- 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
Godaddy stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Validation
Email string - Email address for certificate validation
- Api
Key string - Key of the api credentials to the Godaddy account
- Imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- Imap
Password string - ImapPassword to access the IMAP service
- Imap
Username string - ImapUsername to access the IMAP service
- Secret string
- Secret of the api credentials to the Godaddy account
- Customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- Description string
- Description of the object
- Imap
Port string - ImapPort of the IMAP service
- 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
Godaddy stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Validation
Email string - Email address for certificate validation
- api
Key String - Key of the api credentials to the Godaddy account
- imap
Fqdn String - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password String - ImapPassword to access the IMAP service
- imap
Username String - ImapUsername to access the IMAP service
- secret String
- Secret of the api credentials to the Godaddy account
- customer
Id String - Customer ID (ShopperId) required for renewal of imported certificates
- description String
- Description of the object
- imap
Port String - ImapPort of the IMAP service
- 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
Godaddy StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email String - Email address for certificate validation
- api
Key string - Key of the api credentials to the Godaddy account
- imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password string - ImapPassword to access the IMAP service
- imap
Username string - ImapUsername to access the IMAP service
- secret string
- Secret of the api credentials to the Godaddy account
- customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- description string
- Description of the object
- imap
Port string - ImapPort of the IMAP service
- 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
Godaddy stringId - The ID of this resource.
- timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email string - Email address for certificate validation
- api_
key str - Key of the api credentials to the Godaddy account
- imap_
fqdn str - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap_
password str - ImapPassword to access the IMAP service
- imap_
username str - ImapUsername to access the IMAP service
- secret str
- Secret of the api credentials to the Godaddy account
- customer_
id str - Customer ID (ShopperId) required for renewal of imported certificates
- description str
- Description of the object
- imap_
port str - ImapPort of the IMAP service
- 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_
godaddy_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation_
email str - Email address for certificate validation
- api
Key String - Key of the api credentials to the Godaddy account
- imap
Fqdn String - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password String - ImapPassword to access the IMAP service
- imap
Username String - ImapUsername to access the IMAP service
- secret String
- Secret of the api credentials to the Godaddy account
- customer
Id String - Customer ID (ShopperId) required for renewal of imported certificates
- description String
- Description of the object
- imap
Port String - ImapPort of the IMAP service
- 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
Godaddy StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email String - Email address for certificate validation
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetGodaddy 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 str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing TargetGodaddy Resource
Get an existing TargetGodaddy 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?: TargetGodaddyState, opts?: CustomResourceOptions): TargetGodaddy@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
api_key: Optional[str] = None,
customer_id: Optional[str] = None,
description: Optional[str] = None,
imap_fqdn: Optional[str] = None,
imap_password: Optional[str] = None,
imap_port: Optional[str] = None,
imap_username: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
secret: Optional[str] = None,
target_godaddy_id: Optional[str] = None,
timeout: Optional[str] = None,
validation_email: Optional[str] = None) -> TargetGodaddyfunc GetTargetGodaddy(ctx *Context, name string, id IDInput, state *TargetGodaddyState, opts ...ResourceOption) (*TargetGodaddy, error)public static TargetGodaddy Get(string name, Input<string> id, TargetGodaddyState? state, CustomResourceOptions? opts = null)public static TargetGodaddy get(String name, Output<String> id, TargetGodaddyState state, CustomResourceOptions options)resources: _: type: akeyless:TargetGodaddy get: 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 - Key of the api credentials to the Godaddy account
- Customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- Description string
- Description of the object
- Imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- Imap
Password string - ImapPassword to access the IMAP service
- Imap
Port string - ImapPort of the IMAP service
- Imap
Username string - ImapUsername to access the IMAP service
- 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
- Secret string
- Secret of the api credentials to the Godaddy account
- Target
Godaddy stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Validation
Email string - Email address for certificate validation
- Api
Key string - Key of the api credentials to the Godaddy account
- Customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- Description string
- Description of the object
- Imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- Imap
Password string - ImapPassword to access the IMAP service
- Imap
Port string - ImapPort of the IMAP service
- Imap
Username string - ImapUsername to access the IMAP service
- 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
- Secret string
- Secret of the api credentials to the Godaddy account
- Target
Godaddy stringId - The ID of this resource.
- Timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- Validation
Email string - Email address for certificate validation
- api
Key String - Key of the api credentials to the Godaddy account
- customer
Id String - Customer ID (ShopperId) required for renewal of imported certificates
- description String
- Description of the object
- imap
Fqdn String - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password String - ImapPassword to access the IMAP service
- imap
Port String - ImapPort of the IMAP service
- imap
Username String - ImapUsername to access the IMAP service
- 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
- secret String
- Secret of the api credentials to the Godaddy account
- target
Godaddy StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email String - Email address for certificate validation
- api
Key string - Key of the api credentials to the Godaddy account
- customer
Id string - Customer ID (ShopperId) required for renewal of imported certificates
- description string
- Description of the object
- imap
Fqdn string - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password string - ImapPassword to access the IMAP service
- imap
Port string - ImapPort of the IMAP service
- imap
Username string - ImapUsername to access the IMAP service
- 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
- secret string
- Secret of the api credentials to the Godaddy account
- target
Godaddy stringId - The ID of this resource.
- timeout string
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email string - Email address for certificate validation
- api_
key str - Key of the api credentials to the Godaddy account
- customer_
id str - Customer ID (ShopperId) required for renewal of imported certificates
- description str
- Description of the object
- imap_
fqdn str - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap_
password str - ImapPassword to access the IMAP service
- imap_
port str - ImapPort of the IMAP service
- imap_
username str - ImapUsername to access the IMAP service
- 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
- secret str
- Secret of the api credentials to the Godaddy account
- target_
godaddy_ strid - The ID of this resource.
- timeout str
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation_
email str - Email address for certificate validation
- api
Key String - Key of the api credentials to the Godaddy account
- customer
Id String - Customer ID (ShopperId) required for renewal of imported certificates
- description String
- Description of the object
- imap
Fqdn String - ImapFQDN of the IMAP service, FQDN or IPv4 address. Must be FQDN if the IMAP is using TLS
- imap
Password String - ImapPassword to access the IMAP service
- imap
Port String - ImapPort of the IMAP service
- imap
Username String - ImapUsername to access the IMAP service
- 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
- secret String
- Secret of the api credentials to the Godaddy account
- target
Godaddy StringId - The ID of this resource.
- timeout String
- Timeout waiting for certificate validation in Duration format (1h - 1 Hour, 20m - 20 Minutes, 33m3s - 33 Minutes and 3 Seconds), maximum 1h.
- validation
Email String - Email address for certificate validation
Package Details
- Repository
- akeyless akeyless-community/terraform-provider-akeyless
- License
- Notes
- This Pulumi package is based on the
akeylessTerraform Provider.
published on Monday, Apr 27, 2026 by akeyless-community
