Class CfnSignalMap
java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.CfnElement
software.amazon.awscdk.CfnRefElement
software.amazon.awscdk.CfnResource
software.amazon.awscdk.services.medialive.CfnSignalMap
- All Implemented Interfaces:
IInspectable
,ITaggableV2
,software.amazon.jsii.JsiiSerializable
,software.constructs.IConstruct
,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-12T12:32:05.902Z")
@Stability(Stable)
public class CfnSignalMap
extends CfnResource
implements IInspectable, ITaggableV2
Definition of AWS::MediaLive::SignalMap Resource Type.
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.medialive.*; CfnSignalMap cfnSignalMap = CfnSignalMap.Builder.create(this, "MyCfnSignalMap") .discoveryEntryPointArn("discoveryEntryPointArn") .name("name") // the properties below are optional .cloudWatchAlarmTemplateGroupIdentifiers(List.of("cloudWatchAlarmTemplateGroupIdentifiers")) .description("description") .eventBridgeRuleTemplateGroupIdentifiers(List.of("eventBridgeRuleTemplateGroupIdentifiers")) .forceRediscovery(false) .tags(Map.of( "tagsKey", "tags")) .build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final class
A fluent builder forCfnSignalMap
.static interface
A direct source or destination neighbor to an Amazon Web Services media resource.static interface
An Amazon Web Services resource used in media workflows.static interface
Represents the latest monitor deployment of a signal map.static interface
Represents the latest successful monitor deployment of a signal map.Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default
Nested classes/interfaces inherited from interface software.amazon.awscdk.IInspectable
IInspectable.Jsii$Default, IInspectable.Jsii$Proxy
Nested classes/interfaces inherited from interface software.amazon.awscdk.ITaggableV2
ITaggableV2.Jsii$Default, ITaggableV2.Jsii$Proxy
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
The CloudFormation resource type name for this resource class. -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected
CfnSignalMap
(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) protected
CfnSignalMap
(software.amazon.jsii.JsiiObjectRef objRef) CfnSignalMap
(software.constructs.Construct scope, String id, CfnSignalMapProps props) -
Method Summary
Modifier and TypeMethodDescriptionA signal map's ARN (Amazon Resource Name).An alarm template group's id.The date and time of resource creation.Error message associated with a failed creation or failed update attempt of a signal map.An eventbridge rule template group's id.A map representing an incomplete AWS media workflow as a graph.A signal map's id.The date and time of latest discovery.Represents the latest successful monitor deployment of a signal map.A map representing an AWS media workflow as a graph.The date and time of latest resource modification.If true, there are pending monitor changes for this signal map that can be deployed.Represents the latest monitor deployment of a signal map.A signal map's current status, which is dependent on its lifecycle actions or associated jobs.Tag Manager which manages the tags for this resource.A cloudwatch alarm template group's identifier.A resource's optional description.A top-level supported Amazon Web Services resource ARN to discover a signal map from.An eventbridge rule template group's identifier.If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.getName()
A resource's name.getTags()
Represents the tags associated with a resource.void
inspect
(TreeInspector inspector) Examines the CloudFormation resource and discloses attributes.renderProperties
(Map<String, Object> props) void
A cloudwatch alarm template group's identifier.void
setDescription
(String value) A resource's optional description.void
setDiscoveryEntryPointArn
(String value) A top-level supported Amazon Web Services resource ARN to discover a signal map from.void
An eventbridge rule template group's identifier.void
setForceRediscovery
(Boolean value) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.void
setForceRediscovery
(IResolvable value) If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided.void
A resource's name.void
Represents the tags associated with a resource.Methods inherited from class software.amazon.awscdk.CfnResource
addDeletionOverride, addDependency, addDependsOn, addMetadata, addOverride, addPropertyDeletionOverride, addPropertyOverride, applyRemovalPolicy, applyRemovalPolicy, applyRemovalPolicy, getAtt, getAtt, getCfnOptions, getCfnResourceType, getMetadata, getUpdatedProperites, getUpdatedProperties, isCfnResource, obtainDependencies, obtainResourceDependencies, removeDependency, replaceDependency, shouldSynthesize, toString, validateProperties
Methods inherited from class software.amazon.awscdk.CfnRefElement
getRef
Methods inherited from class software.amazon.awscdk.CfnElement
getCreationStack, getLogicalId, getStack, isCfnElement, overrideLogicalId
Methods inherited from class software.constructs.Construct
getNode, isConstruct
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Field Details
-
CFN_RESOURCE_TYPE_NAME
The CloudFormation resource type name for this resource class.
-
-
Constructor Details
-
CfnSignalMap
protected CfnSignalMap(software.amazon.jsii.JsiiObjectRef objRef) -
CfnSignalMap
protected CfnSignalMap(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) -
CfnSignalMap
@Stability(Stable) public CfnSignalMap(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull CfnSignalMapProps props) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.props
- Resource properties. This parameter is required.
-
-
Method Details
-
inspect
Examines the CloudFormation resource and discloses attributes.- Specified by:
inspect
in interfaceIInspectable
- Parameters:
inspector
- tree inspector to collect and process attributes. This parameter is required.
-
renderProperties
@Stability(Stable) @NotNull protected Map<String,Object> renderProperties(@NotNull Map<String, Object> props) - Overrides:
renderProperties
in classCfnResource
- Parameters:
props
- This parameter is required.
-
getAttrArn
A signal map's ARN (Amazon Resource Name). -
getAttrCloudWatchAlarmTemplateGroupIds
An alarm template group's id. -
getAttrCreatedAt
The date and time of resource creation. -
getAttrErrorMessage
Error message associated with a failed creation or failed update attempt of a signal map. -
getAttrEventBridgeRuleTemplateGroupIds
An eventbridge rule template group's id. -
getAttrFailedMediaResourceMap
A map representing an incomplete AWS media workflow as a graph. -
getAttrId
A signal map's id. -
getAttrIdentifier
-
getAttrLastDiscoveredAt
The date and time of latest discovery. -
getAttrLastSuccessfulMonitorDeployment
Represents the latest successful monitor deployment of a signal map. -
getAttrMediaResourceMap
A map representing an AWS media workflow as a graph. -
getAttrModifiedAt
The date and time of latest resource modification. -
getAttrMonitorChangesPendingDeployment
If true, there are pending monitor changes for this signal map that can be deployed. -
getAttrMonitorDeployment
Represents the latest monitor deployment of a signal map. -
getAttrStatus
A signal map's current status, which is dependent on its lifecycle actions or associated jobs. -
getCdkTagManager
Tag Manager which manages the tags for this resource.- Specified by:
getCdkTagManager
in interfaceITaggableV2
-
getCfnProperties
- Overrides:
getCfnProperties
in classCfnResource
-
getDiscoveryEntryPointArn
A top-level supported Amazon Web Services resource ARN to discover a signal map from. -
setDiscoveryEntryPointArn
A top-level supported Amazon Web Services resource ARN to discover a signal map from. -
getName
A resource's name. -
setName
A resource's name. -
getCloudWatchAlarmTemplateGroupIdentifiers
A cloudwatch alarm template group's identifier. -
setCloudWatchAlarmTemplateGroupIdentifiers
@Stability(Stable) public void setCloudWatchAlarmTemplateGroupIdentifiers(@Nullable List<String> value) A cloudwatch alarm template group's identifier. -
getDescription
A resource's optional description. -
setDescription
A resource's optional description. -
getEventBridgeRuleTemplateGroupIdentifiers
An eventbridge rule template group's identifier. -
setEventBridgeRuleTemplateGroupIdentifiers
@Stability(Stable) public void setEventBridgeRuleTemplateGroupIdentifiers(@Nullable List<String> value) An eventbridge rule template group's identifier. -
getForceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. -
setForceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. -
setForceRediscovery
If true, will force a rediscovery of a signal map if an unchanged discoveryEntryPointArn is provided. -
getTags
Represents the tags associated with a resource. -
setTags
Represents the tags associated with a resource.
-