Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for TopicConfiguration (0.06 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. internal/event/config.go

    		return nil
    	}
    	type s3KeyWrapper S3Key
    	return e.EncodeElement(s3KeyWrapper(s3Key), start)
    }
    
    // common - represents common elements inside <QueueConfiguration>, <CloudFunctionConfiguration>
    // and <TopicConfiguration>
    type common struct {
    	ID     string `xml:"Id" json:"Id"`
    	Filter S3Key  `xml:"Filter" json:"Filter"`
    	Events []Name `xml:"Event" json:"Event"`
    }
    
    Created: Sun Dec 28 19:28:13 GMT 2025
    - Last Modified: Fri Aug 29 02:39:48 GMT 2025
    - 8.4K bytes
    - Click Count (0)
Back to Top