1. Packages
  2. AWS Cloud Control
  3. API Docs
  4. medialive
  5. CloudWatchAlarmTemplateGroup

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

aws-native.medialive.CloudWatchAlarmTemplateGroup

Explore with Pulumi AI

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi

Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type

Create CloudWatchAlarmTemplateGroup Resource

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

Constructor syntax

new CloudWatchAlarmTemplateGroup(name: string, args?: CloudWatchAlarmTemplateGroupArgs, opts?: CustomResourceOptions);
@overload
def CloudWatchAlarmTemplateGroup(resource_name: str,
                                 args: Optional[CloudWatchAlarmTemplateGroupArgs] = None,
                                 opts: Optional[ResourceOptions] = None)

@overload
def CloudWatchAlarmTemplateGroup(resource_name: str,
                                 opts: Optional[ResourceOptions] = None,
                                 description: Optional[str] = None,
                                 name: Optional[str] = None,
                                 tags: Optional[Mapping[str, str]] = None)
func NewCloudWatchAlarmTemplateGroup(ctx *Context, name string, args *CloudWatchAlarmTemplateGroupArgs, opts ...ResourceOption) (*CloudWatchAlarmTemplateGroup, error)
public CloudWatchAlarmTemplateGroup(string name, CloudWatchAlarmTemplateGroupArgs? args = null, CustomResourceOptions? opts = null)
public CloudWatchAlarmTemplateGroup(String name, CloudWatchAlarmTemplateGroupArgs args)
public CloudWatchAlarmTemplateGroup(String name, CloudWatchAlarmTemplateGroupArgs args, CustomResourceOptions options)
type: aws-native:medialive:CloudWatchAlarmTemplateGroup
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args CloudWatchAlarmTemplateGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args CloudWatchAlarmTemplateGroupArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args CloudWatchAlarmTemplateGroupArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args CloudWatchAlarmTemplateGroupArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. CloudWatchAlarmTemplateGroupArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

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

Description string
A resource's optional description.
Name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
Tags Dictionary<string, string>
Description string
A resource's optional description.
Name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
Tags map[string]string
description String
A resource's optional description.
name String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Map<String,String>
description string
A resource's optional description.
name string
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags {[key: string]: string}
description str
A resource's optional description.
name str
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Mapping[str, str]
description String
A resource's optional description.
name String
A resource's name. Names must be unique within the scope of a resource type in a specific region.
tags Map<String>

Outputs

All input properties are implicitly available as output properties. Additionally, the CloudWatchAlarmTemplateGroup resource produces the following output properties:

Arn string
A cloudwatch alarm template group's ARN (Amazon Resource Name)
AwsId string
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
CreatedAt string
The date and time of resource creation.
Id string
The provider-assigned unique ID for this managed resource.
Identifier string
ModifiedAt string
The date and time of latest resource modification.
Arn string
A cloudwatch alarm template group's ARN (Amazon Resource Name)
AwsId string
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
CreatedAt string
The date and time of resource creation.
Id string
The provider-assigned unique ID for this managed resource.
Identifier string
ModifiedAt string
The date and time of latest resource modification.
arn String
A cloudwatch alarm template group's ARN (Amazon Resource Name)
awsId String
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
createdAt String
The date and time of resource creation.
id String
The provider-assigned unique ID for this managed resource.
identifier String
modifiedAt String
The date and time of latest resource modification.
arn string
A cloudwatch alarm template group's ARN (Amazon Resource Name)
awsId string
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
createdAt string
The date and time of resource creation.
id string
The provider-assigned unique ID for this managed resource.
identifier string
modifiedAt string
The date and time of latest resource modification.
arn str
A cloudwatch alarm template group's ARN (Amazon Resource Name)
aws_id str
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
created_at str
The date and time of resource creation.
id str
The provider-assigned unique ID for this managed resource.
identifier str
modified_at str
The date and time of latest resource modification.
arn String
A cloudwatch alarm template group's ARN (Amazon Resource Name)
awsId String
A cloudwatch alarm template group's id. AWS provided template groups have ids that start with aws-
createdAt String
The date and time of resource creation.
id String
The provider-assigned unique ID for this managed resource.
identifier String
modifiedAt String
The date and time of latest resource modification.

Package Details

Repository
AWS Native pulumi/pulumi-aws-native
License
Apache-2.0

We recommend new projects start with resources from the AWS provider.

AWS Cloud Control v1.27.0 published on Monday, Apr 14, 2025 by Pulumi