Skip to content

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.

EndpointRequired

public object Endpoint { get; set; }
  • Type: object

IdentityRequired

public object Identity { get; set; }
  • Type: object

ParamListRequired

public object ParamList { get; set; }
  • Type: object

TypeRequired

public object Type { get; set; }
  • Type: object

PushRetryStrategyOptional

public object PushRetryStrategy { get; set; }
  • Type: object