We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
aws-native.medialive.getCloudWatchAlarmTemplateGroup
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi
Definition of AWS::MediaLive::CloudWatchAlarmTemplateGroup Resource Type
Using getCloudWatchAlarmTemplateGroup
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getCloudWatchAlarmTemplateGroup(args: GetCloudWatchAlarmTemplateGroupArgs, opts?: InvokeOptions): Promise<GetCloudWatchAlarmTemplateGroupResult>
function getCloudWatchAlarmTemplateGroupOutput(args: GetCloudWatchAlarmTemplateGroupOutputArgs, opts?: InvokeOptions): Output<GetCloudWatchAlarmTemplateGroupResult>
def get_cloud_watch_alarm_template_group(identifier: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetCloudWatchAlarmTemplateGroupResult
def get_cloud_watch_alarm_template_group_output(identifier: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetCloudWatchAlarmTemplateGroupResult]
func LookupCloudWatchAlarmTemplateGroup(ctx *Context, args *LookupCloudWatchAlarmTemplateGroupArgs, opts ...InvokeOption) (*LookupCloudWatchAlarmTemplateGroupResult, error)
func LookupCloudWatchAlarmTemplateGroupOutput(ctx *Context, args *LookupCloudWatchAlarmTemplateGroupOutputArgs, opts ...InvokeOption) LookupCloudWatchAlarmTemplateGroupResultOutput
> Note: This function is named LookupCloudWatchAlarmTemplateGroup
in the Go SDK.
public static class GetCloudWatchAlarmTemplateGroup
{
public static Task<GetCloudWatchAlarmTemplateGroupResult> InvokeAsync(GetCloudWatchAlarmTemplateGroupArgs args, InvokeOptions? opts = null)
public static Output<GetCloudWatchAlarmTemplateGroupResult> Invoke(GetCloudWatchAlarmTemplateGroupInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetCloudWatchAlarmTemplateGroupResult> getCloudWatchAlarmTemplateGroup(GetCloudWatchAlarmTemplateGroupArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: aws-native:medialive:getCloudWatchAlarmTemplateGroup
arguments:
# arguments dictionary
The following arguments are supported:
- Identifier string
- Identifier string
- identifier String
- identifier string
- identifier str
- identifier String
getCloudWatchAlarmTemplateGroup Result
The following output properties are available:
- Arn string
- A cloudwatch alarm template group's ARN (Amazon Resource Name)
- Created
At string - The date and time of resource creation.
- Description string
- A resource's optional description.
- Id string
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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)
- Created
At string - The date and time of resource creation.
- Description string
- A resource's optional description.
- Id string
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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)
- created
At String - The date and time of resource creation.
- description String
- A resource's optional description.
- id String
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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)
- created
At string - The date and time of resource creation.
- description string
- A resource's optional description.
- id string
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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)
- created_
at str - The date and time of resource creation.
- description str
- A resource's optional description.
- id str
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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)
- created
At String - The date and time of resource creation.
- description String
- A resource's optional description.
- id String
- A cloudwatch alarm template group's id. AWS provided template groups have ids that start with
aws-
- 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.
AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi