1. Packages
  2. AWS Native
  3. API Docs
  4. medialive
  5. getSignalMap

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.getSignalMap

Explore with Pulumi AI

aws-native logo

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::SignalMap Resource Type

    Using getSignalMap

    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 getSignalMap(args: GetSignalMapArgs, opts?: InvokeOptions): Promise<GetSignalMapResult>
    function getSignalMapOutput(args: GetSignalMapOutputArgs, opts?: InvokeOptions): Output<GetSignalMapResult>
    def get_signal_map(identifier: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetSignalMapResult
    def get_signal_map_output(identifier: Optional[pulumi.Input[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetSignalMapResult]
    func LookupSignalMap(ctx *Context, args *LookupSignalMapArgs, opts ...InvokeOption) (*LookupSignalMapResult, error)
    func LookupSignalMapOutput(ctx *Context, args *LookupSignalMapOutputArgs, opts ...InvokeOption) LookupSignalMapResultOutput

    > Note: This function is named LookupSignalMap in the Go SDK.

    public static class GetSignalMap 
    {
        public static Task<GetSignalMapResult> InvokeAsync(GetSignalMapArgs args, InvokeOptions? opts = null)
        public static Output<GetSignalMapResult> Invoke(GetSignalMapInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetSignalMapResult> getSignalMap(GetSignalMapArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: aws-native:medialive:getSignalMap
      arguments:
        # arguments dictionary

    The following arguments are supported:

    Identifier string
    Identifier string
    identifier String
    identifier string
    identifier String

    getSignalMap Result

    The following output properties are available:

    Arn string
    A signal map's ARN (Amazon Resource Name)
    CloudWatchAlarmTemplateGroupIds List<string>
    An alarm template group's id.
    CreatedAt string
    The date and time of resource creation.
    Description string
    A resource's optional description.
    DiscoveryEntryPointArn string
    A top-level supported AWS resource ARN to discovery a signal map from.
    ErrorMessage string
    Error message associated with a failed creation or failed update attempt of a signal map.
    EventBridgeRuleTemplateGroupIds List<string>
    An eventbridge rule template group's id.
    FailedMediaResourceMap Dictionary<string, Pulumi.AwsNative.MediaLive.Outputs.SignalMapMediaResource>
    Id string
    A signal map's id.
    Identifier string
    LastDiscoveredAt string
    The date and time of latest discovery.
    LastSuccessfulMonitorDeployment Pulumi.AwsNative.MediaLive.Outputs.SignalMapSuccessfulMonitorDeployment
    MediaResourceMap Dictionary<string, Pulumi.AwsNative.MediaLive.Outputs.SignalMapMediaResource>
    ModifiedAt string
    The date and time of latest resource modification.
    MonitorChangesPendingDeployment bool
    If true, there are pending monitor changes for this signal map that can be deployed.
    MonitorDeployment Pulumi.AwsNative.MediaLive.Outputs.SignalMapMonitorDeployment
    Name string
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    Status Pulumi.AwsNative.MediaLive.SignalMapStatus
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
    Arn string
    A signal map's ARN (Amazon Resource Name)
    CloudWatchAlarmTemplateGroupIds []string
    An alarm template group's id.
    CreatedAt string
    The date and time of resource creation.
    Description string
    A resource's optional description.
    DiscoveryEntryPointArn string
    A top-level supported AWS resource ARN to discovery a signal map from.
    ErrorMessage string
    Error message associated with a failed creation or failed update attempt of a signal map.
    EventBridgeRuleTemplateGroupIds []string
    An eventbridge rule template group's id.
    FailedMediaResourceMap map[string]SignalMapMediaResource
    Id string
    A signal map's id.
    Identifier string
    LastDiscoveredAt string
    The date and time of latest discovery.
    LastSuccessfulMonitorDeployment SignalMapSuccessfulMonitorDeployment
    MediaResourceMap map[string]SignalMapMediaResource
    ModifiedAt string
    The date and time of latest resource modification.
    MonitorChangesPendingDeployment bool
    If true, there are pending monitor changes for this signal map that can be deployed.
    MonitorDeployment SignalMapMonitorDeployment
    Name string
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    Status SignalMapStatus
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
    arn String
    A signal map's ARN (Amazon Resource Name)
    cloudWatchAlarmTemplateGroupIds List<String>
    An alarm template group's id.
    createdAt String
    The date and time of resource creation.
    description String
    A resource's optional description.
    discoveryEntryPointArn String
    A top-level supported AWS resource ARN to discovery a signal map from.
    errorMessage String
    Error message associated with a failed creation or failed update attempt of a signal map.
    eventBridgeRuleTemplateGroupIds List<String>
    An eventbridge rule template group's id.
    failedMediaResourceMap Map<String,SignalMapMediaResource>
    id String
    A signal map's id.
    identifier String
    lastDiscoveredAt String
    The date and time of latest discovery.
    lastSuccessfulMonitorDeployment SignalMapSuccessfulMonitorDeployment
    mediaResourceMap Map<String,SignalMapMediaResource>
    modifiedAt String
    The date and time of latest resource modification.
    monitorChangesPendingDeployment Boolean
    If true, there are pending monitor changes for this signal map that can be deployed.
    monitorDeployment SignalMapMonitorDeployment
    name String
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    status SignalMapStatus
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
    arn string
    A signal map's ARN (Amazon Resource Name)
    cloudWatchAlarmTemplateGroupIds string[]
    An alarm template group's id.
    createdAt string
    The date and time of resource creation.
    description string
    A resource's optional description.
    discoveryEntryPointArn string
    A top-level supported AWS resource ARN to discovery a signal map from.
    errorMessage string
    Error message associated with a failed creation or failed update attempt of a signal map.
    eventBridgeRuleTemplateGroupIds string[]
    An eventbridge rule template group's id.
    failedMediaResourceMap {[key: string]: SignalMapMediaResource}
    id string
    A signal map's id.
    identifier string
    lastDiscoveredAt string
    The date and time of latest discovery.
    lastSuccessfulMonitorDeployment SignalMapSuccessfulMonitorDeployment
    mediaResourceMap {[key: string]: SignalMapMediaResource}
    modifiedAt string
    The date and time of latest resource modification.
    monitorChangesPendingDeployment boolean
    If true, there are pending monitor changes for this signal map that can be deployed.
    monitorDeployment SignalMapMonitorDeployment
    name string
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    status SignalMapStatus
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
    arn str
    A signal map's ARN (Amazon Resource Name)
    cloud_watch_alarm_template_group_ids Sequence[str]
    An alarm template group's id.
    created_at str
    The date and time of resource creation.
    description str
    A resource's optional description.
    discovery_entry_point_arn str
    A top-level supported AWS resource ARN to discovery a signal map from.
    error_message str
    Error message associated with a failed creation or failed update attempt of a signal map.
    event_bridge_rule_template_group_ids Sequence[str]
    An eventbridge rule template group's id.
    failed_media_resource_map Mapping[str, SignalMapMediaResource]
    id str
    A signal map's id.
    identifier str
    last_discovered_at str
    The date and time of latest discovery.
    last_successful_monitor_deployment SignalMapSuccessfulMonitorDeployment
    media_resource_map Mapping[str, SignalMapMediaResource]
    modified_at str
    The date and time of latest resource modification.
    monitor_changes_pending_deployment bool
    If true, there are pending monitor changes for this signal map that can be deployed.
    monitor_deployment SignalMapMonitorDeployment
    name str
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    status SignalMapStatus
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
    arn String
    A signal map's ARN (Amazon Resource Name)
    cloudWatchAlarmTemplateGroupIds List<String>
    An alarm template group's id.
    createdAt String
    The date and time of resource creation.
    description String
    A resource's optional description.
    discoveryEntryPointArn String
    A top-level supported AWS resource ARN to discovery a signal map from.
    errorMessage String
    Error message associated with a failed creation or failed update attempt of a signal map.
    eventBridgeRuleTemplateGroupIds List<String>
    An eventbridge rule template group's id.
    failedMediaResourceMap Map<Property Map>
    id String
    A signal map's id.
    identifier String
    lastDiscoveredAt String
    The date and time of latest discovery.
    lastSuccessfulMonitorDeployment Property Map
    mediaResourceMap Map<Property Map>
    modifiedAt String
    The date and time of latest resource modification.
    monitorChangesPendingDeployment Boolean
    If true, there are pending monitor changes for this signal map that can be deployed.
    monitorDeployment Property Map
    name String
    A resource's name. Names must be unique within the scope of a resource type in a specific region.
    status "CREATE_IN_PROGRESS" | "CREATE_COMPLETE" | "CREATE_FAILED" | "UPDATE_IN_PROGRESS" | "UPDATE_COMPLETE" | "UPDATE_REVERTED" | "UPDATE_FAILED" | "READY" | "NOT_READY"
    A signal map's current status, which is dependent on its lifecycle actions or associated jobs.

    Supporting Types

    SignalMapMediaResource

    Destinations List<Pulumi.AwsNative.MediaLive.Inputs.SignalMapMediaResourceNeighbor>
    A direct destination neighbor to an Amazon Web Services media resource.
    Name string
    The logical name of an AWS media resource.
    Sources List<Pulumi.AwsNative.MediaLive.Inputs.SignalMapMediaResourceNeighbor>
    A direct source neighbor to an Amazon Web Services media resource.
    Destinations []SignalMapMediaResourceNeighbor
    A direct destination neighbor to an Amazon Web Services media resource.
    Name string
    The logical name of an AWS media resource.
    Sources []SignalMapMediaResourceNeighbor
    A direct source neighbor to an Amazon Web Services media resource.
    destinations List<SignalMapMediaResourceNeighbor>
    A direct destination neighbor to an Amazon Web Services media resource.
    name String
    The logical name of an AWS media resource.
    sources List<SignalMapMediaResourceNeighbor>
    A direct source neighbor to an Amazon Web Services media resource.
    destinations SignalMapMediaResourceNeighbor[]
    A direct destination neighbor to an Amazon Web Services media resource.
    name string
    The logical name of an AWS media resource.
    sources SignalMapMediaResourceNeighbor[]
    A direct source neighbor to an Amazon Web Services media resource.
    destinations Sequence[SignalMapMediaResourceNeighbor]
    A direct destination neighbor to an Amazon Web Services media resource.
    name str
    The logical name of an AWS media resource.
    sources Sequence[SignalMapMediaResourceNeighbor]
    A direct source neighbor to an Amazon Web Services media resource.
    destinations List<Property Map>
    A direct destination neighbor to an Amazon Web Services media resource.
    name String
    The logical name of an AWS media resource.
    sources List<Property Map>
    A direct source neighbor to an Amazon Web Services media resource.

    SignalMapMediaResourceNeighbor

    Arn string
    The ARN of a resource used in AWS media workflows.
    Name string
    The logical name of an AWS media resource.
    Arn string
    The ARN of a resource used in AWS media workflows.
    Name string
    The logical name of an AWS media resource.
    arn String
    The ARN of a resource used in AWS media workflows.
    name String
    The logical name of an AWS media resource.
    arn string
    The ARN of a resource used in AWS media workflows.
    name string
    The logical name of an AWS media resource.
    arn str
    The ARN of a resource used in AWS media workflows.
    name str
    The logical name of an AWS media resource.
    arn String
    The ARN of a resource used in AWS media workflows.
    name String
    The logical name of an AWS media resource.

    SignalMapMonitorDeployment

    Status Pulumi.AwsNative.MediaLive.SignalMapMonitorDeploymentStatus
    The signal map monitor deployment status.
    DetailsUri string
    URI associated with a signal map's monitor deployment.
    ErrorMessage string
    Error message associated with a failed monitor deployment of a signal map.
    Status SignalMapMonitorDeploymentStatus
    The signal map monitor deployment status.
    DetailsUri string
    URI associated with a signal map's monitor deployment.
    ErrorMessage string
    Error message associated with a failed monitor deployment of a signal map.
    status SignalMapMonitorDeploymentStatus
    The signal map monitor deployment status.
    detailsUri String
    URI associated with a signal map's monitor deployment.
    errorMessage String
    Error message associated with a failed monitor deployment of a signal map.
    status SignalMapMonitorDeploymentStatus
    The signal map monitor deployment status.
    detailsUri string
    URI associated with a signal map's monitor deployment.
    errorMessage string
    Error message associated with a failed monitor deployment of a signal map.
    status SignalMapMonitorDeploymentStatus
    The signal map monitor deployment status.
    details_uri str
    URI associated with a signal map's monitor deployment.
    error_message str
    Error message associated with a failed monitor deployment of a signal map.
    status "NOT_DEPLOYED" | "DRY_RUN_DEPLOYMENT_COMPLETE" | "DRY_RUN_DEPLOYMENT_FAILED" | "DRY_RUN_DEPLOYMENT_IN_PROGRESS" | "DEPLOYMENT_COMPLETE" | "DEPLOYMENT_FAILED" | "DEPLOYMENT_IN_PROGRESS" | "DELETE_COMPLETE" | "DELETE_FAILED" | "DELETE_IN_PROGRESS"
    The signal map monitor deployment status.
    detailsUri String
    URI associated with a signal map's monitor deployment.
    errorMessage String
    Error message associated with a failed monitor deployment of a signal map.

    SignalMapMonitorDeploymentStatus

    SignalMapStatus

    SignalMapSuccessfulMonitorDeployment

    DetailsUri string
    URI associated with a signal map's monitor deployment.
    Status Pulumi.AwsNative.MediaLive.SignalMapMonitorDeploymentStatus
    A signal map's monitor deployment status.
    DetailsUri string
    URI associated with a signal map's monitor deployment.
    Status SignalMapMonitorDeploymentStatus
    A signal map's monitor deployment status.
    detailsUri String
    URI associated with a signal map's monitor deployment.
    status SignalMapMonitorDeploymentStatus
    A signal map's monitor deployment status.
    detailsUri string
    URI associated with a signal map's monitor deployment.
    status SignalMapMonitorDeploymentStatus
    A signal map's monitor deployment status.
    details_uri str
    URI associated with a signal map's monitor deployment.
    status SignalMapMonitorDeploymentStatus
    A signal map's monitor deployment status.

    Package Details

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

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

    AWS Native v0.126.0 published on Monday, Sep 30, 2024 by Pulumi