We recommend new projects start with resources from the AWS provider.
aws-native.medialive.SignalMap
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
Definition of AWS::MediaLive::SignalMap Resource Type
Create SignalMap Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new SignalMap(name: string, args: SignalMapArgs, opts?: CustomResourceOptions);@overload
def SignalMap(resource_name: str,
              args: SignalMapArgs,
              opts: Optional[ResourceOptions] = None)
@overload
def SignalMap(resource_name: str,
              opts: Optional[ResourceOptions] = None,
              discovery_entry_point_arn: Optional[str] = None,
              cloud_watch_alarm_template_group_identifiers: Optional[Sequence[str]] = None,
              description: Optional[str] = None,
              event_bridge_rule_template_group_identifiers: Optional[Sequence[str]] = None,
              force_rediscovery: Optional[bool] = None,
              name: Optional[str] = None,
              tags: Optional[Mapping[str, str]] = None)func NewSignalMap(ctx *Context, name string, args SignalMapArgs, opts ...ResourceOption) (*SignalMap, error)public SignalMap(string name, SignalMapArgs args, CustomResourceOptions? opts = null)
public SignalMap(String name, SignalMapArgs args)
public SignalMap(String name, SignalMapArgs args, CustomResourceOptions options)
type: aws-native:medialive:SignalMap
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 SignalMapArgs
- 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 SignalMapArgs
- 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 SignalMapArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args SignalMapArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args SignalMapArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
SignalMap 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 SignalMap resource accepts the following input properties:
- DiscoveryEntry stringPoint Arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- CloudWatch List<string>Alarm Template Group Identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- Description string
- A resource's optional description.
- EventBridge List<string>Rule Template Group Identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- ForceRediscovery bool
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- Name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Dictionary<string, string>
- DiscoveryEntry stringPoint Arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- CloudWatch []stringAlarm Template Group Identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- Description string
- A resource's optional description.
- EventBridge []stringRule Template Group Identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- ForceRediscovery bool
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- Name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- map[string]string
- discoveryEntry StringPoint Arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- cloudWatch List<String>Alarm Template Group Identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- description String
- A resource's optional description.
- eventBridge List<String>Rule Template Group Identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- forceRediscovery Boolean
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- name String
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Map<String,String>
- discoveryEntry stringPoint Arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- cloudWatch string[]Alarm Template Group Identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- description string
- A resource's optional description.
- eventBridge string[]Rule Template Group Identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- forceRediscovery boolean
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- name string
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- {[key: string]: string}
- discovery_entry_ strpoint_ arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- cloud_watch_ Sequence[str]alarm_ template_ group_ identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- description str
- A resource's optional description.
- event_bridge_ Sequence[str]rule_ template_ group_ identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- force_rediscovery bool
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- name str
- A resource's name. Names must be unique within the scope of a resource type in a specific region.
- Mapping[str, str]
- discoveryEntry StringPoint Arn 
- A top-level supported AWS resource ARN to discovery a signal map from.
- cloudWatch List<String>Alarm Template Group Identifiers 
- A cloudwatch alarm template group's identifier. Can be either be its id or current name.
- description String
- A resource's optional description.
- eventBridge List<String>Rule Template Group Identifiers 
- An eventbridge rule template group's identifier. Can be either be its id or current name.
- forceRediscovery Boolean
- If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
- 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 SignalMap resource produces the following output properties:
- Arn string
- A signal map's ARN (Amazon Resource Name)
- AwsId string
- A signal map's id.
- CloudWatch List<string>Alarm Template Group Ids 
- An alarm template group's id.
- CreatedAt string
- The date and time of resource creation.
- ErrorMessage string
- Error message associated with a failed creation or failed update attempt of a signal map.
- EventBridge List<string>Rule Template Group Ids 
- An eventbridge rule template group's id.
- FailedMedia Dictionary<string, Pulumi.Resource Map Aws Native. Media Live. Outputs. Signal Map Media Resource> 
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- LastDiscovered stringAt 
- The date and time of latest discovery.
- LastSuccessful Pulumi.Monitor Deployment Aws Native. Media Live. Outputs. Signal Map Successful Monitor Deployment 
- MediaResource Dictionary<string, Pulumi.Map Aws Native. Media Live. Outputs. Signal Map Media Resource> 
- ModifiedAt string
- The date and time of latest resource modification.
- MonitorChanges boolPending Deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- MonitorDeployment Pulumi.Aws Native. Media Live. Outputs. Signal Map Monitor Deployment 
- Status
Pulumi.Aws Native. Media Live. Signal Map Status 
- 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)
- AwsId string
- A signal map's id.
- CloudWatch []stringAlarm Template Group Ids 
- An alarm template group's id.
- CreatedAt string
- The date and time of resource creation.
- ErrorMessage string
- Error message associated with a failed creation or failed update attempt of a signal map.
- EventBridge []stringRule Template Group Ids 
- An eventbridge rule template group's id.
- FailedMedia map[string]SignalResource Map Map Media Resource 
- Id string
- The provider-assigned unique ID for this managed resource.
- Identifier string
- LastDiscovered stringAt 
- The date and time of latest discovery.
- LastSuccessful SignalMonitor Deployment Map Successful Monitor Deployment 
- MediaResource map[string]SignalMap Map Media Resource 
- ModifiedAt string
- The date and time of latest resource modification.
- MonitorChanges boolPending Deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- MonitorDeployment SignalMap Monitor Deployment 
- Status
SignalMap Status 
- 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)
- awsId String
- A signal map's id.
- cloudWatch List<String>Alarm Template Group Ids 
- An alarm template group's id.
- createdAt String
- The date and time of resource creation.
- errorMessage String
- Error message associated with a failed creation or failed update attempt of a signal map.
- eventBridge List<String>Rule Template Group Ids 
- An eventbridge rule template group's id.
- failedMedia Map<String,SignalResource Map Map Media Resource> 
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- lastDiscovered StringAt 
- The date and time of latest discovery.
- lastSuccessful SignalMonitor Deployment Map Successful Monitor Deployment 
- mediaResource Map<String,SignalMap Map Media Resource> 
- modifiedAt String
- The date and time of latest resource modification.
- monitorChanges BooleanPending Deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- monitorDeployment SignalMap Monitor Deployment 
- status
SignalMap Status 
- 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)
- awsId string
- A signal map's id.
- cloudWatch string[]Alarm Template Group Ids 
- An alarm template group's id.
- createdAt string
- The date and time of resource creation.
- errorMessage string
- Error message associated with a failed creation or failed update attempt of a signal map.
- eventBridge string[]Rule Template Group Ids 
- An eventbridge rule template group's id.
- failedMedia {[key: string]: SignalResource Map Map Media Resource} 
- id string
- The provider-assigned unique ID for this managed resource.
- identifier string
- lastDiscovered stringAt 
- The date and time of latest discovery.
- lastSuccessful SignalMonitor Deployment Map Successful Monitor Deployment 
- mediaResource {[key: string]: SignalMap Map Media Resource} 
- modifiedAt string
- The date and time of latest resource modification.
- monitorChanges booleanPending Deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- monitorDeployment SignalMap Monitor Deployment 
- status
SignalMap Status 
- 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)
- aws_id str
- A signal map's id.
- cloud_watch_ Sequence[str]alarm_ template_ group_ ids 
- An alarm template group's id.
- created_at str
- The date and time of resource creation.
- error_message str
- Error message associated with a failed creation or failed update attempt of a signal map.
- event_bridge_ Sequence[str]rule_ template_ group_ ids 
- An eventbridge rule template group's id.
- failed_media_ Mapping[str, Signalresource_ map Map Media Resource] 
- id str
- The provider-assigned unique ID for this managed resource.
- identifier str
- last_discovered_ strat 
- The date and time of latest discovery.
- last_successful_ Signalmonitor_ deployment Map Successful Monitor Deployment 
- media_resource_ Mapping[str, Signalmap Map Media Resource] 
- modified_at str
- The date and time of latest resource modification.
- monitor_changes_ boolpending_ deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- monitor_deployment SignalMap Monitor Deployment 
- status
SignalMap Status 
- 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)
- awsId String
- A signal map's id.
- cloudWatch List<String>Alarm Template Group Ids 
- An alarm template group's id.
- createdAt String
- The date and time of resource creation.
- errorMessage String
- Error message associated with a failed creation or failed update attempt of a signal map.
- eventBridge List<String>Rule Template Group Ids 
- An eventbridge rule template group's id.
- failedMedia Map<Property Map>Resource Map 
- id String
- The provider-assigned unique ID for this managed resource.
- identifier String
- lastDiscovered StringAt 
- The date and time of latest discovery.
- lastSuccessful Property MapMonitor Deployment 
- mediaResource Map<Property Map>Map 
- modifiedAt String
- The date and time of latest resource modification.
- monitorChanges BooleanPending Deployment 
- If true, there are pending monitor changes for this signal map that can be deployed.
- monitorDeployment Property Map
- 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, SignalMapMediaResourceArgs        
- Destinations
List<Pulumi.Aws Native. Media Live. Inputs. Signal Map Media Resource Neighbor> 
- A direct destination neighbor to an Amazon Web Services media resource.
- Name string
- The logical name of an AWS media resource.
- Sources
List<Pulumi.Aws Native. Media Live. Inputs. Signal Map Media Resource Neighbor> 
- A direct source neighbor to an Amazon Web Services media resource.
- Destinations
[]SignalMap Media Resource Neighbor 
- A direct destination neighbor to an Amazon Web Services media resource.
- Name string
- The logical name of an AWS media resource.
- Sources
[]SignalMap Media Resource Neighbor 
- A direct source neighbor to an Amazon Web Services media resource.
- destinations
List<SignalMap Media Resource Neighbor> 
- A direct destination neighbor to an Amazon Web Services media resource.
- name String
- The logical name of an AWS media resource.
- sources
List<SignalMap Media Resource Neighbor> 
- A direct source neighbor to an Amazon Web Services media resource.
- destinations
SignalMap Media Resource Neighbor[] 
- A direct destination neighbor to an Amazon Web Services media resource.
- name string
- The logical name of an AWS media resource.
- sources
SignalMap Media Resource Neighbor[] 
- A direct source neighbor to an Amazon Web Services media resource.
- destinations
Sequence[SignalMap Media Resource Neighbor] 
- A direct destination neighbor to an Amazon Web Services media resource.
- name str
- The logical name of an AWS media resource.
- sources
Sequence[SignalMap Media Resource Neighbor] 
- 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, SignalMapMediaResourceNeighborArgs          
SignalMapMonitorDeployment, SignalMapMonitorDeploymentArgs        
- Status
Pulumi.Aws Native. Media Live. Signal Map Monitor Deployment Status 
- 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
SignalMap Monitor Deployment Status 
- 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
SignalMap Monitor Deployment Status 
- 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
SignalMap Monitor Deployment Status 
- 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
SignalMap Monitor Deployment Status 
- 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, SignalMapMonitorDeploymentStatusArgs          
- NotDeployed 
- NOT_DEPLOYED
- DryRun Deployment Complete 
- DRY_RUN_DEPLOYMENT_COMPLETE
- DryRun Deployment Failed 
- DRY_RUN_DEPLOYMENT_FAILED
- DryRun Deployment In Progress 
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- DeploymentComplete 
- DEPLOYMENT_COMPLETE
- DeploymentFailed 
- DEPLOYMENT_FAILED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeleteComplete 
- DELETE_COMPLETE
- DeleteFailed 
- DELETE_FAILED
- DeleteIn Progress 
- DELETE_IN_PROGRESS
- SignalMap Monitor Deployment Status Not Deployed 
- NOT_DEPLOYED
- SignalMap Monitor Deployment Status Dry Run Deployment Complete 
- DRY_RUN_DEPLOYMENT_COMPLETE
- SignalMap Monitor Deployment Status Dry Run Deployment Failed 
- DRY_RUN_DEPLOYMENT_FAILED
- SignalMap Monitor Deployment Status Dry Run Deployment In Progress 
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- SignalMap Monitor Deployment Status Deployment Complete 
- DEPLOYMENT_COMPLETE
- SignalMap Monitor Deployment Status Deployment Failed 
- DEPLOYMENT_FAILED
- SignalMap Monitor Deployment Status Deployment In Progress 
- DEPLOYMENT_IN_PROGRESS
- SignalMap Monitor Deployment Status Delete Complete 
- DELETE_COMPLETE
- SignalMap Monitor Deployment Status Delete Failed 
- DELETE_FAILED
- SignalMap Monitor Deployment Status Delete In Progress 
- DELETE_IN_PROGRESS
- NotDeployed 
- NOT_DEPLOYED
- DryRun Deployment Complete 
- DRY_RUN_DEPLOYMENT_COMPLETE
- DryRun Deployment Failed 
- DRY_RUN_DEPLOYMENT_FAILED
- DryRun Deployment In Progress 
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- DeploymentComplete 
- DEPLOYMENT_COMPLETE
- DeploymentFailed 
- DEPLOYMENT_FAILED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeleteComplete 
- DELETE_COMPLETE
- DeleteFailed 
- DELETE_FAILED
- DeleteIn Progress 
- DELETE_IN_PROGRESS
- NotDeployed 
- NOT_DEPLOYED
- DryRun Deployment Complete 
- DRY_RUN_DEPLOYMENT_COMPLETE
- DryRun Deployment Failed 
- DRY_RUN_DEPLOYMENT_FAILED
- DryRun Deployment In Progress 
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- DeploymentComplete 
- DEPLOYMENT_COMPLETE
- DeploymentFailed 
- DEPLOYMENT_FAILED
- DeploymentIn Progress 
- DEPLOYMENT_IN_PROGRESS
- DeleteComplete 
- DELETE_COMPLETE
- DeleteFailed 
- DELETE_FAILED
- DeleteIn Progress 
- DELETE_IN_PROGRESS
- NOT_DEPLOYED
- NOT_DEPLOYED
- DRY_RUN_DEPLOYMENT_COMPLETE
- DRY_RUN_DEPLOYMENT_COMPLETE
- DRY_RUN_DEPLOYMENT_FAILED
- DRY_RUN_DEPLOYMENT_FAILED
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- DEPLOYMENT_COMPLETE
- DEPLOYMENT_COMPLETE
- DEPLOYMENT_FAILED
- DEPLOYMENT_FAILED
- DEPLOYMENT_IN_PROGRESS
- DEPLOYMENT_IN_PROGRESS
- DELETE_COMPLETE
- DELETE_COMPLETE
- DELETE_FAILED
- DELETE_FAILED
- DELETE_IN_PROGRESS
- DELETE_IN_PROGRESS
- "NOT_DEPLOYED"
- NOT_DEPLOYED
- "DRY_RUN_DEPLOYMENT_COMPLETE"
- DRY_RUN_DEPLOYMENT_COMPLETE
- "DRY_RUN_DEPLOYMENT_FAILED"
- DRY_RUN_DEPLOYMENT_FAILED
- "DRY_RUN_DEPLOYMENT_IN_PROGRESS"
- DRY_RUN_DEPLOYMENT_IN_PROGRESS
- "DEPLOYMENT_COMPLETE"
- DEPLOYMENT_COMPLETE
- "DEPLOYMENT_FAILED"
- DEPLOYMENT_FAILED
- "DEPLOYMENT_IN_PROGRESS"
- DEPLOYMENT_IN_PROGRESS
- "DELETE_COMPLETE"
- DELETE_COMPLETE
- "DELETE_FAILED"
- DELETE_FAILED
- "DELETE_IN_PROGRESS"
- DELETE_IN_PROGRESS
SignalMapStatus, SignalMapStatusArgs      
- CreateIn Progress 
- CREATE_IN_PROGRESS
- CreateComplete 
- CREATE_COMPLETE
- CreateFailed 
- CREATE_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateComplete 
- UPDATE_COMPLETE
- UpdateReverted 
- UPDATE_REVERTED
- UpdateFailed 
- UPDATE_FAILED
- Ready
- READY
- NotReady 
- NOT_READY
- SignalMap Status Create In Progress 
- CREATE_IN_PROGRESS
- SignalMap Status Create Complete 
- CREATE_COMPLETE
- SignalMap Status Create Failed 
- CREATE_FAILED
- SignalMap Status Update In Progress 
- UPDATE_IN_PROGRESS
- SignalMap Status Update Complete 
- UPDATE_COMPLETE
- SignalMap Status Update Reverted 
- UPDATE_REVERTED
- SignalMap Status Update Failed 
- UPDATE_FAILED
- SignalMap Status Ready 
- READY
- SignalMap Status Not Ready 
- NOT_READY
- CreateIn Progress 
- CREATE_IN_PROGRESS
- CreateComplete 
- CREATE_COMPLETE
- CreateFailed 
- CREATE_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateComplete 
- UPDATE_COMPLETE
- UpdateReverted 
- UPDATE_REVERTED
- UpdateFailed 
- UPDATE_FAILED
- Ready
- READY
- NotReady 
- NOT_READY
- CreateIn Progress 
- CREATE_IN_PROGRESS
- CreateComplete 
- CREATE_COMPLETE
- CreateFailed 
- CREATE_FAILED
- UpdateIn Progress 
- UPDATE_IN_PROGRESS
- UpdateComplete 
- UPDATE_COMPLETE
- UpdateReverted 
- UPDATE_REVERTED
- UpdateFailed 
- UPDATE_FAILED
- Ready
- READY
- NotReady 
- NOT_READY
- CREATE_IN_PROGRESS
- CREATE_IN_PROGRESS
- CREATE_COMPLETE
- CREATE_COMPLETE
- CREATE_FAILED
- CREATE_FAILED
- UPDATE_IN_PROGRESS
- UPDATE_IN_PROGRESS
- UPDATE_COMPLETE
- UPDATE_COMPLETE
- UPDATE_REVERTED
- UPDATE_REVERTED
- UPDATE_FAILED
- UPDATE_FAILED
- READY
- READY
- NOT_READY
- NOT_READY
- "CREATE_IN_PROGRESS"
- CREATE_IN_PROGRESS
- "CREATE_COMPLETE"
- CREATE_COMPLETE
- "CREATE_FAILED"
- CREATE_FAILED
- "UPDATE_IN_PROGRESS"
- UPDATE_IN_PROGRESS
- "UPDATE_COMPLETE"
- UPDATE_COMPLETE
- "UPDATE_REVERTED"
- UPDATE_REVERTED
- "UPDATE_FAILED"
- UPDATE_FAILED
- "READY"
- READY
- "NOT_READY"
- NOT_READY
SignalMapSuccessfulMonitorDeployment, SignalMapSuccessfulMonitorDeploymentArgs          
- DetailsUri string
- URI associated with a signal map's monitor deployment.
- Status
Pulumi.Aws Native. Media Live. Signal Map Monitor Deployment Status 
- A signal map's monitor deployment status.
- DetailsUri string
- URI associated with a signal map's monitor deployment.
- Status
SignalMap Monitor Deployment Status 
- A signal map's monitor deployment status.
- detailsUri String
- URI associated with a signal map's monitor deployment.
- status
SignalMap Monitor Deployment Status 
- A signal map's monitor deployment status.
- detailsUri string
- URI associated with a signal map's monitor deployment.
- status
SignalMap Monitor Deployment Status 
- A signal map's monitor deployment status.
- details_uri str
- URI associated with a signal map's monitor deployment.
- status
SignalMap Monitor Deployment Status 
- A signal map's monitor deployment status.
- detailsUri String
- URI associated with a signal map's monitor deployment.
- 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"
- A signal map's monitor deployment status.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.