1. Packages
  2. UpCloud
  3. API Docs
  4. LoadbalancerManualCertificateBundle
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

upcloud.LoadbalancerManualCertificateBundle

Explore with Pulumi AI

upcloud logo
UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd

    This resource represents manual certificate bundle

    Create LoadbalancerManualCertificateBundle Resource

    Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

    Constructor syntax

    new LoadbalancerManualCertificateBundle(name: string, args: LoadbalancerManualCertificateBundleArgs, opts?: CustomResourceOptions);
    @overload
    def LoadbalancerManualCertificateBundle(resource_name: str,
                                            args: LoadbalancerManualCertificateBundleArgs,
                                            opts: Optional[ResourceOptions] = None)
    
    @overload
    def LoadbalancerManualCertificateBundle(resource_name: str,
                                            opts: Optional[ResourceOptions] = None,
                                            certificate: Optional[str] = None,
                                            private_key: Optional[str] = None,
                                            intermediates: Optional[str] = None,
                                            name: Optional[str] = None)
    func NewLoadbalancerManualCertificateBundle(ctx *Context, name string, args LoadbalancerManualCertificateBundleArgs, opts ...ResourceOption) (*LoadbalancerManualCertificateBundle, error)
    public LoadbalancerManualCertificateBundle(string name, LoadbalancerManualCertificateBundleArgs args, CustomResourceOptions? opts = null)
    public LoadbalancerManualCertificateBundle(String name, LoadbalancerManualCertificateBundleArgs args)
    public LoadbalancerManualCertificateBundle(String name, LoadbalancerManualCertificateBundleArgs args, CustomResourceOptions options)
    
    type: upcloud:LoadbalancerManualCertificateBundle
    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 LoadbalancerManualCertificateBundleArgs
    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 LoadbalancerManualCertificateBundleArgs
    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 LoadbalancerManualCertificateBundleArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args LoadbalancerManualCertificateBundleArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args LoadbalancerManualCertificateBundleArgs
    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 loadbalancerManualCertificateBundleResource = new UpCloud.LoadbalancerManualCertificateBundle("loadbalancerManualCertificateBundleResource", new()
    {
        Certificate = "string",
        PrivateKey = "string",
        Intermediates = "string",
        Name = "string",
    });
    
    example, err := upcloud.NewLoadbalancerManualCertificateBundle(ctx, "loadbalancerManualCertificateBundleResource", &upcloud.LoadbalancerManualCertificateBundleArgs{
    	Certificate:   pulumi.String("string"),
    	PrivateKey:    pulumi.String("string"),
    	Intermediates: pulumi.String("string"),
    	Name:          pulumi.String("string"),
    })
    
    var loadbalancerManualCertificateBundleResource = new LoadbalancerManualCertificateBundle("loadbalancerManualCertificateBundleResource", LoadbalancerManualCertificateBundleArgs.builder()
        .certificate("string")
        .privateKey("string")
        .intermediates("string")
        .name("string")
        .build());
    
    loadbalancer_manual_certificate_bundle_resource = upcloud.LoadbalancerManualCertificateBundle("loadbalancerManualCertificateBundleResource",
        certificate="string",
        private_key="string",
        intermediates="string",
        name="string")
    
    const loadbalancerManualCertificateBundleResource = new upcloud.LoadbalancerManualCertificateBundle("loadbalancerManualCertificateBundleResource", {
        certificate: "string",
        privateKey: "string",
        intermediates: "string",
        name: "string",
    });
    
    type: upcloud:LoadbalancerManualCertificateBundle
    properties:
        certificate: string
        intermediates: string
        name: string
        privateKey: string
    

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

    Certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    PrivateKey string
    Private key as base64 encoded string. Must be in PEM format.
    Intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    Name string
    The name of the certificate bundle. Must be unique within customer account.
    Certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    PrivateKey string
    Private key as base64 encoded string. Must be in PEM format.
    Intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    Name string
    The name of the certificate bundle. Must be unique within customer account.
    certificate String
    Certificate as base64 encoded string. Must be in PEM format.
    privateKey String
    Private key as base64 encoded string. Must be in PEM format.
    intermediates String
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name String
    The name of the certificate bundle. Must be unique within customer account.
    certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    privateKey string
    Private key as base64 encoded string. Must be in PEM format.
    intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name string
    The name of the certificate bundle. Must be unique within customer account.
    certificate str
    Certificate as base64 encoded string. Must be in PEM format.
    private_key str
    Private key as base64 encoded string. Must be in PEM format.
    intermediates str
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name str
    The name of the certificate bundle. Must be unique within customer account.
    certificate String
    Certificate as base64 encoded string. Must be in PEM format.
    privateKey String
    Private key as base64 encoded string. Must be in PEM format.
    intermediates String
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name String
    The name of the certificate bundle. Must be unique within customer account.

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    NotAfter string
    The time after which a certificate is no longer valid.
    NotBefore string
    The time on which a certificate becomes valid.
    OperationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    Id string
    The provider-assigned unique ID for this managed resource.
    NotAfter string
    The time after which a certificate is no longer valid.
    NotBefore string
    The time on which a certificate becomes valid.
    OperationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    id String
    The provider-assigned unique ID for this managed resource.
    notAfter String
    The time after which a certificate is no longer valid.
    notBefore String
    The time on which a certificate becomes valid.
    operationalState String
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    id string
    The provider-assigned unique ID for this managed resource.
    notAfter string
    The time after which a certificate is no longer valid.
    notBefore string
    The time on which a certificate becomes valid.
    operationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    id str
    The provider-assigned unique ID for this managed resource.
    not_after str
    The time after which a certificate is no longer valid.
    not_before str
    The time on which a certificate becomes valid.
    operational_state str
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    id String
    The provider-assigned unique ID for this managed resource.
    notAfter String
    The time after which a certificate is no longer valid.
    notBefore String
    The time on which a certificate becomes valid.
    operationalState String
    The service operational state indicates the service's current operational, effective state. Managed by the system.

    Look up Existing LoadbalancerManualCertificateBundle Resource

    Get an existing LoadbalancerManualCertificateBundle 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?: LoadbalancerManualCertificateBundleState, opts?: CustomResourceOptions): LoadbalancerManualCertificateBundle
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            certificate: Optional[str] = None,
            intermediates: Optional[str] = None,
            name: Optional[str] = None,
            not_after: Optional[str] = None,
            not_before: Optional[str] = None,
            operational_state: Optional[str] = None,
            private_key: Optional[str] = None) -> LoadbalancerManualCertificateBundle
    func GetLoadbalancerManualCertificateBundle(ctx *Context, name string, id IDInput, state *LoadbalancerManualCertificateBundleState, opts ...ResourceOption) (*LoadbalancerManualCertificateBundle, error)
    public static LoadbalancerManualCertificateBundle Get(string name, Input<string> id, LoadbalancerManualCertificateBundleState? state, CustomResourceOptions? opts = null)
    public static LoadbalancerManualCertificateBundle get(String name, Output<String> id, LoadbalancerManualCertificateBundleState state, CustomResourceOptions options)
    resources:  _:    type: upcloud:LoadbalancerManualCertificateBundle    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.
    The following state arguments are supported:
    Certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    Intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    Name string
    The name of the certificate bundle. Must be unique within customer account.
    NotAfter string
    The time after which a certificate is no longer valid.
    NotBefore string
    The time on which a certificate becomes valid.
    OperationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    PrivateKey string
    Private key as base64 encoded string. Must be in PEM format.
    Certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    Intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    Name string
    The name of the certificate bundle. Must be unique within customer account.
    NotAfter string
    The time after which a certificate is no longer valid.
    NotBefore string
    The time on which a certificate becomes valid.
    OperationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    PrivateKey string
    Private key as base64 encoded string. Must be in PEM format.
    certificate String
    Certificate as base64 encoded string. Must be in PEM format.
    intermediates String
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name String
    The name of the certificate bundle. Must be unique within customer account.
    notAfter String
    The time after which a certificate is no longer valid.
    notBefore String
    The time on which a certificate becomes valid.
    operationalState String
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    privateKey String
    Private key as base64 encoded string. Must be in PEM format.
    certificate string
    Certificate as base64 encoded string. Must be in PEM format.
    intermediates string
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name string
    The name of the certificate bundle. Must be unique within customer account.
    notAfter string
    The time after which a certificate is no longer valid.
    notBefore string
    The time on which a certificate becomes valid.
    operationalState string
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    privateKey string
    Private key as base64 encoded string. Must be in PEM format.
    certificate str
    Certificate as base64 encoded string. Must be in PEM format.
    intermediates str
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name str
    The name of the certificate bundle. Must be unique within customer account.
    not_after str
    The time after which a certificate is no longer valid.
    not_before str
    The time on which a certificate becomes valid.
    operational_state str
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    private_key str
    Private key as base64 encoded string. Must be in PEM format.
    certificate String
    Certificate as base64 encoded string. Must be in PEM format.
    intermediates String
    Intermediate certificates as base64 encoded string. Must be in PEM format.
    name String
    The name of the certificate bundle. Must be unique within customer account.
    notAfter String
    The time after which a certificate is no longer valid.
    notBefore String
    The time on which a certificate becomes valid.
    operationalState String
    The service operational state indicates the service's current operational, effective state. Managed by the system.
    privateKey String
    Private key as base64 encoded string. Must be in PEM format.

    Package Details

    Repository
    upcloud UpCloudLtd/pulumi-upcloud
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the upcloud Terraform Provider.
    upcloud logo
    UpCloud v0.1.0 published on Friday, Mar 14, 2025 by UpCloudLtd