Class CfnManagedNotificationConfiguration

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.usernotifications.CfnManagedNotificationConfiguration
All Implemented Interfaces:
IInspectable, IEnvironmentAware, IManagedNotificationConfigurationRef, software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.138.0 (build 0ca7ee8)", date="2026-08-10T14:51:13.402Z") @Stability(Stable) public class CfnManagedNotificationConfiguration extends CfnResource implements IInspectable, IManagedNotificationConfigurationRef
Resource type definition for AWS User Notifications ManagedNotificationConfiguration.

This is a read-only resource representing AWS-managed notification configurations.

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.usernotifications.*;
 CfnManagedNotificationConfiguration cfnManagedNotificationConfiguration = CfnManagedNotificationConfiguration.Builder.create(this, "MyCfnManagedNotificationConfiguration")
         .category("category")
         .subCategory("subCategory")
         .build();
 

See Also:
  • Field Details

    • CFN_RESOURCE_TYPE_NAME

      @Stability(Stable) public static final String CFN_RESOURCE_TYPE_NAME
      The CloudFormation resource type name for this resource class.
  • Constructor Details

    • CfnManagedNotificationConfiguration

      protected CfnManagedNotificationConfiguration(software.amazon.jsii.JsiiObjectRef objRef)
    • CfnManagedNotificationConfiguration

      protected CfnManagedNotificationConfiguration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • CfnManagedNotificationConfiguration

      @Stability(Stable) public CfnManagedNotificationConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id, @Nullable CfnManagedNotificationConfigurationProps props)
      Create a new AWS::UserNotifications::ManagedNotificationConfiguration.

      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.
    • CfnManagedNotificationConfiguration

      @Stability(Stable) public CfnManagedNotificationConfiguration(@NotNull software.constructs.Construct scope, @NotNull String id)
      Create a new AWS::UserNotifications::ManagedNotificationConfiguration.

      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.
  • Method Details

    • arnForManagedNotificationConfiguration

      @Stability(Stable) @NotNull public static String arnForManagedNotificationConfiguration(@NotNull IManagedNotificationConfigurationRef resource)
      Parameters:
      resource - This parameter is required.
    • isCfnManagedNotificationConfiguration

      @Stability(Stable) @NotNull public static Boolean isCfnManagedNotificationConfiguration(@NotNull Object x)
      Checks whether the given object is a CfnManagedNotificationConfiguration.

      Parameters:
      x - This parameter is required.
    • inspect

      @Stability(Stable) public void inspect(@NotNull TreeInspector inspector)
      Examines the CloudFormation resource and discloses attributes.

      Specified by:
      inspect in interface IInspectable
      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 class CfnResource
      Parameters:
      props - This parameter is required.
    • getAttrArn

      @Stability(Stable) @NotNull public String getAttrArn()
      The ARN of the ManagedNotificationConfiguration.
    • getAttrDescription

      @Stability(Stable) @NotNull public String getAttrDescription()
      The description of the ManagedNotificationConfiguration.
    • getAttrName

      @Stability(Stable) @NotNull public String getAttrName()
      The name of the ManagedNotificationConfiguration.
    • getCfnProperties

      @Stability(Stable) @NotNull protected Map<String,Object> getCfnProperties()
      Overrides:
      getCfnProperties in class CfnResource
    • getCfnPropertyNames

      @Stability(Stable) @NotNull protected Map<String,String> getCfnPropertyNames()
      Overrides:
      getCfnPropertyNames in class CfnResource
    • getManagedNotificationConfigurationRef

      @Stability(Stable) @NotNull public ManagedNotificationConfigurationReference getManagedNotificationConfigurationRef()
      A reference to a ManagedNotificationConfiguration resource.
      Specified by:
      getManagedNotificationConfigurationRef in interface IManagedNotificationConfigurationRef
    • getCategory

      @Stability(Stable) @Nullable public String getCategory()
      The category of the ManagedNotificationConfiguration.
    • setCategory

      @Stability(Stable) public void setCategory(@Nullable String value)
      The category of the ManagedNotificationConfiguration.
    • getSubCategory

      @Stability(Stable) @Nullable public String getSubCategory()
      The subCategory of the ManagedNotificationConfiguration.
    • setSubCategory

      @Stability(Stable) public void setSubCategory(@Nullable String value)
      The subCategory of the ManagedNotificationConfiguration.