Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TopicConfiguration (0.3 sec)

  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"`
    }
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Nov 16 17:28:29 GMT 2021
    - 8.4K bytes
    - Viewed (0)
  2. internal/event/config_test.go

    	      <Event>s3:ObjectCreated:Put</Event>
    	   </CloudFunctionConfiguration>
    	   <TopicConfiguration>
    	      <Topic>arn:aws:sns:us-west-2:444455556666:sns-notification-one</Topic>
    	      <Event>s3:ObjectCreated:*</Event>
    	  </TopicConfiguration>
    	</NotificationConfiguration>
    	`)
    
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Tue Dec 05 10:16:33 GMT 2023
    - 29K bytes
    - Viewed (0)
Back to top