private Gateway(string name, Input <string> id, GatewayState?state = null, CustomResourceOptions?options = null) : base("aws:directconnect/gateway:Gateway", name, state, MakeResourceOptions(options, id)) { }
/// <summary> /// Get an existing Gateway resource's state with the given name, ID, and optional extra /// properties used to qualify the lookup. /// </summary> /// /// <param name="name">The unique name of the resulting resource.</param> /// <param name="id">The unique provider ID of the resource to lookup.</param> /// <param name="state">Any extra arguments used during the lookup.</param> /// <param name="options">A bag of options that control this resource's behavior</param> public static Gateway Get(string name, Input <string> id, GatewayState?state = null, CustomResourceOptions?options = null) { return(new Gateway(name, id, state, options)); }
private Gateway(string name, Input <string> id, GatewayState?state = null, CustomResourceOptions?options = null) : base("gcp:apigateway/gateway:Gateway", name, state, MakeResourceOptions(options, id)) { }