TargetsProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Eventbridge;
new TargetsProperty {
object Endpoint,
object Identity,
object ParamList,
object Type,
object PushRetryStrategy = null
};
Properties
Name | Type | Description |
---|---|---|
Endpoint |
object |
No description. |
Identity |
object |
No description. |
ParamList |
object |
No description. |
Type |
object |
No description. |
PushRetryStrategy |
object |
No description. |
Endpoint
Required
public object Endpoint { get; set; }
- Type: object
Identity
Required
public object Identity { get; set; }
- Type: object
ParamList
Required
public object ParamList { get; set; }
- Type: object
Type
Required
public object Type { get; set; }
- Type: object
PushRetryStrategy
Optional
public object PushRetryStrategy { get; set; }
- Type: object