Wählen Sie Ihre Cookie-Einstellungen aus

Wir verwenden essentielle Cookies und ähnliche Tools, die für die Bereitstellung unserer Website und Services erforderlich sind. Wir verwenden Performance-Cookies, um anonyme Statistiken zu sammeln, damit wir verstehen können, wie Kunden unsere Website nutzen, und Verbesserungen vornehmen können. Essentielle Cookies können nicht deaktiviert werden, aber Sie können auf „Anpassen“ oder „Ablehnen“ klicken, um Performance-Cookies abzulehnen.

Wenn Sie damit einverstanden sind, verwenden AWS und zugelassene Drittanbieter auch Cookies, um nützliche Features der Website bereitzustellen, Ihre Präferenzen zu speichern und relevante Inhalte, einschließlich relevanter Werbung, anzuzeigen. Um alle nicht notwendigen Cookies zu akzeptieren oder abzulehnen, klicken Sie auf „Akzeptieren“ oder „Ablehnen“. Um detailliertere Entscheidungen zu treffen, klicken Sie auf „Anpassen“.

Workflow monitor: CloudWatch alarm template groups - AWS Elemental MediaLive API Reference
Diese Seite wurde nicht in Ihre Sprache übersetzt. Übersetzung anfragen

Workflow monitor: CloudWatch alarm template groups

URI

/prod/cloudwatch-alarm-template-groups

HTTP methods

GET

Operation ID: ListCloudWatchAlarmTemplateGroups

Query parameters
NameTypeRequiredDescription
signalMapIdentifierStringFalse
scopeStringFalse
nextTokenStringFalse
maxResultsStringFalse

OPTIONS

Operation ID: CorsCloudwatch_alarm_template_groups

Responses
Status codeResponse modelDescription
200None

200 response

POST

Operation ID: CreateCloudWatchAlarmTemplateGroup

Schemas

Request bodies

{ "description": "string", "name": "string" }

POST schema

{ "description": "string", "name": "string" }

Response bodies

{ "cloudWatchAlarmTemplateGroups": [ { "arn": "string", "createdAt": "string", "description": "string", "id": "string", "modifiedAt": "string", "name": "string", "templateCount": number } ], "nextToken": "string" }

ListCloudWatchAlarmTemplateGroupsResponseContent schema

{ "cloudWatchAlarmTemplateGroups": [ { "arn": "string", "createdAt": "string", "description": "string", "id": "string", "modifiedAt": "string", "name": "string", "templateCount": number } ], "nextToken": "string" }
{ "arn": "string", "createdAt": "string", "description": "string", "id": "string", "modifiedAt": "string", "name": "string" }

CreateCloudWatchAlarmTemplateGroupResponseContent schema

{ "arn": "string", "createdAt": "string", "description": "string", "id": "string", "modifiedAt": "string", "name": "string" }
{ "message": "string" }

BadRequestExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

ForbiddenExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

NotFoundExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

ConflictExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

TooManyRequestsExceptionResponseContent schema

{ "message": "string" }
{ "message": "string" }

InternalServerErrorExceptionResponseContent schema

{ "message": "string" }

Properties

BadRequestExceptionResponseContent

The input fails to satisfy the constraints specified by an Amazon Web Services service.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

CloudWatchAlarmTemplateGroupSummary

A summary of the alarm template groups.

PropertyTypeRequiredDescription
arn

string

Pattern: ^arn:.+:medialive:.+:cloudwatch-alarm-template-group:.+$

True

A cloudwatch alarm template group's ARN (Amazon Resource Name)

createdAt

string

Format: date-time

True

The date and time of resource creation.

description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

id

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

A CloudWatch alarm template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>

modifiedAt

string

Format: date-time

False

The date and time of latest resource modification.

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

True

A resource's name. Names must be unique within the scope of a resource type in a specific region.

templateCount

number

True

The number of templates in the group.

ConflictExceptionResponseContent

Updating or deleting a resource can cause an inconsistent state.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

CreateCloudWatchAlarmTemplateGroupRequestContent

PropertyTypeRequiredDescription
description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

True

A resource's name. Names must be unique within the scope of a resource type in a specific region.

CreateCloudWatchAlarmTemplateGroupResponseContent

PropertyTypeRequiredDescription
arn

string

Pattern: ^arn:.+:medialive:.+:cloudwatch-alarm-template-group:.+$

True

A cloudwatch alarm template group's ARN (Amazon Resource Name)

createdAt

string

Format: date-time

True

The date and time of resource creation.

description

string

MinLength: 0

MaxLength: 1024

False

A resource's optional description.

id

string

Pattern: ^(aws-)?[0-9]{7}$

MinLength: 7

MaxLength: 11

True

A CloudWatch alarm template group's id. Amazon Web Services provided template groups have ids that start with <code>`aws-`</code>

modifiedAt

string

Format: date-time

False

The date and time of latest resource modification.

name

string

Pattern: ^[^\s]+$

MinLength: 1

MaxLength: 255

True

A resource's name. Names must be unique within the scope of a resource type in a specific region.

ForbiddenExceptionResponseContent

User does not have sufficient access to perform this action.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

InternalServerErrorExceptionResponseContent

Unexpected error during processing of request.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

ListCloudWatchAlarmTemplateGroupsResponseContent

PropertyTypeRequiredDescription
cloudWatchAlarmTemplateGroups

Array of type CloudWatchAlarmTemplateGroupSummary

True

A summary of the alarm template groups.

nextToken

string

MinLength: 1

MaxLength: 2048

False

A token used to retrieve the next set of results in paginated list responses.

NotFoundExceptionResponseContent

Request references a resource which does not exist.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

TooManyRequestsExceptionResponseContent

Request was denied due to request throttling.

PropertyTypeRequiredDescription
message

string

False

Exception error message.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

ListCloudWatchAlarmTemplateGroups

CorsCloudwatch_alarm_template_groups

CreateCloudWatchAlarmTemplateGroup

DatenschutzNutzungsbedingungen für die WebsiteCookie-Einstellungen
© 2025, Amazon Web Services, Inc. oder Tochtergesellschaften. Alle Rechte vorbehalten.