dnsimple.LetsEncryptCertificate

Explore with Pulumi AI

Create LetsEncryptCertificate Resource

new LetsEncryptCertificate(name: string, args: LetsEncryptCertificateArgs, opts?: CustomResourceOptions);
@overload
def LetsEncryptCertificate(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           auto_renew: Optional[bool] = None,
                           contact_id: Optional[int] = None,
                           domain_id: Optional[str] = None,
                           name: Optional[str] = None)
@overload
def LetsEncryptCertificate(resource_name: str,
                           args: LetsEncryptCertificateArgs,
                           opts: Optional[ResourceOptions] = None)
func NewLetsEncryptCertificate(ctx *Context, name string, args LetsEncryptCertificateArgs, opts ...ResourceOption) (*LetsEncryptCertificate, error)
public LetsEncryptCertificate(string name, LetsEncryptCertificateArgs args, CustomResourceOptions? opts = null)
public LetsEncryptCertificate(String name, LetsEncryptCertificateArgs args)
public LetsEncryptCertificate(String name, LetsEncryptCertificateArgs args, CustomResourceOptions options)
type: dnsimple:LetsEncryptCertificate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

name string
The unique name of the resource.
args LetsEncryptCertificateArgs
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 LetsEncryptCertificateArgs
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 LetsEncryptCertificateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name string
The unique name of the resource.
args LetsEncryptCertificateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name String
The unique name of the resource.
args LetsEncryptCertificateArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

LetsEncryptCertificate 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 LetsEncryptCertificate resource accepts the following input properties:

AutoRenew bool
Name string
ContactId int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

DomainId string
AutoRenew bool
Name string
ContactId int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

DomainId string
autoRenew Boolean
name String
contactId Integer

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

domainId String
autoRenew boolean
name string
contactId number

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

domainId string
auto_renew bool
name str
contact_id int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

domain_id str
autoRenew Boolean
name String
contactId Number

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

domainId String

Outputs

All input properties are implicitly available as output properties. Additionally, the LetsEncryptCertificate resource produces the following output properties:

AuthorityIdentifier string
CreatedAt string
Csr string
ExpiresOn string
Id string

The provider-assigned unique ID for this managed resource.

State string
UpdatedAt string
Years int
AuthorityIdentifier string
CreatedAt string
Csr string
ExpiresOn string
Id string

The provider-assigned unique ID for this managed resource.

State string
UpdatedAt string
Years int
authorityIdentifier String
createdAt String
csr String
expiresOn String
id String

The provider-assigned unique ID for this managed resource.

state String
updatedAt String
years Integer
authorityIdentifier string
createdAt string
csr string
expiresOn string
id string

The provider-assigned unique ID for this managed resource.

state string
updatedAt string
years number
authority_identifier str
created_at str
csr str
expires_on str
id str

The provider-assigned unique ID for this managed resource.

state str
updated_at str
years int
authorityIdentifier String
createdAt String
csr String
expiresOn String
id String

The provider-assigned unique ID for this managed resource.

state String
updatedAt String
years Number

Look up Existing LetsEncryptCertificate Resource

Get an existing LetsEncryptCertificate 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?: LetsEncryptCertificateState, opts?: CustomResourceOptions): LetsEncryptCertificate
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        authority_identifier: Optional[str] = None,
        auto_renew: Optional[bool] = None,
        contact_id: Optional[int] = None,
        created_at: Optional[str] = None,
        csr: Optional[str] = None,
        domain_id: Optional[str] = None,
        expires_on: Optional[str] = None,
        name: Optional[str] = None,
        state: Optional[str] = None,
        updated_at: Optional[str] = None,
        years: Optional[int] = None) -> LetsEncryptCertificate
func GetLetsEncryptCertificate(ctx *Context, name string, id IDInput, state *LetsEncryptCertificateState, opts ...ResourceOption) (*LetsEncryptCertificate, error)
public static LetsEncryptCertificate Get(string name, Input<string> id, LetsEncryptCertificateState? state, CustomResourceOptions? opts = null)
public static LetsEncryptCertificate get(String name, Output<String> id, LetsEncryptCertificateState 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.
The following state arguments are supported:
AuthorityIdentifier string
AutoRenew bool
ContactId int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

CreatedAt string
Csr string
DomainId string
ExpiresOn string
Name string
State string
UpdatedAt string
Years int
AuthorityIdentifier string
AutoRenew bool
ContactId int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

CreatedAt string
Csr string
DomainId string
ExpiresOn string
Name string
State string
UpdatedAt string
Years int
authorityIdentifier String
autoRenew Boolean
contactId Integer

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

createdAt String
csr String
domainId String
expiresOn String
name String
state String
updatedAt String
years Integer
authorityIdentifier string
autoRenew boolean
contactId number

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

createdAt string
csr string
domainId string
expiresOn string
name string
state string
updatedAt string
years number
authority_identifier str
auto_renew bool
contact_id int

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

created_at str
csr str
domain_id str
expires_on str
name str
state str
updated_at str
years int
authorityIdentifier String
autoRenew Boolean
contactId Number

Deprecated:

contact_id is deprecated and has no effect. The attribute will be removed in the next major version.

createdAt String
csr String
domainId String
expiresOn String
name String
state String
updatedAt String
years Number

Package Details

Repository
DNSimple pulumi/pulumi-dnsimple
License
Apache-2.0
Notes

This Pulumi package is based on the dnsimple Terraform Provider.