tencentcloud.BiEmbedIntervalApply
Explore with Pulumi AI
Provides a resource to create a bi embed_interval
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const embedInterval = new tencentcloud.BiEmbedIntervalApply("embedInterval", {
biToken: "4192d65b-d674-4117-9a59-xxxxxxxxx",
pageId: 10520483,
projectId: 11015030,
scope: "page",
});
import pulumi
import pulumi_tencentcloud as tencentcloud
embed_interval = tencentcloud.BiEmbedIntervalApply("embedInterval",
bi_token="4192d65b-d674-4117-9a59-xxxxxxxxx",
page_id=10520483,
project_id=11015030,
scope="page")
package main
import (
"github.com/pulumi/pulumi-terraform-provider/sdks/go/tencentcloud/tencentcloud"
"github.com/pulumi/pulumi/sdk/v3/go/pulumi"
)
func main() {
pulumi.Run(func(ctx *pulumi.Context) error {
_, err := tencentcloud.NewBiEmbedIntervalApply(ctx, "embedInterval", &tencentcloud.BiEmbedIntervalApplyArgs{
BiToken: pulumi.String("4192d65b-d674-4117-9a59-xxxxxxxxx"),
PageId: pulumi.Float64(10520483),
ProjectId: pulumi.Float64(11015030),
Scope: pulumi.String("page"),
})
if err != nil {
return err
}
return nil
})
}
using System.Collections.Generic;
using System.Linq;
using Pulumi;
using Tencentcloud = Pulumi.Tencentcloud;
return await Deployment.RunAsync(() =>
{
var embedInterval = new Tencentcloud.BiEmbedIntervalApply("embedInterval", new()
{
BiToken = "4192d65b-d674-4117-9a59-xxxxxxxxx",
PageId = 10520483,
ProjectId = 11015030,
Scope = "page",
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.BiEmbedIntervalApply;
import com.pulumi.tencentcloud.BiEmbedIntervalApplyArgs;
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 embedInterval = new BiEmbedIntervalApply("embedInterval", BiEmbedIntervalApplyArgs.builder()
.biToken("4192d65b-d674-4117-9a59-xxxxxxxxx")
.pageId(10520483)
.projectId(11015030)
.scope("page")
.build());
}
}
resources:
embedInterval:
type: tencentcloud:BiEmbedIntervalApply
properties:
biToken: 4192d65b-d674-4117-9a59-xxxxxxxxx
pageId: 1.0520483e+07
projectId: 1.101503e+07
scope: page
Create BiEmbedIntervalApply Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new BiEmbedIntervalApply(name: string, args?: BiEmbedIntervalApplyArgs, opts?: CustomResourceOptions);
@overload
def BiEmbedIntervalApply(resource_name: str,
args: Optional[BiEmbedIntervalApplyArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def BiEmbedIntervalApply(resource_name: str,
opts: Optional[ResourceOptions] = None,
bi_embed_interval_apply_id: Optional[str] = None,
bi_token: Optional[str] = None,
page_id: Optional[float] = None,
project_id: Optional[float] = None,
scope: Optional[str] = None)
func NewBiEmbedIntervalApply(ctx *Context, name string, args *BiEmbedIntervalApplyArgs, opts ...ResourceOption) (*BiEmbedIntervalApply, error)
public BiEmbedIntervalApply(string name, BiEmbedIntervalApplyArgs? args = null, CustomResourceOptions? opts = null)
public BiEmbedIntervalApply(String name, BiEmbedIntervalApplyArgs args)
public BiEmbedIntervalApply(String name, BiEmbedIntervalApplyArgs args, CustomResourceOptions options)
type: tencentcloud:BiEmbedIntervalApply
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 BiEmbedIntervalApplyArgs
- 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 BiEmbedIntervalApplyArgs
- 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 BiEmbedIntervalApplyArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BiEmbedIntervalApplyArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BiEmbedIntervalApplyArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
BiEmbedIntervalApply 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 BiEmbedIntervalApply resource accepts the following input properties:
- Bi
Embed stringInterval Apply Id - ID of the resource.
- Bi
Token string - Token that needs to be applied for extension.
- Page
Id double - Sharing page id, this is empty value 0 when embedding the board.
- Project
Id double - Sharing project id, required.
- Scope string
- Choose panel or page.
- Bi
Embed stringInterval Apply Id - ID of the resource.
- Bi
Token string - Token that needs to be applied for extension.
- Page
Id float64 - Sharing page id, this is empty value 0 when embedding the board.
- Project
Id float64 - Sharing project id, required.
- Scope string
- Choose panel or page.
- bi
Embed StringInterval Apply Id - ID of the resource.
- bi
Token String - Token that needs to be applied for extension.
- page
Id Double - Sharing page id, this is empty value 0 when embedding the board.
- project
Id Double - Sharing project id, required.
- scope String
- Choose panel or page.
- bi
Embed stringInterval Apply Id - ID of the resource.
- bi
Token string - Token that needs to be applied for extension.
- page
Id number - Sharing page id, this is empty value 0 when embedding the board.
- project
Id number - Sharing project id, required.
- scope string
- Choose panel or page.
- bi_
embed_ strinterval_ apply_ id - ID of the resource.
- bi_
token str - Token that needs to be applied for extension.
- page_
id float - Sharing page id, this is empty value 0 when embedding the board.
- project_
id float - Sharing project id, required.
- scope str
- Choose panel or page.
- bi
Embed StringInterval Apply Id - ID of the resource.
- bi
Token String - Token that needs to be applied for extension.
- page
Id Number - Sharing page id, this is empty value 0 when embedding the board.
- project
Id Number - Sharing project id, required.
- scope String
- Choose panel or page.
Outputs
All input properties are implicitly available as output properties. Additionally, the BiEmbedIntervalApply resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing BiEmbedIntervalApply Resource
Get an existing BiEmbedIntervalApply 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?: BiEmbedIntervalApplyState, opts?: CustomResourceOptions): BiEmbedIntervalApply
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
bi_embed_interval_apply_id: Optional[str] = None,
bi_token: Optional[str] = None,
page_id: Optional[float] = None,
project_id: Optional[float] = None,
scope: Optional[str] = None) -> BiEmbedIntervalApply
func GetBiEmbedIntervalApply(ctx *Context, name string, id IDInput, state *BiEmbedIntervalApplyState, opts ...ResourceOption) (*BiEmbedIntervalApply, error)
public static BiEmbedIntervalApply Get(string name, Input<string> id, BiEmbedIntervalApplyState? state, CustomResourceOptions? opts = null)
public static BiEmbedIntervalApply get(String name, Output<String> id, BiEmbedIntervalApplyState state, CustomResourceOptions options)
resources: _: type: tencentcloud:BiEmbedIntervalApply 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.
- Bi
Embed stringInterval Apply Id - ID of the resource.
- Bi
Token string - Token that needs to be applied for extension.
- Page
Id double - Sharing page id, this is empty value 0 when embedding the board.
- Project
Id double - Sharing project id, required.
- Scope string
- Choose panel or page.
- Bi
Embed stringInterval Apply Id - ID of the resource.
- Bi
Token string - Token that needs to be applied for extension.
- Page
Id float64 - Sharing page id, this is empty value 0 when embedding the board.
- Project
Id float64 - Sharing project id, required.
- Scope string
- Choose panel or page.
- bi
Embed StringInterval Apply Id - ID of the resource.
- bi
Token String - Token that needs to be applied for extension.
- page
Id Double - Sharing page id, this is empty value 0 when embedding the board.
- project
Id Double - Sharing project id, required.
- scope String
- Choose panel or page.
- bi
Embed stringInterval Apply Id - ID of the resource.
- bi
Token string - Token that needs to be applied for extension.
- page
Id number - Sharing page id, this is empty value 0 when embedding the board.
- project
Id number - Sharing project id, required.
- scope string
- Choose panel or page.
- bi_
embed_ strinterval_ apply_ id - ID of the resource.
- bi_
token str - Token that needs to be applied for extension.
- page_
id float - Sharing page id, this is empty value 0 when embedding the board.
- project_
id float - Sharing project id, required.
- scope str
- Choose panel or page.
- bi
Embed StringInterval Apply Id - ID of the resource.
- bi
Token String - Token that needs to be applied for extension.
- page
Id Number - Sharing page id, this is empty value 0 when embedding the board.
- project
Id Number - Sharing project id, required.
- scope String
- Choose panel or page.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.