Class CfnSignalMap
Definition of AWS::MediaLive::SignalMap Resource Type.
Inherited Members
Namespace: Amazon.CDK.AWS.MediaLive
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnSignalMap : CfnResource, IInspectable, ITaggableV2
Syntax (vb)
Public Class CfnSignalMap
Inherits CfnResource
Implements IInspectable, ITaggableV2
Remarks
See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-medialive-signalmap.html
CloudformationResource: AWS::MediaLive::SignalMap
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.MediaLive;
var cfnSignalMap = new CfnSignalMap(this, "MyCfnSignalMap", new CfnSignalMapProps {
DiscoveryEntryPointArn = "discoveryEntryPointArn",
Name = "name",
// the properties below are optional
CloudWatchAlarmTemplateGroupIdentifiers = new [] { "cloudWatchAlarmTemplateGroupIdentifiers" },
Description = "description",
EventBridgeRuleTemplateGroupIdentifiers = new [] { "eventBridgeRuleTemplateGroupIdentifiers" },
ForceRediscovery = false,
Tags = new Dictionary<string, string> {
{ "tagsKey", "tags" }
}
});
Synopsis
Constructors
CfnSignalMap(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
CfnSignalMap(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
CfnSignalMap(Construct, String, ICfnSignalMapProps) |
Properties
AttrArn | A signal map's ARN (Amazon Resource Name). |
AttrCloudWatchAlarmTemplateGroupIds | An alarm template group's id. |
AttrCreatedAt | The date and time of resource creation. |
AttrErrorMessage | Error message associated with a failed creation or failed update attempt of a signal map. |
AttrEventBridgeRuleTemplateGroupIds | An eventbridge rule template group's id. |
AttrFailedMediaResourceMap | A map representing an incomplete AWS media workflow as a graph. |
AttrId | A signal map's id. |
AttrIdentifier | |
AttrLastDiscoveredAt | The date and time of latest discovery. |
AttrLastSuccessfulMonitorDeployment | Represents the latest successful monitor deployment of a signal map. |
AttrMediaResourceMap | A map representing an AWS media workflow as a graph. |
AttrModifiedAt | The date and time of latest resource modification. |
AttrMonitorChangesPendingDeployment | If true, there are pending monitor changes for this signal map that can be deployed. |
AttrMonitorDeployment | Represents the latest monitor deployment of a signal map. |
AttrStatus | A signal map's current status, which is dependent on its lifecycle actions or associated jobs. |
CdkTagManager | Tag Manager which manages the tags for this resource. |
CFN_RESOURCE_TYPE_NAME | The CloudFormation resource type name for this resource class. |
CfnProperties | |
CloudWatchAlarmTemplateGroupIdentifiers | A cloudwatch alarm template group's identifier. |
Description | A resource's optional description. |
DiscoveryEntryPointArn | A top-level supported Amazon Web Services resource ARN to discover a signal map from. |
EventBridgeRuleTemplateGroupIdentifiers | An eventbridge rule template group's identifier. |
ForceRediscovery | If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. |
Name | A resource's name. |
Tags | Represents the tags associated with a resource. |
Methods
Inspect(TreeInspector) | Examines the CloudFormation resource and discloses attributes. |
RenderProperties(IDictionary<String, Object>) |
Constructors
CfnSignalMap(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected CfnSignalMap(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
CfnSignalMap(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected CfnSignalMap(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
CfnSignalMap(Construct, String, ICfnSignalMapProps)
public CfnSignalMap(Construct scope, string id, ICfnSignalMapProps props)
Parameters
- scope Constructs.Construct
Scope in which this resource is defined.
- id System.String
Construct identifier for this resource (unique in its scope).
- props ICfnSignalMapProps
Resource properties.
Properties
AttrArn
A signal map's ARN (Amazon Resource Name).
public virtual string AttrArn { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Arn
AttrCloudWatchAlarmTemplateGroupIds
An alarm template group's id.
public virtual string[] AttrCloudWatchAlarmTemplateGroupIds { get; }
Property Value
System.String[]
Remarks
CloudformationAttribute: CloudWatchAlarmTemplateGroupIds
AttrCreatedAt
The date and time of resource creation.
public virtual string AttrCreatedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: CreatedAt
AttrErrorMessage
Error message associated with a failed creation or failed update attempt of a signal map.
public virtual string AttrErrorMessage { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ErrorMessage
AttrEventBridgeRuleTemplateGroupIds
An eventbridge rule template group's id.
public virtual string[] AttrEventBridgeRuleTemplateGroupIds { get; }
Property Value
System.String[]
Remarks
CloudformationAttribute: EventBridgeRuleTemplateGroupIds
AttrFailedMediaResourceMap
A map representing an incomplete AWS media workflow as a graph.
public virtual IResolvable AttrFailedMediaResourceMap { get; }
Property Value
Remarks
CloudformationAttribute: FailedMediaResourceMap
AttrId
A signal map's id.
public virtual string AttrId { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Id
AttrIdentifier
public virtual string AttrIdentifier { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Identifier
AttrLastDiscoveredAt
The date and time of latest discovery.
public virtual string AttrLastDiscoveredAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: LastDiscoveredAt
AttrLastSuccessfulMonitorDeployment
Represents the latest successful monitor deployment of a signal map.
public virtual IResolvable AttrLastSuccessfulMonitorDeployment { get; }
Property Value
Remarks
CloudformationAttribute: LastSuccessfulMonitorDeployment
AttrMediaResourceMap
A map representing an AWS media workflow as a graph.
public virtual IResolvable AttrMediaResourceMap { get; }
Property Value
Remarks
CloudformationAttribute: MediaResourceMap
AttrModifiedAt
The date and time of latest resource modification.
public virtual string AttrModifiedAt { get; }
Property Value
System.String
Remarks
CloudformationAttribute: ModifiedAt
AttrMonitorChangesPendingDeployment
If true, there are pending monitor changes for this signal map that can be deployed.
public virtual IResolvable AttrMonitorChangesPendingDeployment { get; }
Property Value
Remarks
CloudformationAttribute: MonitorChangesPendingDeployment
AttrMonitorDeployment
Represents the latest monitor deployment of a signal map.
public virtual IResolvable AttrMonitorDeployment { get; }
Property Value
Remarks
CloudformationAttribute: MonitorDeployment
AttrStatus
A signal map's current status, which is dependent on its lifecycle actions or associated jobs.
public virtual string AttrStatus { get; }
Property Value
System.String
Remarks
CloudformationAttribute: Status
CdkTagManager
Tag Manager which manages the tags for this resource.
public virtual TagManager CdkTagManager { get; }
Property Value
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
public static string CFN_RESOURCE_TYPE_NAME { get; }
Property Value
System.String
CfnProperties
protected override IDictionary<string, object> CfnProperties { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
Overrides
CloudWatchAlarmTemplateGroupIdentifiers
A cloudwatch alarm template group's identifier.
public virtual string[] CloudWatchAlarmTemplateGroupIdentifiers { get; set; }
Property Value
System.String[]
Description
A resource's optional description.
public virtual string Description { get; set; }
Property Value
System.String
DiscoveryEntryPointArn
A top-level supported Amazon Web Services resource ARN to discover a signal map from.
public virtual string DiscoveryEntryPointArn { get; set; }
Property Value
System.String
EventBridgeRuleTemplateGroupIdentifiers
An eventbridge rule template group's identifier.
public virtual string[] EventBridgeRuleTemplateGroupIdentifiers { get; set; }
Property Value
System.String[]
ForceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.
public virtual object ForceRediscovery { get; set; }
Property Value
System.Object
Name
A resource's name.
public virtual string Name { get; set; }
Property Value
System.String
Tags
Represents the tags associated with a resource.
public virtual IDictionary<string, string> Tags { get; set; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.String>
Methods
Inspect(TreeInspector)
Examines the CloudFormation resource and discloses attributes.
public virtual void Inspect(TreeInspector inspector)
Parameters
- inspector TreeInspector
tree inspector to collect and process attributes.
RenderProperties(IDictionary<String, Object>)
protected override IDictionary<string, object> RenderProperties(IDictionary<string, object> props)
Parameters
- props System.Collections.Generic.IDictionary<System.String, System.Object>
Returns
System.Collections.Generic.IDictionary<System.String, System.Object>