Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CloudFunctionConfiguration (0.09 sec)

  1. internal/event/config.go

    	if s3Key.RuleList.isEmpty() {
    		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"`
    }
    
    Registered: Sun Nov 03 19:28:11 UTC 2024
    - Last Modified: Tue Nov 16 17:28:29 UTC 2021
    - 8.4K bytes
    - Viewed (0)
Back to top