# Lacework::Alerts::Channel A resource for defining Lacework notification channels ## Syntax To declare this entity in your AWS CloudFormation template, use the following syntax: ### JSON
{
    "Type" : "Lacework::Alerts::Channel",
    "Properties" : {
        "Name" : String,
        "Type" : String,
        "Enabled" : Double,
        "Data" : Map,
    }
}
### YAML
Type: Lacework::Alerts::Channel
Properties:
    Name: String
    Type: String
    Enabled: Double
    Data: Map
## Properties #### Name _Required_: Yes _Type_: String _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Type _Required_: Yes _Type_: String _Allowed Values_: AwsS3 | CiscoSparkWebhook | CloudwatchEb | Datadog | EmailUser | GcpPubsub | IbmQradar | Jira | MicrosoftTeams | NewRelicInsights | PagerDutyApi | ServiceNowRest | SlackChannel | SplunkHec | VictorOps | Webhook _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Enabled When sending a request, use this attribute to enable or disable an alert channel. When included in a response, returns 1 for enabled alert channels, or returns 0 for disabled alert channels. _Required_: Yes _Type_: Double _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### Data _Required_: Yes _Type_: Map _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) ## Return Values ### Ref When you pass the logical ID of this resource to the intrinsic `Ref` function, Ref returns the IntgGuid. ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### Props The alert channel's properties #### IsOrg Returns the IsOrg value. #### CreatedOrUpdatedBy The user who created or who last updated the alert channel. #### CreatedOrUpdatedTime The timestamp for when the alert channel was created or last updated. #### IntgGuid Alert channel Id