published on Monday, Apr 27, 2026 by akeyless-community
published on Monday, Apr 27, 2026 by akeyless-community
Docker Hub Target resource
Create TargetDockerhub Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new TargetDockerhub(name: string, args?: TargetDockerhubArgs, opts?: CustomResourceOptions);@overload
def TargetDockerhub(resource_name: str,
args: Optional[TargetDockerhubArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def TargetDockerhub(resource_name: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dockerhub_password: Optional[str] = None,
dockerhub_username: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_dockerhub_id: Optional[str] = None)func NewTargetDockerhub(ctx *Context, name string, args *TargetDockerhubArgs, opts ...ResourceOption) (*TargetDockerhub, error)public TargetDockerhub(string name, TargetDockerhubArgs? args = null, CustomResourceOptions? opts = null)
public TargetDockerhub(String name, TargetDockerhubArgs args)
public TargetDockerhub(String name, TargetDockerhubArgs args, CustomResourceOptions options)
type: akeyless:TargetDockerhub
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 TargetDockerhubArgs
- 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 TargetDockerhubArgs
- 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 TargetDockerhubArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args TargetDockerhubArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args TargetDockerhubArgs
- 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 targetDockerhubResource = new Akeyless.TargetDockerhub("targetDockerhubResource", new()
{
Description = "string",
DockerhubPassword = "string",
DockerhubUsername = "string",
KeepPrevVersion = "string",
Key = "string",
MaxVersions = "string",
Name = "string",
TargetDockerhubId = "string",
});
example, err := akeyless.NewTargetDockerhub(ctx, "targetDockerhubResource", &akeyless.TargetDockerhubArgs{
Description: pulumi.String("string"),
DockerhubPassword: pulumi.String("string"),
DockerhubUsername: pulumi.String("string"),
KeepPrevVersion: pulumi.String("string"),
Key: pulumi.String("string"),
MaxVersions: pulumi.String("string"),
Name: pulumi.String("string"),
TargetDockerhubId: pulumi.String("string"),
})
var targetDockerhubResource = new TargetDockerhub("targetDockerhubResource", TargetDockerhubArgs.builder()
.description("string")
.dockerhubPassword("string")
.dockerhubUsername("string")
.keepPrevVersion("string")
.key("string")
.maxVersions("string")
.name("string")
.targetDockerhubId("string")
.build());
target_dockerhub_resource = akeyless.TargetDockerhub("targetDockerhubResource",
description="string",
dockerhub_password="string",
dockerhub_username="string",
keep_prev_version="string",
key="string",
max_versions="string",
name="string",
target_dockerhub_id="string")
const targetDockerhubResource = new akeyless.TargetDockerhub("targetDockerhubResource", {
description: "string",
dockerhubPassword: "string",
dockerhubUsername: "string",
keepPrevVersion: "string",
key: "string",
maxVersions: "string",
name: "string",
targetDockerhubId: "string",
});
type: akeyless:TargetDockerhub
properties:
description: string
dockerhubPassword: string
dockerhubUsername: string
keepPrevVersion: string
key: string
maxVersions: string
name: string
targetDockerhubId: string
TargetDockerhub 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 TargetDockerhub resource accepts the following input properties:
- Description string
- Description of the object
- Dockerhub
Password string - Password for docker repository
- Dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- Description string
- Description of the object
- Dockerhub
Password string - Password for docker repository
- Dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- description String
- Description of the object
- dockerhub
Password String - Password for docker repository
- dockerhub
Username String - Username for docker repository
- 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
Dockerhub StringId - The ID of this resource.
- description string
- Description of the object
- dockerhub
Password string - Password for docker repository
- dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- description str
- Description of the object
- dockerhub_
password str - Password for docker repository
- dockerhub_
username str - Username for docker repository
- 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_
dockerhub_ strid - The ID of this resource.
- description String
- Description of the object
- dockerhub
Password String - Password for docker repository
- dockerhub
Username String - Username for docker repository
- 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
Dockerhub StringId - The ID of this resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the TargetDockerhub 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 TargetDockerhub Resource
Get an existing TargetDockerhub 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?: TargetDockerhubState, opts?: CustomResourceOptions): TargetDockerhub@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
description: Optional[str] = None,
dockerhub_password: Optional[str] = None,
dockerhub_username: Optional[str] = None,
keep_prev_version: Optional[str] = None,
key: Optional[str] = None,
max_versions: Optional[str] = None,
name: Optional[str] = None,
target_dockerhub_id: Optional[str] = None) -> TargetDockerhubfunc GetTargetDockerhub(ctx *Context, name string, id IDInput, state *TargetDockerhubState, opts ...ResourceOption) (*TargetDockerhub, error)public static TargetDockerhub Get(string name, Input<string> id, TargetDockerhubState? state, CustomResourceOptions? opts = null)public static TargetDockerhub get(String name, Output<String> id, TargetDockerhubState state, CustomResourceOptions options)resources: _: type: akeyless:TargetDockerhub 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.
- Description string
- Description of the object
- Dockerhub
Password string - Password for docker repository
- Dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- Description string
- Description of the object
- Dockerhub
Password string - Password for docker repository
- Dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- description String
- Description of the object
- dockerhub
Password String - Password for docker repository
- dockerhub
Username String - Username for docker repository
- 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
Dockerhub StringId - The ID of this resource.
- description string
- Description of the object
- dockerhub
Password string - Password for docker repository
- dockerhub
Username string - Username for docker repository
- 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
Dockerhub stringId - The ID of this resource.
- description str
- Description of the object
- dockerhub_
password str - Password for docker repository
- dockerhub_
username str - Username for docker repository
- 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_
dockerhub_ strid - The ID of this resource.
- description String
- Description of the object
- dockerhub
Password String - Password for docker repository
- dockerhub
Username String - Username for docker repository
- 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
Dockerhub 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 Monday, Apr 27, 2026 by akeyless-community
