Exemplo n.º 1
0
 /// <summary>
 /// Create a TargetGroup resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public TargetGroup(string name, TargetGroupArgs?args = null, CustomResourceOptions?options = null)
     : base("aws:lb/targetGroup:TargetGroup", name, args ?? new TargetGroupArgs(), MakeResourceOptions(options, ""))
 {
 }
Exemplo n.º 2
0
 /// <summary>
 /// Create a TargetGroup resource with the given unique name, arguments, and options.
 /// </summary>
 ///
 /// <param name="name">The unique name of the resource</param>
 /// <param name="args">The arguments used to populate this resource's properties</param>
 /// <param name="options">A bag of options that control this resource's behavior</param>
 public TargetGroup(string name, TargetGroupArgs?args = null, CustomResourceOptions?options = null)
     : base("aws:applicationloadbalancing/targetGroup:TargetGroup", name, args ?? ResourceArgs.Empty, MakeResourceOptions(options, ""))
 {
 }