Class GetConfigsRequestParameters
Request options for GetConfigs
https://opensearch.org/docs/latest/observing-your-data/notifications/api/#list-all-notification-configurations
Inheritance
GetConfigsRequestParameters
Assembly: OpenSearch.Net.dll
Syntax
public class GetConfigsRequestParameters : RequestParameters<GetConfigsRequestParameters>, IRequestParameters
Properties
|
Edit this page
View Source
ChimeUrl
Declaration
public string ChimeUrl { get; set; }
Property Value
|
Edit this page
View Source
ChimeUrlKeyword
Declaration
public string ChimeUrlKeyword { get; set; }
Property Value
|
Edit this page
View Source
ConfigId
Notification configuration ID.
Declaration
public string ConfigId { get; set; }
Property Value
|
Edit this page
View Source
ConfigIdList
Notification configuration IDs.
Declaration
public string[] ConfigIdList { get; set; }
Property Value
|
Edit this page
View Source
ConfigType
Type of notification configuration.
Declaration
public NotificationsNotificationConfigType? ConfigType { get; set; }
Property Value
|
Edit this page
View Source
CreatedTimeMs
Declaration
public long? CreatedTimeMs { get; set; }
Property Value
|
Edit this page
View Source
DefaultHttpMethod
Declaration
public override HttpMethod DefaultHttpMethod { get; }
Property Value
Overrides
|
Edit this page
View Source
Description
Declaration
public string Description { get; set; }
Property Value
|
Edit this page
View Source
DescriptionKeyword
Declaration
public string DescriptionKeyword { get; set; }
Property Value
|
Edit this page
View Source
EmailEmailAccountId
Declaration
public string EmailEmailAccountId { get; set; }
Property Value
|
Edit this page
View Source
EmailEmailGroupIdList
Declaration
public string EmailEmailGroupIdList { get; set; }
Property Value
|
Edit this page
View Source
EmailGroupRecipientListRecipient
Declaration
public string EmailGroupRecipientListRecipient { get; set; }
Property Value
|
Edit this page
View Source
EmailGroupRecipientListRecipientKeyword
Declaration
public string EmailGroupRecipientListRecipientKeyword { get; set; }
Property Value
|
Edit this page
View Source
EmailRecipientListRecipient
Declaration
public string EmailRecipientListRecipient { get; set; }
Property Value
|
Edit this page
View Source
EmailRecipientListRecipientKeyword
Declaration
public string EmailRecipientListRecipientKeyword { get; set; }
Property Value
|
Edit this page
View Source
IsEnabled
Declaration
public bool? IsEnabled { get; set; }
Property Value
|
Edit this page
View Source
LastUpdatedTimeMs
Declaration
public long? LastUpdatedTimeMs { get; set; }
Property Value
|
Edit this page
View Source
MicrosoftTeamsUrl
Declaration
public string MicrosoftTeamsUrl { get; set; }
Property Value
|
Edit this page
View Source
MicrosoftTeamsUrlKeyword
Declaration
public string MicrosoftTeamsUrlKeyword { get; set; }
Property Value
|
Edit this page
View Source
Name
Declaration
public string Name { get; set; }
Property Value
|
Edit this page
View Source
NameKeyword
Declaration
public string NameKeyword { get; set; }
Property Value
|
Edit this page
View Source
Query
Declaration
public string Query { get; set; }
Property Value
|
Edit this page
View Source
SesAccountFromAddress
Declaration
public string SesAccountFromAddress { get; set; }
Property Value
|
Edit this page
View Source
SesAccountFromAddressKeyword
Declaration
public string SesAccountFromAddressKeyword { get; set; }
Property Value
|
Edit this page
View Source
SesAccountRegion
Declaration
public string SesAccountRegion { get; set; }
Property Value
|
Edit this page
View Source
SesAccountRoleArn
Declaration
public string SesAccountRoleArn { get; set; }
Property Value
|
Edit this page
View Source
SesAccountRoleArnKeyword
Declaration
public string SesAccountRoleArnKeyword { get; set; }
Property Value
|
Edit this page
View Source
SlackUrl
Declaration
public string SlackUrl { get; set; }
Property Value
|
Edit this page
View Source
SlackUrlKeyword
Declaration
public string SlackUrlKeyword { get; set; }
Property Value
|
Edit this page
View Source
SmtpAccountFromAddress
Declaration
public string SmtpAccountFromAddress { get; set; }
Property Value
|
Edit this page
View Source
SmtpAccountFromAddressKeyword
Declaration
public string SmtpAccountFromAddressKeyword { get; set; }
Property Value
|
Edit this page
View Source
SmtpAccountHost
Declaration
public string SmtpAccountHost { get; set; }
Property Value
|
Edit this page
View Source
SmtpAccountHostKeyword
Declaration
public string SmtpAccountHostKeyword { get; set; }
Property Value
|
Edit this page
View Source
SmtpAccountMethod
Declaration
public string SmtpAccountMethod { get; set; }
Property Value
|
Edit this page
View Source
SnsRoleArn
Declaration
public string SnsRoleArn { get; set; }
Property Value
|
Edit this page
View Source
SnsRoleArnKeyword
Declaration
public string SnsRoleArnKeyword { get; set; }
Property Value
|
Edit this page
View Source
SnsTopicArn
Declaration
public string SnsTopicArn { get; set; }
Property Value
|
Edit this page
View Source
SnsTopicArnKeyword
Declaration
public string SnsTopicArnKeyword { get; set; }
Property Value
|
Edit this page
View Source
SupportsBody
Declaration
public override bool SupportsBody { get; }
Property Value
Overrides
|
Edit this page
View Source
TextQuery
Declaration
public string TextQuery { get; set; }
Property Value
|
Edit this page
View Source
WebhookUrl
Declaration
public string WebhookUrl { get; set; }
Property Value
|
Edit this page
View Source
WebhookUrlKeyword
Declaration
public string WebhookUrlKeyword { get; set; }
Property Value
Implements
Extension Methods