1. Packages
  2. Scaleway
  3. API Docs
  4. LoadbalancerCertificate
Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse

scaleway.LoadbalancerCertificate

Explore with Pulumi AI

scaleway logo
Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse

    Create LoadbalancerCertificate Resource

    new LoadbalancerCertificate(name: string, args: LoadbalancerCertificateArgs, opts?: CustomResourceOptions);
    @overload
    def LoadbalancerCertificate(resource_name: str,
                                opts: Optional[ResourceOptions] = None,
                                custom_certificate: Optional[LoadbalancerCertificateCustomCertificateArgs] = None,
                                lb_id: Optional[str] = None,
                                letsencrypt: Optional[LoadbalancerCertificateLetsencryptArgs] = None,
                                name: Optional[str] = None)
    @overload
    def LoadbalancerCertificate(resource_name: str,
                                args: LoadbalancerCertificateArgs,
                                opts: Optional[ResourceOptions] = None)
    func NewLoadbalancerCertificate(ctx *Context, name string, args LoadbalancerCertificateArgs, opts ...ResourceOption) (*LoadbalancerCertificate, error)
    public LoadbalancerCertificate(string name, LoadbalancerCertificateArgs args, CustomResourceOptions? opts = null)
    public LoadbalancerCertificate(String name, LoadbalancerCertificateArgs args)
    public LoadbalancerCertificate(String name, LoadbalancerCertificateArgs args, CustomResourceOptions options)
    
    type: scaleway:LoadbalancerCertificate
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args LoadbalancerCertificateArgs
    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 LoadbalancerCertificateArgs
    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 LoadbalancerCertificateArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadbalancerCertificateArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadbalancerCertificateArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

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

    LbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    CustomCertificate Pulumiverse.Scaleway.Inputs.LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    Letsencrypt Pulumiverse.Scaleway.Inputs.LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    Name string
    The name of the certificate backend.
    LbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    CustomCertificate LoadbalancerCertificateCustomCertificateArgs
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    Letsencrypt LoadbalancerCertificateLetsencryptArgs
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    Name string
    The name of the certificate backend.
    lbId String

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    customCertificate LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    letsencrypt LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name String
    The name of the certificate backend.
    lbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    customCertificate LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    letsencrypt LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name string
    The name of the certificate backend.
    lb_id str

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    custom_certificate LoadbalancerCertificateCustomCertificateArgs
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    letsencrypt LoadbalancerCertificateLetsencryptArgs
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name str
    The name of the certificate backend.
    lbId String

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    customCertificate Property Map
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    letsencrypt Property Map
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name String
    The name of the certificate backend.

    Outputs

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

    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    Fingerprint string
    The identifier (SHA-1) of the certificate
    Id string
    The provider-assigned unique ID for this managed resource.
    NotValidAfter string
    The not valid after validity bound timestamp
    NotValidBefore string
    The not valid before validity bound timestamp
    Status string
    Certificate status
    SubjectAlternativeNames List<string>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    Fingerprint string
    The identifier (SHA-1) of the certificate
    Id string
    The provider-assigned unique ID for this managed resource.
    NotValidAfter string
    The not valid after validity bound timestamp
    NotValidBefore string
    The not valid before validity bound timestamp
    Status string
    Certificate status
    SubjectAlternativeNames []string

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    fingerprint String
    The identifier (SHA-1) of the certificate
    id String
    The provider-assigned unique ID for this managed resource.
    notValidAfter String
    The not valid after validity bound timestamp
    notValidBefore String
    The not valid before validity bound timestamp
    status String
    Certificate status
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    fingerprint string
    The identifier (SHA-1) of the certificate
    id string
    The provider-assigned unique ID for this managed resource.
    notValidAfter string
    The not valid after validity bound timestamp
    notValidBefore string
    The not valid before validity bound timestamp
    status string
    Certificate status
    subjectAlternativeNames string[]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    common_name str
    Main domain of the certificate. A new certificate will be created if this field is changed.
    fingerprint str
    The identifier (SHA-1) of the certificate
    id str
    The provider-assigned unique ID for this managed resource.
    not_valid_after str
    The not valid after validity bound timestamp
    not_valid_before str
    The not valid before validity bound timestamp
    status str
    Certificate status
    subject_alternative_names Sequence[str]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    fingerprint String
    The identifier (SHA-1) of the certificate
    id String
    The provider-assigned unique ID for this managed resource.
    notValidAfter String
    The not valid after validity bound timestamp
    notValidBefore String
    The not valid before validity bound timestamp
    status String
    Certificate status
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    Look up Existing LoadbalancerCertificate Resource

    Get an existing LoadbalancerCertificate 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?: LoadbalancerCertificateState, opts?: CustomResourceOptions): LoadbalancerCertificate
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            common_name: Optional[str] = None,
            custom_certificate: Optional[LoadbalancerCertificateCustomCertificateArgs] = None,
            fingerprint: Optional[str] = None,
            lb_id: Optional[str] = None,
            letsencrypt: Optional[LoadbalancerCertificateLetsencryptArgs] = None,
            name: Optional[str] = None,
            not_valid_after: Optional[str] = None,
            not_valid_before: Optional[str] = None,
            status: Optional[str] = None,
            subject_alternative_names: Optional[Sequence[str]] = None) -> LoadbalancerCertificate
    func GetLoadbalancerCertificate(ctx *Context, name string, id IDInput, state *LoadbalancerCertificateState, opts ...ResourceOption) (*LoadbalancerCertificate, error)
    public static LoadbalancerCertificate Get(string name, Input<string> id, LoadbalancerCertificateState? state, CustomResourceOptions? opts = null)
    public static LoadbalancerCertificate get(String name, Output<String> id, LoadbalancerCertificateState 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:
    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    CustomCertificate Pulumiverse.Scaleway.Inputs.LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    Fingerprint string
    The identifier (SHA-1) of the certificate
    LbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    Letsencrypt Pulumiverse.Scaleway.Inputs.LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    Name string
    The name of the certificate backend.
    NotValidAfter string
    The not valid after validity bound timestamp
    NotValidBefore string
    The not valid before validity bound timestamp
    Status string
    Certificate status
    SubjectAlternativeNames List<string>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    CustomCertificate LoadbalancerCertificateCustomCertificateArgs
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    Fingerprint string
    The identifier (SHA-1) of the certificate
    LbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    Letsencrypt LoadbalancerCertificateLetsencryptArgs
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    Name string
    The name of the certificate backend.
    NotValidAfter string
    The not valid after validity bound timestamp
    NotValidBefore string
    The not valid before validity bound timestamp
    Status string
    Certificate status
    SubjectAlternativeNames []string

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    customCertificate LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    fingerprint String
    The identifier (SHA-1) of the certificate
    lbId String

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    letsencrypt LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name String
    The name of the certificate backend.
    notValidAfter String
    The not valid after validity bound timestamp
    notValidBefore String
    The not valid before validity bound timestamp
    status String
    Certificate status
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    customCertificate LoadbalancerCertificateCustomCertificate
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    fingerprint string
    The identifier (SHA-1) of the certificate
    lbId string

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    letsencrypt LoadbalancerCertificateLetsencrypt
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name string
    The name of the certificate backend.
    notValidAfter string
    The not valid after validity bound timestamp
    notValidBefore string
    The not valid before validity bound timestamp
    status string
    Certificate status
    subjectAlternativeNames string[]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    common_name str
    Main domain of the certificate. A new certificate will be created if this field is changed.
    custom_certificate LoadbalancerCertificateCustomCertificateArgs
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    fingerprint str
    The identifier (SHA-1) of the certificate
    lb_id str

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    letsencrypt LoadbalancerCertificateLetsencryptArgs
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name str
    The name of the certificate backend.
    not_valid_after str
    The not valid after validity bound timestamp
    not_valid_before str
    The not valid before validity bound timestamp
    status str
    Certificate status
    subject_alternative_names Sequence[str]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    customCertificate Property Map
    Configuration block for custom certificate chain. Only one of letsencrypt and custom_certificate should be specified.
    fingerprint String
    The identifier (SHA-1) of the certificate
    lbId String

    The load-balancer ID this certificate is attached to.

    Important: Updates to lb_id will recreate the load-balancer certificate.

    letsencrypt Property Map
    Configuration block for Let's Encrypt configuration. Only one of letsencrypt and custom_certificate should be specified.
    name String
    The name of the certificate backend.
    notValidAfter String
    The not valid after validity bound timestamp
    notValidBefore String
    The not valid before validity bound timestamp
    status String
    Certificate status
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    Supporting Types

    LoadbalancerCertificateCustomCertificate, LoadbalancerCertificateCustomCertificateArgs

    CertificateChain string

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    CertificateChain string

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    certificateChain String

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    certificateChain string

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    certificate_chain str

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    certificateChain String

    Full PEM-formatted certificate chain.

    Important: Updates to custom_certificate will recreate the load-balancer certificate.

    LoadbalancerCertificateLetsencrypt, LoadbalancerCertificateLetsencryptArgs

    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    SubjectAlternativeNames List<string>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    CommonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    SubjectAlternativeNames []string

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName string
    Main domain of the certificate. A new certificate will be created if this field is changed.
    subjectAlternativeNames string[]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    common_name str
    Main domain of the certificate. A new certificate will be created if this field is changed.
    subject_alternative_names Sequence[str]

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    commonName String
    Main domain of the certificate. A new certificate will be created if this field is changed.
    subjectAlternativeNames List<String>

    Array of alternative domain names. A new certificate will be created if this field is changed.

    Important: Updates to letsencrypt will recreate the load-balancer certificate.

    Package Details

    Repository
    scaleway pulumiverse/pulumi-scaleway
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the scaleway Terraform Provider.
    scaleway logo
    Scaleway v1.12.0 published on Monday, Mar 11, 2024 by pulumiverse