AWS::GuardDuty::PublishingDestinationResource Type definition for AWS::GuardDuty::PublishingDestination.
4 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DestinationProperties | CFNDestinationProperties | Required |
DestinationType | string | Required |
DetectorId | string | RequiredCreate-only |
Tags | Array<TagItem> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Id | string | The ID of the publishing destination. |
PublishingFailureStartTimestamp | string | The time, in epoch millisecond format, at which GuardDuty was first unable to publish findings to the destination. |
Status | string | The status of the publishing destination. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::GuardDuty::PublishingDestination
Resources:
MyResource:
Type: AWS::GuardDuty::PublishingDestination
Properties:
DetectorId: "my-detectorid"
DestinationType: "value"
DestinationProperties: {}
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
guardduty:CreatePublishingDestinationguardduty:TagResourceguardduty:DescribePublishingDestinationguardduty:ListTagsForResourceguardduty:DescribePublishingDestinationguardduty:ListTagsForResourceguardduty:UpdatePublishingDestinationguardduty:TagResourceguardduty:UntagResourceguardduty:ListTagsForResourceguardduty:DescribePublishingDestinationguardduty:DeletePublishingDestinationguardduty:DescribePublishingDestinationguardduty:ListPublishingDestinationsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterDetectorIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
DetectorId