hcloud.Certificate
Explore with Pulumi AI
Alias for hcloud.UploadedCertificate
to remain backwards compatible.
Deprecated.
Create Certificate Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Certificate(name: string, args: CertificateArgs, opts?: CustomResourceOptions);
@overload
def Certificate(resource_name: str,
args: CertificateArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Certificate(resource_name: str,
opts: Optional[ResourceOptions] = None,
certificate: Optional[str] = None,
private_key: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None)
func NewCertificate(ctx *Context, name string, args CertificateArgs, opts ...ResourceOption) (*Certificate, error)
public Certificate(string name, CertificateArgs args, CustomResourceOptions? opts = null)
public Certificate(String name, CertificateArgs args)
public Certificate(String name, CertificateArgs args, CustomResourceOptions options)
type: hcloud:Certificate
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 CertificateArgs
- 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 CertificateArgs
- 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 CertificateArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args CertificateArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args CertificateArgs
- 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 certificateResource = new HCloud.Certificate("certificateResource", new()
{
CertificateContents = "string",
PrivateKey = "string",
Labels =
{
{ "string", "string" },
},
Name = "string",
});
example, err := hcloud.NewCertificate(ctx, "certificateResource", &hcloud.CertificateArgs{
Certificate: pulumi.String("string"),
PrivateKey: pulumi.String("string"),
Labels: pulumi.StringMap{
"string": pulumi.String("string"),
},
Name: pulumi.String("string"),
})
var certificateResource = new Certificate("certificateResource", CertificateArgs.builder()
.certificate("string")
.privateKey("string")
.labels(Map.of("string", "string"))
.name("string")
.build());
certificate_resource = hcloud.Certificate("certificateResource",
certificate="string",
private_key="string",
labels={
"string": "string",
},
name="string")
const certificateResource = new hcloud.Certificate("certificateResource", {
certificate: "string",
privateKey: "string",
labels: {
string: "string",
},
name: "string",
});
type: hcloud:Certificate
properties:
certificate: string
labels:
string: string
name: string
privateKey: string
Certificate Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
The Certificate resource accepts the following input properties:
- Certificate
Contents string - Private
Key string - Labels Dictionary<string, string>
- Name string
- Certificate string
- Private
Key string - Labels map[string]string
- Name string
- certificate String
- private
Key String - labels Map<String,String>
- name String
- certificate string
- private
Key string - labels {[key: string]: string}
- name string
- certificate str
- private_
key str - labels Mapping[str, str]
- name str
- certificate String
- private
Key String - labels Map<String>
- name String
Outputs
All input properties are implicitly available as output properties. Additionally, the Certificate resource produces the following output properties:
- Created string
- Domain
Names List<string> - Fingerprint string
- Id string
- The provider-assigned unique ID for this managed resource.
- Not
Valid stringAfter - Not
Valid stringBefore - Type string
- Created string
- Domain
Names []string - Fingerprint string
- Id string
- The provider-assigned unique ID for this managed resource.
- Not
Valid stringAfter - Not
Valid stringBefore - Type string
- created String
- domain
Names List<String> - fingerprint String
- id String
- The provider-assigned unique ID for this managed resource.
- not
Valid StringAfter - not
Valid StringBefore - type String
- created string
- domain
Names string[] - fingerprint string
- id string
- The provider-assigned unique ID for this managed resource.
- not
Valid stringAfter - not
Valid stringBefore - type string
- created str
- domain_
names Sequence[str] - fingerprint str
- id str
- The provider-assigned unique ID for this managed resource.
- not_
valid_ strafter - not_
valid_ strbefore - type str
- created String
- domain
Names List<String> - fingerprint String
- id String
- The provider-assigned unique ID for this managed resource.
- not
Valid StringAfter - not
Valid StringBefore - type String
Look up Existing Certificate Resource
Get an existing Certificate 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?: CertificateState, opts?: CustomResourceOptions): Certificate
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
certificate: Optional[str] = None,
created: Optional[str] = None,
domain_names: Optional[Sequence[str]] = None,
fingerprint: Optional[str] = None,
labels: Optional[Mapping[str, str]] = None,
name: Optional[str] = None,
not_valid_after: Optional[str] = None,
not_valid_before: Optional[str] = None,
private_key: Optional[str] = None,
type: Optional[str] = None) -> Certificate
func GetCertificate(ctx *Context, name string, id IDInput, state *CertificateState, opts ...ResourceOption) (*Certificate, error)
public static Certificate Get(string name, Input<string> id, CertificateState? state, CustomResourceOptions? opts = null)
public static Certificate get(String name, Output<String> id, CertificateState state, CustomResourceOptions options)
Resource lookup is not supported in YAML
- 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.
- Certificate
Contents string - Created string
- Domain
Names List<string> - Fingerprint string
- Labels Dictionary<string, string>
- Name string
- Not
Valid stringAfter - Not
Valid stringBefore - Private
Key string - Type string
- Certificate string
- Created string
- Domain
Names []string - Fingerprint string
- Labels map[string]string
- Name string
- Not
Valid stringAfter - Not
Valid stringBefore - Private
Key string - Type string
- certificate String
- created String
- domain
Names List<String> - fingerprint String
- labels Map<String,String>
- name String
- not
Valid StringAfter - not
Valid StringBefore - private
Key String - type String
- certificate string
- created string
- domain
Names string[] - fingerprint string
- labels {[key: string]: string}
- name string
- not
Valid stringAfter - not
Valid stringBefore - private
Key string - type string
- certificate str
- created str
- domain_
names Sequence[str] - fingerprint str
- labels Mapping[str, str]
- name str
- not_
valid_ strafter - not_
valid_ strbefore - private_
key str - type str
- certificate String
- created String
- domain
Names List<String> - fingerprint String
- labels Map<String>
- name String
- not
Valid StringAfter - not
Valid StringBefore - private
Key String - type String
Package Details
- Repository
- Hetzner Cloud pulumi/pulumi-hcloud
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
hcloud
Terraform Provider.