platform.License
Explore with Pulumi AI
Provides a JFrog license resource to install/update license.
~>Only available for self-hosted instances.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as platform from "@pulumi/platform";
const my_ent_license = new platform.License("my-ent-license", {key: `bGljZ
...
09Cg==
`});
import pulumi
import pulumi_platform as platform
my_ent_license = platform.License("my-ent-license", key="""bGljZ
...
09Cg==
""")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/platform/v2/platform"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := platform.NewLicense(ctx, "my-ent-license", &platform.LicenseArgs{
Key: pulumi.String("bGljZ\n...\n09Cg==\n\n"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Platform = Pulumi.Platform;
return await Deployment.RunAsync(() =>
{
var my_ent_license = new Platform.License("my-ent-license", new()
{
Key = @"bGljZ
...
09Cg==
",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.platform.License;
import com.pulumi.platform.LicenseArgs;
import java.util.List;
import java.util.ArrayList;
import java.util.Map;
import java.io.File;
import java.nio.file.Files;
import java.nio.file.Paths;
public class App {
public static void main(String[] args) {
Pulumi.run(App::stack);
}
public static void stack(Context ctx) {
var my_ent_license = new License("my-ent-license", LicenseArgs.builder()
.key("""
bGljZ
...
09Cg==
""")
.build());
}
}
resources:
my-ent-license:
type: platform:License
properties:
key: |+
bGljZ
...
09Cg==
Create License Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new License(name: string, args: LicenseArgs, opts?: CustomResourceOptions);
@overload
def License(resource_name: str,
args: LicenseArgs,
opts: Optional[ResourceOptions] = None)
@overload
def License(resource_name: str,
opts: Optional[ResourceOptions] = None,
key: Optional[str] = None,
name: Optional[str] = None)
func NewLicense(ctx *Context, name string, args LicenseArgs, opts ...ResourceOption) (*License, error)
public License(string name, LicenseArgs args, CustomResourceOptions? opts = null)
public License(String name, LicenseArgs args)
public License(String name, LicenseArgs args, CustomResourceOptions options)
type: platform:License
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 LicenseArgs
- 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 LicenseArgs
- 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 LicenseArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args LicenseArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args LicenseArgs
- 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 licenseResource = new Platform.License("licenseResource", new()
{
Key = "string",
Name = "string",
});
example, err := platform.NewLicense(ctx, "licenseResource", &platform.LicenseArgs{
Key: pulumi.String("string"),
Name: pulumi.String("string"),
})
var licenseResource = new License("licenseResource", LicenseArgs.builder()
.key("string")
.name("string")
.build());
license_resource = platform.License("licenseResource",
key="string",
name="string")
const licenseResource = new platform.License("licenseResource", {
key: "string",
name: "string",
});
type: platform:License
properties:
key: string
name: string
License 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 License resource accepts the following input properties:
Outputs
All input properties are implicitly available as output properties. Additionally, the License resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Licensed
To string - Customer name the license belongs to.
- Type string
- Type of the license.
- Valid
Through string - Date of the license is valid through.
- Id string
- The provider-assigned unique ID for this managed resource.
- Licensed
To string - Customer name the license belongs to.
- Type string
- Type of the license.
- Valid
Through string - Date of the license is valid through.
- id String
- The provider-assigned unique ID for this managed resource.
- licensed
To String - Customer name the license belongs to.
- type String
- Type of the license.
- valid
Through String - Date of the license is valid through.
- id string
- The provider-assigned unique ID for this managed resource.
- licensed
To string - Customer name the license belongs to.
- type string
- Type of the license.
- valid
Through string - Date of the license is valid through.
- id str
- The provider-assigned unique ID for this managed resource.
- licensed_
to str - Customer name the license belongs to.
- type str
- Type of the license.
- valid_
through str - Date of the license is valid through.
- id String
- The provider-assigned unique ID for this managed resource.
- licensed
To String - Customer name the license belongs to.
- type String
- Type of the license.
- valid
Through String - Date of the license is valid through.
Look up Existing License Resource
Get an existing License 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?: LicenseState, opts?: CustomResourceOptions): License
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
key: Optional[str] = None,
licensed_to: Optional[str] = None,
name: Optional[str] = None,
type: Optional[str] = None,
valid_through: Optional[str] = None) -> License
func GetLicense(ctx *Context, name string, id IDInput, state *LicenseState, opts ...ResourceOption) (*License, error)
public static License Get(string name, Input<string> id, LicenseState? state, CustomResourceOptions? opts = null)
public static License get(String name, Output<String> id, LicenseState state, CustomResourceOptions options)
resources: _: type: platform:License 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.
- Key string
- License key. Any newline characters must be represented by escape sequence
- Licensed
To string - Customer name the license belongs to.
- Name string
- Name of the license
- Type string
- Type of the license.
- Valid
Through string - Date of the license is valid through.
- Key string
- License key. Any newline characters must be represented by escape sequence
- Licensed
To string - Customer name the license belongs to.
- Name string
- Name of the license
- Type string
- Type of the license.
- Valid
Through string - Date of the license is valid through.
- key String
- License key. Any newline characters must be represented by escape sequence
- licensed
To String - Customer name the license belongs to.
- name String
- Name of the license
- type String
- Type of the license.
- valid
Through String - Date of the license is valid through.
- key string
- License key. Any newline characters must be represented by escape sequence
- licensed
To string - Customer name the license belongs to.
- name string
- Name of the license
- type string
- Type of the license.
- valid
Through string - Date of the license is valid through.
- key str
- License key. Any newline characters must be represented by escape sequence
- licensed_
to str - Customer name the license belongs to.
- name str
- Name of the license
- type str
- Type of the license.
- valid_
through str - Date of the license is valid through.
- key String
- License key. Any newline characters must be represented by escape sequence
- licensed
To String - Customer name the license belongs to.
- name String
- Name of the license
- type String
- Type of the license.
- valid
Through String - Date of the license is valid through.
Package Details
- Repository
- platform jfrog/terraform-provider-platform
- License
- Notes
- This Pulumi package is based on the
platform
Terraform Provider.