datadog.ms.IntegrationTeamsTenantBasedHandle
Explore with Pulumi AI
Resource for interacting with Datadog Microsoft Teams Integration tenant-based handles.
Create IntegrationTeamsTenantBasedHandle Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new IntegrationTeamsTenantBasedHandle(name: string, args: IntegrationTeamsTenantBasedHandleArgs, opts?: CustomResourceOptions);
@overload
def IntegrationTeamsTenantBasedHandle(resource_name: str,
args: IntegrationTeamsTenantBasedHandleArgs,
opts: Optional[ResourceOptions] = None)
@overload
def IntegrationTeamsTenantBasedHandle(resource_name: str,
opts: Optional[ResourceOptions] = None,
channel_name: Optional[str] = None,
name: Optional[str] = None,
team_name: Optional[str] = None,
tenant_name: Optional[str] = None)
func NewIntegrationTeamsTenantBasedHandle(ctx *Context, name string, args IntegrationTeamsTenantBasedHandleArgs, opts ...ResourceOption) (*IntegrationTeamsTenantBasedHandle, error)
public IntegrationTeamsTenantBasedHandle(string name, IntegrationTeamsTenantBasedHandleArgs args, CustomResourceOptions? opts = null)
public IntegrationTeamsTenantBasedHandle(String name, IntegrationTeamsTenantBasedHandleArgs args)
public IntegrationTeamsTenantBasedHandle(String name, IntegrationTeamsTenantBasedHandleArgs args, CustomResourceOptions options)
type: datadog:ms:IntegrationTeamsTenantBasedHandle
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 IntegrationTeamsTenantBasedHandleArgs
- 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 IntegrationTeamsTenantBasedHandleArgs
- 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 IntegrationTeamsTenantBasedHandleArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args IntegrationTeamsTenantBasedHandleArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args IntegrationTeamsTenantBasedHandleArgs
- 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 integrationTeamsTenantBasedHandleResource = new Datadog.Ms.IntegrationTeamsTenantBasedHandle("integrationTeamsTenantBasedHandleResource", new()
{
ChannelName = "string",
Name = "string",
TeamName = "string",
TenantName = "string",
});
example, err := ms.NewIntegrationTeamsTenantBasedHandle(ctx, "integrationTeamsTenantBasedHandleResource", &ms.IntegrationTeamsTenantBasedHandleArgs{
ChannelName: pulumi.String("string"),
Name: pulumi.String("string"),
TeamName: pulumi.String("string"),
TenantName: pulumi.String("string"),
})
var integrationTeamsTenantBasedHandleResource = new IntegrationTeamsTenantBasedHandle("integrationTeamsTenantBasedHandleResource", IntegrationTeamsTenantBasedHandleArgs.builder()
.channelName("string")
.name("string")
.teamName("string")
.tenantName("string")
.build());
integration_teams_tenant_based_handle_resource = datadog.ms.IntegrationTeamsTenantBasedHandle("integrationTeamsTenantBasedHandleResource",
channel_name="string",
name="string",
team_name="string",
tenant_name="string")
const integrationTeamsTenantBasedHandleResource = new datadog.ms.IntegrationTeamsTenantBasedHandle("integrationTeamsTenantBasedHandleResource", {
channelName: "string",
name: "string",
teamName: "string",
tenantName: "string",
});
type: datadog:ms:IntegrationTeamsTenantBasedHandle
properties:
channelName: string
name: string
teamName: string
tenantName: string
IntegrationTeamsTenantBasedHandle 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 IntegrationTeamsTenantBasedHandle resource accepts the following input properties:
- Channel
Name string - Your channel name.
- Name string
- Your tenant-based handle name.
- Team
Name string - Your team name.
- Tenant
Name string - Your tenant name.
- Channel
Name string - Your channel name.
- Name string
- Your tenant-based handle name.
- Team
Name string - Your team name.
- Tenant
Name string - Your tenant name.
- channel
Name String - Your channel name.
- name String
- Your tenant-based handle name.
- team
Name String - Your team name.
- tenant
Name String - Your tenant name.
- channel
Name string - Your channel name.
- name string
- Your tenant-based handle name.
- team
Name string - Your team name.
- tenant
Name string - Your tenant name.
- channel_
name str - Your channel name.
- name str
- Your tenant-based handle name.
- team_
name str - Your team name.
- tenant_
name str - Your tenant name.
- channel
Name String - Your channel name.
- name String
- Your tenant-based handle name.
- team
Name String - Your team name.
- tenant
Name String - Your tenant name.
Outputs
All input properties are implicitly available as output properties. Additionally, the IntegrationTeamsTenantBasedHandle 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 IntegrationTeamsTenantBasedHandle Resource
Get an existing IntegrationTeamsTenantBasedHandle 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?: IntegrationTeamsTenantBasedHandleState, opts?: CustomResourceOptions): IntegrationTeamsTenantBasedHandle
@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,
tenant_name: Optional[str] = None) -> IntegrationTeamsTenantBasedHandle
func GetIntegrationTeamsTenantBasedHandle(ctx *Context, name string, id IDInput, state *IntegrationTeamsTenantBasedHandleState, opts ...ResourceOption) (*IntegrationTeamsTenantBasedHandle, error)
public static IntegrationTeamsTenantBasedHandle Get(string name, Input<string> id, IntegrationTeamsTenantBasedHandleState? state, CustomResourceOptions? opts = null)
public static IntegrationTeamsTenantBasedHandle get(String name, Output<String> id, IntegrationTeamsTenantBasedHandleState state, CustomResourceOptions options)
resources: _: type: datadog:ms:IntegrationTeamsTenantBasedHandle 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.
- Channel
Name string - Your channel name.
- Name string
- Your tenant-based handle name.
- Team
Name string - Your team name.
- Tenant
Name string - Your tenant name.
- Channel
Name string - Your channel name.
- Name string
- Your tenant-based handle name.
- Team
Name string - Your team name.
- Tenant
Name string - Your tenant name.
- channel
Name String - Your channel name.
- name String
- Your tenant-based handle name.
- team
Name String - Your team name.
- tenant
Name String - Your tenant name.
- channel
Name string - Your channel name.
- name string
- Your tenant-based handle name.
- team
Name string - Your team name.
- tenant
Name string - Your tenant name.
- channel_
name str - Your channel name.
- name str
- Your tenant-based handle name.
- team_
name str - Your team name.
- tenant_
name str - Your tenant name.
- channel
Name String - Your channel name.
- name String
- Your tenant-based handle name.
- team
Name String - Your team name.
- tenant
Name String - Your tenant name.
Package Details
- Repository
- Datadog pulumi/pulumi-datadog
- License
- Apache-2.0
- Notes
- This Pulumi package is based on the
datadog
Terraform Provider.