We recommend new projects start with resources from the AWS provider.
aws-native.medialive.CloudWatchAlarmTemplateGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
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 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 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 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 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 String
- The unique name of the resource.
- args 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
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.
- 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.
- 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.
- 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.
- {[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.
- 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.
- 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)
- Aws
Id string - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- Created
At string - The date and time of resource creation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Modified
At string - The date and time of latest resource modification.
- Arn string
- A cloudwatch alarm template group's ARN (Amazon Resource Name)
- Aws
Id string - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- Created
At string - The date and time of resource creation.
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- Modified
At string - The date and time of latest resource modification.
- arn String
- A cloudwatch alarm template group's ARN (Amazon Resource Name)
- aws
Id String - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- created
At String - The date and time of resource creation.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- modified
At String - The date and time of latest resource modification.
- arn string
- A cloudwatch alarm template group's ARN (Amazon Resource Name)
- aws
Id string - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- created
At string - The date and time of resource creation.
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- modified
At 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)
- aws
Id String - A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- created
At String - The date and time of resource creation.
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- modified
At 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.