1. Packages
  2. Dynatrace
  3. API Docs
  4. MsteamsConnection
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

dynatrace.MsteamsConnection

Explore with Pulumi AI

dynatrace logo
Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse

    Create MsteamsConnection Resource

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

    Constructor syntax

    new MsteamsConnection(name: string, args: MsteamsConnectionArgs, opts?: CustomResourceOptions);
    @overload
    def MsteamsConnection(resource_name: str,
                          args: MsteamsConnectionArgs,
                          opts: Optional[ResourceOptions] = None)
    
    @overload
    def MsteamsConnection(resource_name: str,
                          opts: Optional[ResourceOptions] = None,
                          webhook: Optional[str] = None,
                          channel_name: Optional[str] = None,
                          name: Optional[str] = None,
                          team_name: Optional[str] = None)
    func NewMsteamsConnection(ctx *Context, name string, args MsteamsConnectionArgs, opts ...ResourceOption) (*MsteamsConnection, error)
    public MsteamsConnection(string name, MsteamsConnectionArgs args, CustomResourceOptions? opts = null)
    public MsteamsConnection(String name, MsteamsConnectionArgs args)
    public MsteamsConnection(String name, MsteamsConnectionArgs args, CustomResourceOptions options)
    
    type: dynatrace:MsteamsConnection
    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 MsteamsConnectionArgs
    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 MsteamsConnectionArgs
    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 MsteamsConnectionArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args MsteamsConnectionArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args MsteamsConnectionArgs
    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 msteamsConnectionResource = new Dynatrace.MsteamsConnection("msteamsConnectionResource", new()
    {
        Webhook = "string",
        ChannelName = "string",
        Name = "string",
        TeamName = "string",
    });
    
    example, err := dynatrace.NewMsteamsConnection(ctx, "msteamsConnectionResource", &dynatrace.MsteamsConnectionArgs{
    	Webhook:     pulumi.String("string"),
    	ChannelName: pulumi.String("string"),
    	Name:        pulumi.String("string"),
    	TeamName:    pulumi.String("string"),
    })
    
    var msteamsConnectionResource = new MsteamsConnection("msteamsConnectionResource", MsteamsConnectionArgs.builder()
        .webhook("string")
        .channelName("string")
        .name("string")
        .teamName("string")
        .build());
    
    msteams_connection_resource = dynatrace.MsteamsConnection("msteamsConnectionResource",
        webhook="string",
        channel_name="string",
        name="string",
        team_name="string")
    
    const msteamsConnectionResource = new dynatrace.MsteamsConnection("msteamsConnectionResource", {
        webhook: "string",
        channelName: "string",
        name: "string",
        teamName: "string",
    });
    
    type: dynatrace:MsteamsConnection
    properties:
        channelName: string
        name: string
        teamName: string
        webhook: string
    

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

    Webhook string
    The Webhook URL that links to the channel
    ChannelName string
    Optional
    Name string
    The name of the Microsoft Teams connection
    TeamName string
    Optional
    Webhook string
    The Webhook URL that links to the channel
    ChannelName string
    Optional
    Name string
    The name of the Microsoft Teams connection
    TeamName string
    Optional
    webhook String
    The Webhook URL that links to the channel
    channelName String
    Optional
    name String
    The name of the Microsoft Teams connection
    teamName String
    Optional
    webhook string
    The Webhook URL that links to the channel
    channelName string
    Optional
    name string
    The name of the Microsoft Teams connection
    teamName string
    Optional
    webhook str
    The Webhook URL that links to the channel
    channel_name str
    Optional
    name str
    The name of the Microsoft Teams connection
    team_name str
    Optional
    webhook String
    The Webhook URL that links to the channel
    channelName String
    Optional
    name String
    The name of the Microsoft Teams connection
    teamName String
    Optional

    Outputs

    All input properties are implicitly available as output properties. Additionally, the MsteamsConnection 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 MsteamsConnection Resource

    Get an existing MsteamsConnection 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?: MsteamsConnectionState, opts?: CustomResourceOptions): MsteamsConnection
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            channel_name: Optional[str] = None,
            name: Optional[str] = None,
            team_name: Optional[str] = None,
            webhook: Optional[str] = None) -> MsteamsConnection
    func GetMsteamsConnection(ctx *Context, name string, id IDInput, state *MsteamsConnectionState, opts ...ResourceOption) (*MsteamsConnection, error)
    public static MsteamsConnection Get(string name, Input<string> id, MsteamsConnectionState? state, CustomResourceOptions? opts = null)
    public static MsteamsConnection get(String name, Output<String> id, MsteamsConnectionState state, CustomResourceOptions options)
    resources:  _:    type: dynatrace:MsteamsConnection    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:
    ChannelName string
    Optional
    Name string
    The name of the Microsoft Teams connection
    TeamName string
    Optional
    Webhook string
    The Webhook URL that links to the channel
    ChannelName string
    Optional
    Name string
    The name of the Microsoft Teams connection
    TeamName string
    Optional
    Webhook string
    The Webhook URL that links to the channel
    channelName String
    Optional
    name String
    The name of the Microsoft Teams connection
    teamName String
    Optional
    webhook String
    The Webhook URL that links to the channel
    channelName string
    Optional
    name string
    The name of the Microsoft Teams connection
    teamName string
    Optional
    webhook string
    The Webhook URL that links to the channel
    channel_name str
    Optional
    name str
    The name of the Microsoft Teams connection
    team_name str
    Optional
    webhook str
    The Webhook URL that links to the channel
    channelName String
    Optional
    name String
    The name of the Microsoft Teams connection
    teamName String
    Optional
    webhook String
    The Webhook URL that links to the channel

    Package Details

    Repository
    dynatrace pulumiverse/pulumi-dynatrace
    License
    Apache-2.0
    Notes
    This Pulumi package is based on the dynatrace Terraform Provider.
    dynatrace logo
    Dynatrace v0.27.0 published on Friday, Mar 21, 2025 by Pulumiverse