NotificationsTargetDetailsResponse¶
-
class
oci.sch.models.
NotificationsTargetDetailsResponse
(**kwargs)¶ Bases:
oci.sch.models.target_details_response.TargetDetailsResponse
The destination topic for data transferred from the source. For configuration instructions, see Creating a Connector.
Attributes
KIND_FUNCTIONS
str(object=’’) -> str KIND_LOGGING_ANALYTICS
str(object=’’) -> str KIND_MONITORING
str(object=’’) -> str KIND_NOTIFICATIONS
str(object=’’) -> str KIND_OBJECT_STORAGE
str(object=’’) -> str KIND_STREAMING
str(object=’’) -> str enable_formatted_messaging
Gets the enable_formatted_messaging of this NotificationsTargetDetailsResponse. kind
[Required] Gets the kind of this TargetDetailsResponse. private_endpoint_metadata
Gets the private_endpoint_metadata of this TargetDetailsResponse. topic_id
[Required] Gets the topic_id of this NotificationsTargetDetailsResponse. Methods
__init__
(**kwargs)Initializes a new NotificationsTargetDetailsResponse object with values from keyword arguments. get_subtype
(object_dictionary)Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype. -
KIND_FUNCTIONS
= 'functions'¶
-
KIND_LOGGING_ANALYTICS
= 'loggingAnalytics'¶
-
KIND_MONITORING
= 'monitoring'¶
-
KIND_NOTIFICATIONS
= 'notifications'¶
-
KIND_OBJECT_STORAGE
= 'objectStorage'¶
-
KIND_STREAMING
= 'streaming'¶
-
__init__
(**kwargs)¶ Initializes a new NotificationsTargetDetailsResponse object with values from keyword arguments. The default value of the
kind
attribute of this class isnotifications
and it should not be changed. The following keyword arguments are supported (corresponding to the getters/setters of this class):Parameters: - private_endpoint_metadata (oci.sch.models.PrivateEndpointMetadata) – The value to assign to the private_endpoint_metadata property of this NotificationsTargetDetailsResponse.
- kind (str) – The value to assign to the kind property of this NotificationsTargetDetailsResponse. Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”
- topic_id (str) – The value to assign to the topic_id property of this NotificationsTargetDetailsResponse.
- enable_formatted_messaging (bool) – The value to assign to the enable_formatted_messaging property of this NotificationsTargetDetailsResponse.
-
enable_formatted_messaging
¶ Gets the enable_formatted_messaging of this NotificationsTargetDetailsResponse. Whether to apply a simplified, user-friendly format to the message. Applies only when friendly formatting is supported by the connector source and the subscription protocol. Example: true
Returns: The enable_formatted_messaging of this NotificationsTargetDetailsResponse. Return type: bool
-
static
get_subtype
(object_dictionary)¶ Given the hash representation of a subtype of this class, use the info in the hash to return the class of the subtype.
-
kind
¶ [Required] Gets the kind of this TargetDetailsResponse. The type discriminator.
Allowed values for this property are: “functions”, “loggingAnalytics”, “monitoring”, “notifications”, “objectStorage”, “streaming”, ‘UNKNOWN_ENUM_VALUE’. Any unrecognized values returned by a service will be mapped to ‘UNKNOWN_ENUM_VALUE’.
Returns: The kind of this TargetDetailsResponse. Return type: str
-
private_endpoint_metadata
¶ Gets the private_endpoint_metadata of this TargetDetailsResponse.
Returns: The private_endpoint_metadata of this TargetDetailsResponse. Return type: oci.sch.models.PrivateEndpointMetadata
-