tencentcloud.ProtocolTemplateGroup
Explore with Pulumi AI
Provides a resource to manage protocol template group.
Example Usage
import * as pulumi from "@pulumi/pulumi";
import * as tencentcloud from "@pulumi/tencentcloud";
const foo = new tencentcloud.ProtocolTemplateGroup("foo", {templateIds: [
"ipl-axaf24151",
"ipl-axaf24152",
]});
import pulumi
import pulumi_tencentcloud as tencentcloud
foo = tencentcloud.ProtocolTemplateGroup("foo", template_ids=[
"ipl-axaf24151",
"ipl-axaf24152",
])
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.NewProtocolTemplateGroup(ctx, "foo", &tencentcloud.ProtocolTemplateGroupArgs{
TemplateIds: pulumi.StringArray{
pulumi.String("ipl-axaf24151"),
pulumi.String("ipl-axaf24152"),
},
})
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 foo = new Tencentcloud.ProtocolTemplateGroup("foo", new()
{
TemplateIds = new[]
{
"ipl-axaf24151",
"ipl-axaf24152",
},
});
});
package generated_program;
import com.pulumi.Context;
import com.pulumi.Pulumi;
import com.pulumi.core.Output;
import com.pulumi.tencentcloud.ProtocolTemplateGroup;
import com.pulumi.tencentcloud.ProtocolTemplateGroupArgs;
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 foo = new ProtocolTemplateGroup("foo", ProtocolTemplateGroupArgs.builder()
.templateIds(
"ipl-axaf24151",
"ipl-axaf24152")
.build());
}
}
resources:
foo:
type: tencentcloud:ProtocolTemplateGroup
properties:
templateIds:
- ipl-axaf24151
- ipl-axaf24152
Create ProtocolTemplateGroup Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ProtocolTemplateGroup(name: string, args: ProtocolTemplateGroupArgs, opts?: CustomResourceOptions);
@overload
def ProtocolTemplateGroup(resource_name: str,
args: ProtocolTemplateGroupArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ProtocolTemplateGroup(resource_name: str,
opts: Optional[ResourceOptions] = None,
template_ids: Optional[Sequence[str]] = None,
name: Optional[str] = None,
protocol_template_group_id: Optional[str] = None)
func NewProtocolTemplateGroup(ctx *Context, name string, args ProtocolTemplateGroupArgs, opts ...ResourceOption) (*ProtocolTemplateGroup, error)
public ProtocolTemplateGroup(string name, ProtocolTemplateGroupArgs args, CustomResourceOptions? opts = null)
public ProtocolTemplateGroup(String name, ProtocolTemplateGroupArgs args)
public ProtocolTemplateGroup(String name, ProtocolTemplateGroupArgs args, CustomResourceOptions options)
type: tencentcloud:ProtocolTemplateGroup
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 ProtocolTemplateGroupArgs
- 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 ProtocolTemplateGroupArgs
- 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 ProtocolTemplateGroupArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ProtocolTemplateGroupArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ProtocolTemplateGroupArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
ProtocolTemplateGroup 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 ProtocolTemplateGroup resource accepts the following input properties:
- Template
Ids List<string> - Service template ID list.
- Name string
- Name of the protocol template group.
- Protocol
Template stringGroup Id - ID of the resource.
- Template
Ids []string - Service template ID list.
- Name string
- Name of the protocol template group.
- Protocol
Template stringGroup Id - ID of the resource.
- template
Ids List<String> - Service template ID list.
- name String
- Name of the protocol template group.
- protocol
Template StringGroup Id - ID of the resource.
- template
Ids string[] - Service template ID list.
- name string
- Name of the protocol template group.
- protocol
Template stringGroup Id - ID of the resource.
- template_
ids Sequence[str] - Service template ID list.
- name str
- Name of the protocol template group.
- protocol_
template_ strgroup_ id - ID of the resource.
- template
Ids List<String> - Service template ID list.
- name String
- Name of the protocol template group.
- protocol
Template StringGroup Id - ID of the resource.
Outputs
All input properties are implicitly available as output properties. Additionally, the ProtocolTemplateGroup 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 ProtocolTemplateGroup Resource
Get an existing ProtocolTemplateGroup 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?: ProtocolTemplateGroupState, opts?: CustomResourceOptions): ProtocolTemplateGroup
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
name: Optional[str] = None,
protocol_template_group_id: Optional[str] = None,
template_ids: Optional[Sequence[str]] = None) -> ProtocolTemplateGroup
func GetProtocolTemplateGroup(ctx *Context, name string, id IDInput, state *ProtocolTemplateGroupState, opts ...ResourceOption) (*ProtocolTemplateGroup, error)
public static ProtocolTemplateGroup Get(string name, Input<string> id, ProtocolTemplateGroupState? state, CustomResourceOptions? opts = null)
public static ProtocolTemplateGroup get(String name, Output<String> id, ProtocolTemplateGroupState state, CustomResourceOptions options)
resources: _: type: tencentcloud:ProtocolTemplateGroup 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.
- Name string
- Name of the protocol template group.
- Protocol
Template stringGroup Id - ID of the resource.
- Template
Ids List<string> - Service template ID list.
- Name string
- Name of the protocol template group.
- Protocol
Template stringGroup Id - ID of the resource.
- Template
Ids []string - Service template ID list.
- name String
- Name of the protocol template group.
- protocol
Template StringGroup Id - ID of the resource.
- template
Ids List<String> - Service template ID list.
- name string
- Name of the protocol template group.
- protocol
Template stringGroup Id - ID of the resource.
- template
Ids string[] - Service template ID list.
- name str
- Name of the protocol template group.
- protocol_
template_ strgroup_ id - ID of the resource.
- template_
ids Sequence[str] - Service template ID list.
- name String
- Name of the protocol template group.
- protocol
Template StringGroup Id - ID of the resource.
- template
Ids List<String> - Service template ID list.
Import
Protocol template group can be imported using the id, e.g.
$ pulumi import tencentcloud:index/protocolTemplateGroup:ProtocolTemplateGroup foo ppmg-0np3u974
To learn more about importing existing cloud resources, see Importing resources.
Package Details
- Repository
- tencentcloud tencentcloudstack/terraform-provider-tencentcloud
- License
- Notes
- This Pulumi package is based on the
tencentcloud
Terraform Provider.